[SCM] ll-scope/master: Drop dpatch support and switch to 3.0 (quilt) packaging format.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Mar 24 12:18:34 UTC 2011


The following commit has been merged in the master branch:
commit 9f52460b235aa0f9f9a10f34af2d5a42ef8b009e
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Mar 24 13:17:41 2011 +0100

    Drop dpatch support and switch to 3.0 (quilt) packaging format.

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b408e6c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/.pc
diff --git a/debian/control b/debian/control
index ec4f97a..44395ba 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,7 @@ Build-Depends: debhelper (>= 7.0.50~),
  dssi-dev,
  libglademm-2.4-dev ( >= 2.2.0),
  libsigc++-2.0-dev,
- libasound2-dev,
- dpatch
+ libasound2-dev
 Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/pkg-multimedia/ll-scope.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/ll-scope.git
diff --git a/debian/rules b/debian/rules
index a2e5f1a..fed6645 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,6 @@
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
-
 CFLAGS = -Wall -g -fPIC
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -21,7 +19,7 @@ endif
 
 build: build-stamp
 
-build-stamp:  patch-stamp
+build-stamp:
 
 	dh_testdir
 
@@ -31,7 +29,7 @@ build-stamp:  patch-stamp
 
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
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

-- 
ll-scope packaging



More information about the pkg-multimedia-commits mailing list