[Pkg-cli-libs-commits] [gnome-keyring-sharp] 02/08: Move to source format 3.0 (quilt)

Jo Shields directhex at moszumanska.debian.org
Mon Nov 16 08:48:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to annotated tag debian/1.0.0-3
in repository gnome-keyring-sharp.

commit f1db0df1ec2242941e918f3e4dca178c0bc56746
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date:   Tue Mar 30 07:19:31 2010 +0000

    Move to source format 3.0 (quilt)
---
 debian/changelog                                                    | 1 +
 debian/control                                                      | 2 +-
 debian/patches/00list                                               | 2 --
 debian/patches/{01pkgconfig-path.dpatch => 01pkgconfig-path.patch}  | 0
 ...e2.30-compatibility.dpatch => 02_gnome_2.30_compatibility.patch} | 0
 debian/patches/series                                               | 2 ++
 debian/rules                                                        | 6 ++----
 debian/source/format                                                | 1 +
 8 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 32e6fbf..cbfd4a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 gnome-keyring-sharp (1.0.0-3) UNRELEASED; urgency=low
 
+  * Move to source format 3.0 (quilt)
   * debian/patches/02gnome2.30-compatibility.dpatch:
     + Replace socket use with a wrapper around libgnome-keyring.
       Makes gnome-keyring-sharp able to work on GNOME 2.30.  (LP: #536925)
diff --git a/debian/control b/debian/control
index d89aba0..659a328 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: gnome
 Priority: optional
 Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
 Uploaders: Mirco Bauer <meebey at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), dpatch,
+Build-Depends: debhelper (>= 7.0.50~),
  cli-common-dev (>= 0.5.7),
  pkg-config (>= 0.9.0),
  mono-devel (>= 2.4.2.3),
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 07b3030..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,2 +0,0 @@
-01pkgconfig-path
-02gnome2.30-compatibility.dpatch
diff --git a/debian/patches/01pkgconfig-path.dpatch b/debian/patches/01pkgconfig-path.patch
similarity index 100%
rename from debian/patches/01pkgconfig-path.dpatch
rename to debian/patches/01pkgconfig-path.patch
diff --git a/debian/patches/02gnome2.30-compatibility.dpatch b/debian/patches/02_gnome_2.30_compatibility.patch
similarity index 100%
rename from debian/patches/02gnome2.30-compatibility.dpatch
rename to debian/patches/02_gnome_2.30_compatibility.patch
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0201227
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+01pkgconfig-path.patch
+02_gnome_2.30_compatibility.patch
diff --git a/debian/rules b/debian/rules
index c8e2cc4..dd13413 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,18 +12,16 @@ DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^
 VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
 
 include /usr/share/cli-common/cli.make
-include /usr/share/dpatch/dpatch.make
 
-override_dh_auto_configure: patch-stamp
+override_dh_auto_configure:
 	autoreconf -v -i -s
 	dh_auto_configure -- CSC=/usr/bin/mono-csc
 
 override_dh_makeclilibs:
 	dh_makeclilibs -i -m $(DEB_CLI_API_VERSION)
 
-override_dh_clean: unpatch
+override_dh_clean:
 	dh_clean
-
 	# delete generated autofoo stuff from above
 	find . -name "Makefile.in" | xargs rm -rf
 	rm -f config.status config.sub config.guess configure ltmain.sh	
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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/gnome-keyring-sharp.git



More information about the Pkg-cli-libs-commits mailing list