[SCM] slv2 packaging branch, master, updated. debian/0.6.6-3-21-gc554a9d

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Jun 24 08:45:57 UTC 2010


The following commit has been merged in the master branch:
commit c554a9d7d60ae53c4910264860842696cfa4b9f5
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Jun 24 10:45:47 2010 +0200

    Switch to DH 7.

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index c8d3874..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,13 +0,0 @@
-slv2 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>  Wed, 12 May 2010 17:17:21 +0200
diff --git a/debian/changelog b/debian/changelog
index db5c2aa..7c3e01b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,15 +8,15 @@ slv2 (0.6.6-4) unstable; urgency=low
   * Add myself as Uploader.
   * Bump Standards:
     - Add missing ${misc:Depends} macro.
-  * Set source format to 1.0.
-  * Adopt debhelper 7 + quilt packaging style.
+  * Set source format to 3.0 (quilt).
+  * Switch to debhelper 7.
   * Document how-to patch sources by using quilt.
   * Correct maintainer's name.
   * Fix build failure with binutils-gold (Closes: #556347).
   * debian/patches/01-spelling_errors.patch: Fix spelling errors.
   * Add doc-base control file for slv2-doc.
 
- -- Jaromír Mikeš <mira.mikes at seznam.cz>  Sat, 22 May 2010 15:24:47 +0200
+ -- Alessio Treglia <alessio at debian.org>  Thu, 24 Jun 2010 10:45:12 +0200
 
 slv2 (0.6.6-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index c8cddc1..af8c970 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: Free Ekanayaka <freee at debian.org>,
  Alessio Treglia <alessio at debian.org>,
  Jaromír Mikeš <mira.mikes at seznam.cz>
 Build-Depends: debhelper (>= 7.0.50~),
- quilt (>= 0.46-7~),
  python,
  librdf0-dev,
  lv2core,
diff --git a/debian/rules b/debian/rules
index ef6cf4f..904ec97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 WAF = ./waf
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_auto_configure:
 	LINKFLAGS="-ldl" $(WAF) configure   --prefix=/usr  --build-docs
diff --git a/debian/source/format b/debian/source/format
index d3827e7..163aaf8 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-1.0
+3.0 (quilt)

-- 
slv2 packaging



More information about the pkg-multimedia-commits mailing list