summaryrefslogtreecommitdiff
path: root/debian/source
diff options
context:
space:
mode:
authormartin f. krafft <madduck@debian.org>2011-07-29 12:19:38 +0200
committermartin f. krafft <madduck@debian.org>2011-07-29 15:15:08 +0200
commitec581474e75c92edfcf2dee1d2732fabd068bcaf (patch)
treef2069ec634e66c9ef24634de0e88fad44c799a69 /debian/source
parent8f1c37549f69cc10350d9e693fe7d5c29a2e2e85 (diff)
Migrate to git-buildpackage
This commit migrates the package to git-buildpackage use. The following are the relevant changes: - patches are no maintained on the patch-queue/* branch(es) and exported automatically pre-build by a git-buildpackage hook (see debian/gdp.conf). debian/patches is also removed post-build and the patches unapplied (local option unapply-patches). Hence, debian/patches is ignored from Git. - The build process fails when there are direct changes to the upstream code (local option abort-on-upstream-changes). To build the package, switch to the branch (e.g. master for sid) and simply fire up git-buildpackage. Signed-off-by: martin f. krafft <madduck@debian.org>
Diffstat (limited to 'debian/source')
-rw-r--r--debian/source/local-options2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 00000000..9cdfca9f
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+unapply-patches
+abort-on-upstream-changes