[SCM] faad2/master: Convert to 3.0 (quilt) source format.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Tue Aug 2 14:02:23 UTC 2011


The following commit has been merged in the master branch:
commit 19a433cd89260083c2ac5bebd8c8ea600d674c43
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Mon Aug 1 13:55:15 2011 +0200

    Convert to 3.0 (quilt) source format.

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index ddb9d0f..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,6 +0,0 @@
-This package uses quilt to manage all modifications to the upstream source.
-The fully patched source can be generated using the patch target provided by
-`debian/rules'.
-
-If you want to know more about how to use quilt to manage Debian patches, read
-/usr/share/doc/quilt/README.source.
diff --git a/debian/control b/debian/control
index d3175a1..9cdfaa0 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Matthew W. S. Bell <matthew at bells23.org.uk>,
            Fabian Greffrath <fabian+debian at greffrath.com>
 DM-Upload-Allowed: yes
 Standards-Version: 3.8.3
-Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50~)
 Homepage: http://www.audiocoding.com/
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/faad2.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/faad2.git;a=summary
diff --git a/debian/rules b/debian/rules
index a27d4eb..e6c6005 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 CXXFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_strip:
 	dh_strip --dbg-package=faad2-dbg
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

-- 
faad2 packaging



More information about the pkg-multimedia-commits mailing list