[Pkg-gnutls-commits] r1933 - in /packages/gnutls28/branches/experimental/debian: changelog control patches/30_forcesystemlibopts.diff patches/50_Ignore-SIGPIPE.patch patches/series rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Wed Nov 27 18:26:36 UTC 2013


Author: ametzler
Date: Wed Nov 27 18:26:35 2013
New Revision: 1933

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1933
Log:
3.2.7: 
Add b-d on bison.
Bump shlibs.
Drop 30_forcesystemlibopts.diff 50_Ignore-SIGPIPE.patch.
Simplify debian/rules, stop removing autogened files.

Removed:
    packages/gnutls28/branches/experimental/debian/patches/30_forcesystemlibopts.diff
    packages/gnutls28/branches/experimental/debian/patches/50_Ignore-SIGPIPE.patch
Modified:
    packages/gnutls28/branches/experimental/debian/changelog
    packages/gnutls28/branches/experimental/debian/control
    packages/gnutls28/branches/experimental/debian/patches/series
    packages/gnutls28/branches/experimental/debian/rules

Modified: packages/gnutls28/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/branches/experimental/debian/changelog?rev=1933&op=diff
==============================================================================
--- packages/gnutls28/branches/experimental/debian/changelog	(original)
+++ packages/gnutls28/branches/experimental/debian/changelog	Wed Nov 27 18:26:35 2013
@@ -1,6 +1,11 @@
-gnutls28 (3.2.6-3) UNRELEASED; urgency=low
+gnutls28 (3.2.7-1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * New upstream version.
+    + Add b-d on bison.
+    + Bump shlibs.
+    + Drop 30_forcesystemlibopts.diff 50_Ignore-SIGPIPE.patch.
+    + Simplify debian/rules, stop removing autogened files.
 
  -- Andreas Metzler <ametzler at debian.org>  Sun, 10 Nov 2013 14:07:50 +0100
 

Modified: packages/gnutls28/branches/experimental/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/branches/experimental/debian/control?rev=1933&op=diff
==============================================================================
--- packages/gnutls28/branches/experimental/debian/control	(original)
+++ packages/gnutls28/branches/experimental/debian/control	Wed Nov 27 18:26:35 2013
@@ -9,7 +9,7 @@
 Build-Depends: debhelper (>= 9), nettle-dev (>= 2.7), zlib1g-dev,
  libtasn1-6-dev (>= 3.1), autotools-dev, guile-2.0-dev [!ia64], datefudge,
  libp11-kit-dev (>= 0.11), pkg-config, chrpath, libidn11-dev,
- autogen (>= 1:5.16-0)
+ autogen (>= 1:5.16-0), bison
 Build-Depends-Indep: gtk-doc-tools, texinfo (>= 4.8)
 Build-Conflicts: libgnutls-dev
 Standards-Version: 3.9.5

Modified: packages/gnutls28/branches/experimental/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/branches/experimental/debian/patches/series?rev=1933&op=diff
==============================================================================
--- packages/gnutls28/branches/experimental/debian/patches/series	(original)
+++ packages/gnutls28/branches/experimental/debian/patches/series	Wed Nov 27 18:26:35 2013
@@ -1,4 +1,2 @@
 14_version_gettextcat.diff
-30_forcesystemlibopts.diff
 40_guilenoparallel.diff
-50_Ignore-SIGPIPE.patch

Modified: packages/gnutls28/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/branches/experimental/debian/rules?rev=1933&op=diff
==============================================================================
--- packages/gnutls28/branches/experimental/debian/rules	(original)
+++ packages/gnutls28/branches/experimental/debian/rules	Wed Nov 27 18:26:35 2013
@@ -28,8 +28,8 @@
 
 
 override_dh_makeshlibs:
-	dh_makeshlibs -p libgnutlsxx28 -V 'libgnutlsxx28 (>= 3.2.6-0)'
-	dh_makeshlibs -p libgnutls28  -V 'libgnutls28 (>= 3.2.6-0)'
+	dh_makeshlibs -p libgnutlsxx28 -V 'libgnutlsxx28 (>= 3.2.7-0)'
+	dh_makeshlibs -p libgnutls28  -V 'libgnutls28 (>= 3.2.7-0)'
 	dh_makeshlibs --remaining-packages -Xguile/2.0/guile-gnutls-v-2.so
 
 
@@ -43,11 +43,6 @@
 	# restore gnutls.pdf
 	if [ -e doc/gnutls.pdf.debbackup ] && [ ! -e doc/gnutls.pdf ] ; \
 		then mv -v doc/gnutls.pdf.debbackup doc/gnutls.pdf ; fi
-	# force regeneration of autogen-ed files.
-	for i in `grep -l AutoGen-ed src/*.c` ; do \
-		t=`basename $$i .c` ;\
-		rm -v $$i src/$$t.h;\
-		done
 	rm -fv `grep -l 'has been AutoGen-ed ' doc/manpages/*.?`
 
 override_dh_auto_build:




More information about the Pkg-gnutls-commits mailing list