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

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Apr 13 15:13:35 UTC 2011


The following commit has been merged in the master branch:
commit 01199bdd6b11daee83f9c7c0a836a584cf3299d4
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Apr 13 17:09:09 2011 +0200

    Switch packaging to 3.0 (quilt) format.

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b408e6c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/.pc
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index fb42757..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,13 +0,0 @@
-aeolus 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, 17 Apr 2010 20:21:09 +0200
diff --git a/debian/control b/debian/control
index 596e08b..86e5580 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,7 @@ Build-Depends: debhelper (>= 7.0.50~),
  libclthreads-dev,
  libclxclient-dev (>= 3.3.1),
  libclalsadrv-dev,
- libreadline5-dev,
- quilt (>= 0.46-7~)
+ libreadline5-dev
 Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/pkg-multimedia/aeolus.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/aeolus.git
diff --git a/debian/rules b/debian/rules
index 37690d8..4ddcf07 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_auto_configure:
 override_dh_auto_clean:
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

-- 
aeolus packaging



More information about the pkg-multimedia-commits mailing list