Codebase list sugar-etoys-activity / 2545671
Update README-source to not mention quilt, and instead document upstream-tarball.mk routines. Jonas Smedegaard 11 years ago
1 changed file(s) with 17 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 Building this package for Debian
11 --------------------------------
22
3 This source package uses quilt to apply and remove its patches. Please
4 refer to /usr/share/doc/quilt/README.source for information about how to
5 use quilt for source packages.
3 This source package need no special handling for normal package builds.
64
75
86 Developing this package for Debian
1311 binary diffs of tarballs stored using pristine-tar. This is documented
1412 below /usr/share/doc/git-buildpackage/manual-html/ .
1513
14 A custom build target shows current upstream and packaging versions:
1615
16 debian/rules print-version
17
18 Current upstream tarball can be prepared using this other build target:
19
20 debian/rules get-orig-source
21
22 To switch to newer upstream source, first add a dummy changelog entry
23 and comment out DEB_UPSTREAM_TARBALL_MD5 before getting the source:
24
25 dch -v ${new_upstream_version}-1 "Dummy changelog entry"
26 sed -i -e 's/^\(DEB_UPSTREAM_TARBALL_MD5\b\)/#\1/' debian/rules
27 debian/rules get-orig-source
28
29 Store new md5sum to help ensure identical source is received later.
1730
1831 Setting DEB_MAINTAINER_MODE=1 enables additional build routines helpful
1932 during development of the package, but unfit for normal builds. This
3346 /usr/share/doc/cdbs/cdbs-doc.pdf.gz .
3447
3548
36 -- Jonas Smedegaard <dr@jones.dk> Sun, 29 Mar 2009 16:02:47 +0200
49 -- Jonas Smedegaard <dr@jones.dk> Thu, 26 Feb 2009 21:28:29 +0100