[SCM] blobby Debian packaging branch, master, updated. debian/0.8-dfsg-1-19-g316053b

Felix Geyer debfx-pkg at fobos.de
Thu Oct 20 12:25:51 UTC 2011


The following commit has been merged in the master branch:
commit 4082313a57fb8ec945277deaeb8061274e4cfd2d
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Thu Oct 20 11:57:30 2011 +0200

    Switch to source format 3.0 (quilt).

diff --git a/debian/changelog b/debian/changelog
index 7703d1f..48b5edb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ blobby (0.8-dfsg-3) UNRELEASED; urgency=low
 
   * Fixed several typos in the package descriptions.
   * Enable parallel building.
+  * Switch to source format 3.0 (quilt).
+    - Add unapply-patches and abort-on-upstream-changes to local-options.
 
  -- Felix Geyer <debfx-pkg at fobos.de>  Wed, 21 Apr 2010 15:29:25 +0200
 
diff --git a/debian/control b/debian/control
index 8534c35..54647cf 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
 Maintainer: Felix Geyer <debfx-pkg at fobos.de>
 Build-Depends:
  debhelper (>= 7.4.10~),
- quilt (>= 0.46-7~),
  cmake,
  zip,
  libboost-dev,
diff --git a/debian/rules b/debian/rules
index ff39019..7b765c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
 LDFLAGS += -Wl,--as-needed
 
 %:
-	dh --parallel --with quilt $@
+	dh $@ --parallel
diff --git a/debian/source/format b/debian/source/format
index d3827e7..163aaf8 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-1.0
+3.0 (quilt)
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..9cdfca9
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+unapply-patches
+abort-on-upstream-changes

-- 
blobby Debian packaging



More information about the Pkg-games-commits mailing list