[SCM] Debian packaging of libdbd-xbase-perl branch, master, updated. 2dfd52645d71c907df323b837fe95a15ffb973aa

Florian Schlichting fschlich at zedat.fu-berlin.de
Tue Aug 30 20:19:30 UTC 2011


The following commit has been merged in the master branch:
commit 2d711abdc4e7df3fff72a3c850393b6938f7f0e5
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Tue Aug 30 19:31:56 2011 +0000

    bump S-V and compat (source/format quilt is now native)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 9dc3fca..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-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.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.
diff --git a/debian/changelog b/debian/changelog
index a61b34f..bc195c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ libdbd-xbase-perl (1:1.03-1) UNRELEASED; urgency=low
 
   [ Florian Schlichting ]
   * Imported Upstream version 1.03
+  * bump S-V and compat (source/format quilt is now native)
 
  -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Tue, 30 Aug 2011 19:15:19 +0000
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 5a532e9..3de1936 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,9 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>, Damyan Ivanov <dmn at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl, libdbi-perl
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/DBD-XBase/
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbd-xbase-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbd-xbase-perl.git
diff --git a/debian/rules b/debian/rules
index c5683f5..b77c53b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ PERL   ?= /usr/bin/perl
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
-	dh --with=quilt $@
+	dh $@
 
 override_dh_auto_build:
 	dh_auto_build
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)

-- 
Debian packaging of libdbd-xbase-perl



More information about the Pkg-perl-cvs-commits mailing list