[SCM] blepvco/master: Switch packaging to 3.0 (quilt) format.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Tue Apr 26 22:48:40 UTC 2011
The following commit has been merged in the master branch:
commit e450948c93408f8a9d457ca62723108aa0171c45
Author: Alessio Treglia <alessio at debian.org>
Date: Wed Apr 27 00:48:23 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 bfd23c1..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,11 +0,0 @@
-blepvco 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 learn how to use quilt, please refer to the official documentation,
-usually available in /usr/share/doc/quilt/README.source.
-
- -- Alessio Treglia <quadrispro at ubuntu.com> Fri, 18 Dec 2009 20:21:38 +0100
diff --git a/debian/control b/debian/control
index 1333447..7112ad9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Priority: extra
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
Uploaders: Free Ekanayaka <freee at debian.org>,
Alessio Treglia <alessio at debian.org>
-Build-Depends: debhelper (>= 7.0.8),
- quilt (>= 0.46-7),
+Build-Depends: debhelper (>= 7),
ladspa-sdk
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/pkg-multimedia/blepvco.git
diff --git a/debian/rules b/debian/rules
index 658fbd4..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,4 @@
#!/usr/bin/make -f
%:
- 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
--
blepvco packaging
More information about the pkg-multimedia-commits
mailing list