File: README.source

package info (click to toggle)
rsyntaxtextarea 2.5.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 8,012 kB
  • sloc: java: 116,689; xml: 433; sh: 122; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 825 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Please use debian/rules get-orig-source to obtain the dfsg compatible sources for
rsyntaxtextarea.

Please use debian/rules get-orig-pom to obtain the pom file.

This package uses a git version control system as described in
http://wiki.debian.org/Java/JavaVcs and the pages linked from there.
Specifically git-build-package is used for version control and patch 
management.

Workflow for new upstream:
# download new upstream version
uscan
# import upstream version into git repo
gbp import-orig --pristine-tar  ../rsyntaxtextarea_<version>.orig.tar.gz
# switch to patch-queue branch an reapply patches
gbp-pq rebase
# recreated debian/patches and switch back to master
gbp-pq export
git commit
# updated changelog
dch -v <version>-1
# build package (if everything went well)
git-pbuilder
# tag
git tag debian/<version>-1