[SCM] fil-plugins packaging branch, master, updated. debian/0.3.0-1-5-gd49f447

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Aug 18 16:34:44 UTC 2010


The following commit has been merged in the master branch:
commit 3ae8c45a8eccf3d4cd319e8c7b442f48ec5debe8
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Aug 18 18:32:33 2010 +0200

    Switch to 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 49401c2..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,11 +0,0 @@
-fil-plugins 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>  Sat, 09 Jan 2010 01:53:21 +0100
diff --git a/debian/control b/debian/control
index 0ab732f..1a41bbf 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,10 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: Free Ekanayaka <freee at debian.org>,
  Alessio Treglia <quadrispro at ubuntu.com>
 Build-Depends: debhelper (>= 7.0.50~),
- ladspa-sdk,
- quilt (>= 0.46-7~)
-DM-Upload-Allowed: yes
+ ladspa-sdk
 Homepage: http://www.kokkinizita.net/linuxaudio/index.html
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/fil-plugins.git
-Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/fil-plugins.git;a=summary
+Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/fil-plugins.git
 Standards-Version: 3.8.3
 
 Package: fil-plugins
diff --git a/debian/rules b/debian/rules
index c5d2088..6540bd2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_installchangelogs:
 	dh_installchangelogs README
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)

-- 
fil-plugins packaging



More information about the pkg-multimedia-commits mailing list