[SCM] sooperlooper/master: Switch to 3.0 (quilt) format.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun May 8 23:14:32 UTC 2011


The following commit has been merged in the master branch:
commit 1ba8d155e264001838d62ccfb06536509428ff2b
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon May 9 01:13:26 2011 +0200

    Switch to 3.0 (quilt) format.
    
    Add .gitignore,debian/source/local-options to ease building with gbp

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/README.source b/debian/README.source
deleted file mode 100644
index 292b2b1..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,13 +0,0 @@
-sooperlooper for Debian
----------------
-
-  This package uses quilt to manage all modifications to the upstream
-  source.  Changes are stored in the source package as diffs in
-  debian/patches and applied during the build.
-
-  To read how to properly use quilt, please refer to the official
-  documentation available at:
-
-    /usr/share/doc/quilt/README.source
-
- -- Alessio Treglia <quadrispro at ubuntu.com>  Sun, 07 Feb 2010 19:48:49 +0100
diff --git a/debian/control b/debian/control
index c8da6ed..8d8193a 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,7 @@ Build-Depends: debhelper (>= 7.0.50~),
  libsndfile1-dev,
  libncurses5-dev,
  libsamplerate-dev,
- librubberband-dev,
- quilt (>= 0.46-7~)
+ librubberband-dev
 Standards-Version: 3.9.2
 Homepage: http://www.essej.net/sooperlooper/
 Vcs-Git: git://git.debian.org/pkg-multimedia/sooperlooper.git
diff --git a/debian/rules b/debian/rules
index 15fcc5e..702c2b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 's/.*<upstream-version>\(.*\)<\
 export LADSPA_PATH=$(CURDIR)/debian/sooperlooper/usr/lib/ladspa
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_auto_configure:
 	ln -s -f /usr/share/misc/config.guess
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

-- 
sooperlooper packaging



More information about the pkg-multimedia-commits mailing list