[SCM] sndobj/master: Switch packaging to the 3.0 (quilt) format.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Feb 13 10:54:52 UTC 2011


The following commit has been merged in the master branch:
commit 6d8214c199105509c22a4e4ba11b8d336df18878
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Feb 13 11:54:28 2011 +0100

    Switch packaging to the 3.0 (quilt) format.

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index fa5b2c7..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,13 +0,0 @@
-sndobj 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>  Fri, 12 Feb 2010 08:42:50 +0100
diff --git a/debian/control b/debian/control
index 943de44..e91ad15 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,7 @@ Build-Depends: debhelper (>= 7.0.50~),
  fftw-dev,
  libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
  libjack-dev,
- scons,
- quilt (>= 0.46-7~)
+ scons
 Standards-Version: 3.9.1
 Homepage: http://sndobj.sourceforge.net/
 Vcs-Git: git://git.debian.org/pkg-multimedia/sndobj.git
diff --git a/debian/rules b/debian/rules
index d3d46eb..587a4ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_auto_build:
 ifeq (linux,$(DEB_HOST_ARCH_OS))
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)

-- 
sndobj packaging



More information about the pkg-multimedia-commits mailing list