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
|
CDBS+git-buildpackage
---------------------
This source package uses CDBS and git-buildpackage. NMUs need not (but
are encouraged to) make special use of these tools. In particular, the
debian/control.in file can be completely ignored.
More info here: http://wiki.debian.org/CDBS+git-buildpackage
-- Jonas Smedegaard <dr@jones.dk> Mon, 18 Feb 2013 12:55:37 +0100
Getting new upstream release
----------------------------
Packaging is linked with upstream source, tracked as separate git remote:
* git remote add upstream-git https://github.com/douglascrockford/JSON-js
* git fetch upstream-git
To import + link a snapshot, use get-orig-source target:
* debian/rules get-orig-source DEB_UPSTREAM_VERSION=0~20150503 DEB_UPSTREAM_TARBALL_BASENAME=c98948a
* gbp import-orig --upstream-vcs-tag=c98948a ../tarballs/json-js_0~20150503.orig.tar.gz
-- Jonas Smedegaard <dr@jones.dk> Wed, 31 Aug 2016 10:32:28 +0200
|