[SCM] dvblast/master: Switch to packaging format '3.0 (quilt)'.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue May 17 10:40:36 UTC 2011


The following commit has been merged in the master branch:
commit 6b621b93277fb82348c800bd39b39fec64b41188
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue May 17 12:39:44 2011 +0200

    Switch to packaging format '3.0 (quilt)'.
    
    Add stuff for an easy-building with gbp.

diff --git a/.gitignore b/.gitignore
index ea6a378..a444bb5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+/.pc
 *.o
 dvblast
 dvblastctl
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 6b36218..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-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.
-
-For more information about quilt, see /usr/share/doc/quilt/README.source
diff --git a/debian/control b/debian/control
index d39f25a..70ab859 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: Rémi Duraffort <ivoire at videolan.org>,
            Sam Hocevar (Debian packages) <sam+deb at zoy.org>,
            Christophe Mutricy <xtophe at videolan.org>,
 Build-Depends: debhelper (>= 7),
-               quilt (>= 0.46-7~),
                libdvbpsi-dev,
                linux-libc-dev
 Standards-Version: 3.9.1
diff --git a/debian/rules b/debian/rules
index 696340d..c81ffa9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,4 @@
 # -*- makefile -*-
 export PREFIX=/usr
 %:
-	dh --with quilt $@
+	dh $@
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

-- 
dvblast packaging



More information about the pkg-multimedia-commits mailing list