[Pkg-gnutls-commits] r99 - in /packages/opencdk8/trunk/debian: changelog control rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Wed Jun 21 17:56:35 UTC 2006


Author: ametzler
Date: Wed Jun 21 17:56:34 2006
New Revision: 99

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=99
Log:
Drop code for updating config.guess/config.sub from debian/rules  Build-Depend on autotools-dev.
Set DEB_MAKE_CHECK_TARGET = check to run included testsuite.
Set  DEB_CONFIGURE_EXTRA_FLAGS = --enable-ld-version-script


Modified:
    packages/opencdk8/trunk/debian/changelog
    packages/opencdk8/trunk/debian/control
    packages/opencdk8/trunk/debian/rules

Modified: packages/opencdk8/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/opencdk8/trunk/debian/changelog?rev=99&op=diff
==============================================================================
--- packages/opencdk8/trunk/debian/changelog (original)
+++ packages/opencdk8/trunk/debian/changelog Wed Jun 21 17:56:34 2006
@@ -6,6 +6,13 @@
   * New maintainer team. Thanks, Matthias for all the work you did.
   * Set maintainer to alioth mailinglist.
   * Update debian/copyright and include actual copyright statements.
+  * clean packaging against upstream tarball. Set
+    DEB_CONFIGURE_EXTRA_FLAGS = --enable-ld-version-script
+    to force versioning of symbols, instead of patching ./configure.in.
+    (closes: #368299)
+  * Set DEB_MAKE_CHECK_TARGET = check to run included testsuite.
+  * Drop code for updating config.guess/config.sub from debian/rules, as cdbs
+    handles this. Build-Depend on autotools-dev.
 
  -- Andreas Metzler <ametzler at debian.org>  Wed, 21 Jun 2006 19:40:33 +0200
 

Modified: packages/opencdk8/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/opencdk8/trunk/debian/control?rev=99&op=diff
==============================================================================
--- packages/opencdk8/trunk/debian/control (original)
+++ packages/opencdk8/trunk/debian/control Wed Jun 21 17:56:34 2006
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint at lists.alioth.debian.org>
 Uploaders: Andreas Metzler <ametzler at debian.org>, Eric Dorland <eric at debian.org>, James Westby <jw+debian at jameswestby.net>
-Build-Depends: debhelper (>> 4.1), libgcrypt11-dev, zlib1g-dev, libpopt-dev, cdbs, bzip2
+Build-Depends: debhelper (>> 4.1), libgcrypt11-dev, zlib1g-dev, libpopt-dev, cdbs, bzip2, autotools-dev
 Standards-Version: 3.6.2
 
 Package: libopencdk8

Modified: packages/opencdk8/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/opencdk8/trunk/debian/rules?rev=99&op=diff
==============================================================================
--- packages/opencdk8/trunk/debian/rules (original)
+++ packages/opencdk8/trunk/debian/rules Wed Jun 21 17:56:34 2006
@@ -1,11 +1,15 @@
 #! /usr/bin/make -f
-# Build the gnutls package for Debian.
+# Build the opencdk8 package for Debian.
 
-DEB_DH_MAKESHLIBS_ARGS_libopencdk8 := -V 'libopencdk8 (>=0.5.7)'
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
+DEB_CONFIGURE_EXTRA_FLAGS = --enable-ld-version-script
+DEB_MAKE_CHECK_TARGET = check
 DEB_DH_STRIP_ARGS = --dbg-package=libopencdk8
+DEB_DH_MAKESHLIBS_ARGS_libopencdk8 := -V 'libopencdk8 (>=0.5.7)'
+
 
 clean::
 	dh_testdir
@@ -13,12 +17,6 @@
 	rm -f build-stamp configure-stamp
 
 	mkdir -p m4
-	test -r /usr/share/misc/config.sub && \
-		cp -f /usr/share/misc/config.sub config.sub || \
-		test -r config.guess
-	test -r /usr/share/misc/config.guess && \
-		cp -f /usr/share/misc/config.guess config.guess || \
-		test -r config.guess
 	test -r /usr/share/aclocal/libgcrypt.m4 && \
 		cp -f /usr/share/aclocal/libgcrypt.m4 m4 || \
 		test -r m4/libgcrypt.m4




More information about the Pkg-gnutls-commits mailing list