[SCM] qsampler packaging branch, master, updated. debian/0.2.2-1-9-g1313c11

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Aug 5 11:00:40 UTC 2010


The following commit has been merged in the master branch:
commit f1c780d6e069b892d17a0cce2eda64d3c01913c3
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Aug 5 12:59:31 2010 +0200

    Switch to format 3.0 (quilt).

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index a1b2970..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,11 +0,0 @@
-qsampler 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>  Thu, 10 Dec 2009 21:07:40 +0100
diff --git a/debian/control b/debian/control
index db3d94d..759714a 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,6 @@ Build-Depends: debhelper (>= 7.0.50~),
  libqt4-dev,
  libtool,
  libx11-dev,
- quilt (>= 0.46-7~),
  automake
 Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/qsampler.git
diff --git a/debian/rules b/debian/rules
index a017ca1..3a80a55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export QT_CFLAGS := $(CFLAGS)
 export QT_CXXFLAGS := $(CXXFLAGS)
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_auto_install:
 	dh_auto_install
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)

-- 
qsampler packaging



More information about the pkg-multimedia-commits mailing list