[SCM] jack-rack packaging branch, master, updated. upstream/1.4.7-25-g7821c5b

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Mon Feb 8 20:28:04 UTC 2010


The following commit has been merged in the master branch:
commit 7821c5b63e09478b351337887ad634fdad0ecbb0
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Mon Feb 8 21:27:54 2010 +0100

    Add quilt support.

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..b1b2ba0
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,13 @@
+jack-rack 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>  Mon, 08 Feb 2010 19:22:22 +0100
diff --git a/debian/control b/debian/control
index 6b2f182..56ffde8 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 7.0.50~),
  liblrdf0-dev,
  ladcca-dev,
  bzip2
+ quilt (>= 0.46-7~)
 Standards-Version: 3.8.4
 Homepage: http://jack-rack.sourceforge.net/
 Vcs-Git: git://git.debian.org/pkg-multimedia/jack-rack.git
diff --git a/debian/rules b/debian/rules
index ad663a4..a241812 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@
 
 override_dh_auto_configure:
 	ln -f -s /usr/share/misc/config.guess

-- 
jack-rack packaging



More information about the pkg-multimedia-commits mailing list