[SCM] faac/master: Remove explicit quilt dependency, migrate to 3.0 source format

lucidfox-guest at users.alioth.debian.org lucidfox-guest at users.alioth.debian.org
Thu Jun 9 04:52:19 UTC 2011


The following commit has been merged in the master branch:
commit 19aedd9e43fc07a1a5e04abcf58874092e5a0f19
Author: Maia Kozheva <sikon at ubuntu.com>
Date:   Thu Jun 9 10:56:37 2011 +0700

    Remove explicit quilt dependency, migrate to 3.0 source format

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 37b17f9..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1 +0,0 @@
-This package uses quilt for patching. See /usr/share/doc/quilt/README.source.
diff --git a/debian/control b/debian/control
index 5f2c9bc..7b3165c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: Fabian Greffrath <fabian at debian-unofficial.org>,
            Reinhard Tartler <siretart at tauware.de>,
            Andres Mejia <mcitadel at gmail.com>
 Build-Depends: debhelper (>= 7),
-               quilt (>= 0.46-7~),
 Standards-Version: 3.8.4
 Homepage: http://www.audiocoding.com/
 
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..cec628c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/debian/rules b/debian/rules
index 749e624..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+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

-- 
faac packaging



More information about the pkg-multimedia-commits mailing list