r52618 - in /desktop/unstable/libcryptui/debian: changelog control control.in libcryptui0a.docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jul 9 21:50:33 UTC 2017


Author: biebl
Date: Sun Jul  9 21:50:31 2017
New Revision: 52618

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52618
Log:
Convert from cdbs to dh.

Added:
    desktop/unstable/libcryptui/debian/libcryptui0a.docs
Modified:
    desktop/unstable/libcryptui/debian/changelog
    desktop/unstable/libcryptui/debian/control
    desktop/unstable/libcryptui/debian/control.in
    desktop/unstable/libcryptui/debian/rules

Modified: desktop/unstable/libcryptui/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcryptui/debian/changelog?rev=52618&op=diff
==============================================================================
--- desktop/unstable/libcryptui/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libcryptui/debian/changelog	[utf-8] Sun Jul  9 21:50:31 2017
@@ -1,3 +1,9 @@
+libcryptui (3.12.2-4) UNRELEASED; urgency=medium
+
+  * Convert from cdbs to dh.
+
+ -- Michael Biebl <biebl at debian.org>  Sun, 09 Jul 2017 23:50:05 +0200
+
 libcryptui (3.12.2-3) unstable; urgency=medium
 
   [ Jeremy Bicha ]

Modified: desktop/unstable/libcryptui/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcryptui/debian/control?rev=52618&op=diff
==============================================================================
--- desktop/unstable/libcryptui/debian/control	[utf-8] (original)
+++ desktop/unstable/libcryptui/debian/control	[utf-8] Sun Jul  9 21:50:31 2017
@@ -6,9 +6,8 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Jeremy Bicha <jbicha at ubuntu.com>, Jordi Mallach <jordi at debian.org>
-Build-Depends: cdbs (>= 0.4.93),
-               debhelper (>= 9),
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Jordi Mallach <jordi at debian.org>, Michael Biebl <biebl at debian.org>
+Build-Depends: debhelper (>= 9),
                gnome-pkg-tools,
                dh-autoreconf,
                gsettings-desktop-schemas-dev,

Modified: desktop/unstable/libcryptui/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcryptui/debian/control.in?rev=52618&op=diff
==============================================================================
--- desktop/unstable/libcryptui/debian/control.in	[utf-8] (original)
+++ desktop/unstable/libcryptui/debian/control.in	[utf-8] Sun Jul  9 21:50:31 2017
@@ -3,8 +3,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs (>= 0.4.93),
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                gnome-pkg-tools,
                dh-autoreconf,
                gsettings-desktop-schemas-dev,

Added: desktop/unstable/libcryptui/debian/libcryptui0a.docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcryptui/debian/libcryptui0a.docs?rev=52618&op=file
==============================================================================
--- desktop/unstable/libcryptui/debian/libcryptui0a.docs	(added)
+++ desktop/unstable/libcryptui/debian/libcryptui0a.docs	[utf-8] Sun Jul  9 21:50:31 2017
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README

Modified: desktop/unstable/libcryptui/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcryptui/debian/rules?rev=52618&op=diff
==============================================================================
--- desktop/unstable/libcryptui/debian/rules	[utf-8] (original)
+++ desktop/unstable/libcryptui/debian/rules	[utf-8] Sun Jul  9 21:50:31 2017
@@ -1,20 +1,22 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/autoreconf.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_DH_AUTORECONF_ARGS = --as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+%:
+	dh $@ --with autoreconf,gir,gnome
 
-DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
-			     --disable-update-mime-database \
-			     --enable-gtk-doc
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
 
-DEB_DH_INSTALL_ARGS += --list-missing
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--disable-update-mime-database \
+		--enable-gtk-doc
 
-DEB_DH_MAKESHLIBS_ARGS += -- -c4
+override_dh_install:
+	dh_install --list-missing
+
+override_dh_makeshlibs:
+	dh_makeshlibs -- -c4




More information about the pkg-gnome-commits mailing list