[Pkg-cli-libs-commits] r3722 - in /packages/gnome-keyring-sharp/trunk/debian: changelog compat control libgnome-keyring1.0-cil.install patches/00list patches/01pkgconfig-path.dpatch patches/01pkgconfig-path.patch rules

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Thu May 8 21:44:17 UTC 2008


Author: meebey
Date: Thu May  8 21:44:17 2008
New Revision: 3722

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3722
Log:
dh7 yay


Added:
    packages/gnome-keyring-sharp/trunk/debian/patches/00list
    packages/gnome-keyring-sharp/trunk/debian/patches/01pkgconfig-path.dpatch
      - copied, changed from r3721, packages/gnome-keyring-sharp/trunk/debian/patches/01pkgconfig-path.patch
Removed:
    packages/gnome-keyring-sharp/trunk/debian/patches/01pkgconfig-path.patch
Modified:
    packages/gnome-keyring-sharp/trunk/debian/changelog
    packages/gnome-keyring-sharp/trunk/debian/compat
    packages/gnome-keyring-sharp/trunk/debian/control
    packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring1.0-cil.install
    packages/gnome-keyring-sharp/trunk/debian/rules

Modified: packages/gnome-keyring-sharp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/changelog?rev=3722&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/changelog (original)
+++ packages/gnome-keyring-sharp/trunk/debian/changelog Thu May  8 21:44:17 2008
@@ -1,3 +1,17 @@
+gnome-keyring-sharp (1.0.0~svn.r87622-2~pre1) unstable; urgency=low
+
+  * debian/rules:
+    + Migrated from cdbs to debhelper v7 minimalistic style.
+  * debian/control:
+    + Replaced cdbs build-dependency with debhelper >= 7 and
+      cli-common-dev >= 0.5.7.
+  * debian/compat:
+    + Bumped to 7
+  * debian/patches/01pkgconfig-path.dpatch:
+    + Converted patch to dpatch.
+
+ -- Mirco Bauer <meebey at debian.org>  Thu, 08 May 2008 22:39:38 +0200
+
 gnome-keyring-sharp (1.0.0~svn.r87622-1) unstable; urgency=low
 
   * Initial release. (Closes: #442121)

Modified: packages/gnome-keyring-sharp/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/compat?rev=3722&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/compat (original)
+++ packages/gnome-keyring-sharp/trunk/debian/compat Thu May  8 21:44:17 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: packages/gnome-keyring-sharp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/control?rev=3722&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/control (original)
+++ packages/gnome-keyring-sharp/trunk/debian/control Thu May  8 21:44:17 2008
@@ -2,8 +2,14 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
-Uploaders: Laurent Bigonville <bigon at bigon.be>
-Build-Depends: cdbs, debhelper (>= 5), pkg-config (>= 0.9.0), mono-gmcs (>= 1.1.8) | c-sharp-2.0-compiler, mono-gac, libndesk-dbus1.0-cil (>= 0.4), cli-common-dev (>= 0.4.4), monodoc-base
+Uploaders: Laurent Bigonville <bigon at bigon.be>, Mirco Bauer <meebey at debian.org>
+Build-Depends: debhelper (>= 7),
+ cli-common-dev (>= 0.5.7),
+ pkg-config (>= 0.9.0),
+ mono-gmcs (>= 1.1.8) | c-sharp-2.0-compiler,
+ mono-gac,
+ libndesk-dbus1.0-cil (>= 0.4),
+ monodoc-base
 Standards-Version: 3.7.3
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/
 Vcs-Svn: ssh://svn.debian.org/svn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk

Modified: packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring1.0-cil.install
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring1.0-cil.install?rev=3722&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring1.0-cil.install (original)
+++ packages/gnome-keyring-sharp/trunk/debian/libgnome-keyring1.0-cil.install Thu May  8 21:44:17 2008
@@ -1,2 +1,2 @@
-debian/tmp/usr/lib/mono/gac/Gnome.Keyring/*/Gnome.Keyring.dll usr/lib/cli/gnome-keyring-sharp-1.0/
-debian/tmp/usr/lib/pkgconfig/gnome-keyring-sharp-1.0.pc
+/usr/lib/mono/gac/Gnome.Keyring/1.0.*/Gnome.Keyring.dll	/usr/lib/cli/gnome-keyring-sharp-1.0/
+/usr/lib/pkgconfig/gnome-keyring-sharp-1.0.pc

Added: packages/gnome-keyring-sharp/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/patches/00list?rev=3722&op=file
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/patches/00list (added)
+++ packages/gnome-keyring-sharp/trunk/debian/patches/00list Thu May  8 21:44:17 2008
@@ -1,0 +1,1 @@
+01pkgconfig-path

Copied: packages/gnome-keyring-sharp/trunk/debian/patches/01pkgconfig-path.dpatch (from r3721, packages/gnome-keyring-sharp/trunk/debian/patches/01pkgconfig-path.patch)
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/patches/01pkgconfig-path.dpatch?rev=3722&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/patches/01pkgconfig-path.patch (original)
+++ packages/gnome-keyring-sharp/trunk/debian/patches/01pkgconfig-path.dpatch Thu May  8 21:44:17 2008
@@ -1,3 +1,10 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01pkgconfig-path.dpatch
+##
+## All lines beginning with ## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
 --- gnome-keyring-sharp-1.0.0~svn20080110/src/gnome-keyring-sharp-1.0.pc.in	2007-10-14 03:53:29.000000000 +1000
 +++ gnome-keyring-sharp-1.0.0~svn20080110.new/src/gnome-keyring-sharp-1.0.pc.in	2008-01-10 18:04:26.000000000 +1100
 @@ -5,4 +5,4 @@

Modified: packages/gnome-keyring-sharp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/rules?rev=3722&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/rules (original)
+++ packages/gnome-keyring-sharp/trunk/debian/rules Thu May  8 21:44:17 2008
@@ -1,25 +1,31 @@
 #!/usr/bin/make -f
+export DH_VERBOSE=1
 
-export MONO_SHARED_DIR=$(CURDIR)
+DEB_CLI_API_VERSION = 1.0.0~svn.r87622
 
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cli-common/cli.make
+include /usr/share/dpatch/dpatch.make
 
-DEB_DESTDIR = $(CURDIR)/debian/tmp
+build: patch-stamp
+	dh $@
 
-clean::
-	rm -rf .wapi
+install: build
+	dh $@
 
-binary-install/libgnome-keyring1.0-cil::
-	dh_clifixperms
-	dh_makeclilibs -V
-	dh_installcligac
-	dh_clideps -d
+binary: binary-indep
+binary-indep: install
+	dh $@ --before dh_makeclilibs
+	dh_makeclilibs -i -m $(DEB_CLI_API_VERSION)
+	dh $@ --after dh_makeclilibs
 
+clean: clean-patched unpatch
+clean-patched:
+	dh clean
+
+%:
+	dh $@
 
 GKS_VER = $(shell ls gnome-keyring-sharp/gnome-keyring-sharp-*.tar.gz | egrep -o "([[:digit:]]+\.)+[[:digit:]]")
-
 gnome-keyring-sharp.tar.gz:
 	wget -O gnome-keyring-sharp.tar.gz http://anonsvn.mono-project.com/viewcvs/trunk/gnome-keyring-sharp.tar.gz?view=tar
 




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