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

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Sep 13 08:34:56 UTC 2010


The following commit has been merged in the master branch:
commit 86c23899240ca1523295b5752dcb5292d2591810
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Sep 13 10:34:05 2010 +0200

    Switch to packaging format 3.0 (quilt).

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..845ca06
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.pc
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index f2bd269..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,14 +0,0 @@
-ambdec 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>  Sat, 13 Mar 2010 19:54:31 +0100
-
diff --git a/debian/control b/debian/control
index bcc450e..574e85d 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,7 @@ Build-Depends: debhelper (>= 7.0.50~),
  libclxclient-dev,
  libclthreads-dev,
  libpng12-dev,
- x11proto-core-dev,
- quilt (>= 0.46-7~)
+ x11proto-core-dev
 Homepage: http://www.kokkinizita.net/linuxaudio/index.html
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/ambdec.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/ambdec.git
diff --git a/debian/rules b/debian/rules
index 5fbb248..d077cde 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_auto_build:
 	cd source && $(MAKE)
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)

-- 
ambdec packaging



More information about the pkg-multimedia-commits mailing list