[Pkg-gnutls-commits] r491 - /packages/gnutls13/trunk/debian/

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Tue Feb 12 17:25:57 UTC 2008


Author: ametzler
Date: Tue Feb 12 17:25:57 2008
New Revision: 491

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=491
Log:
* Making buildable on sid again, now that gnutls26 is in sid. Stop building
  gnutls-doc, gnutls-bin and libgnutls-dev. Closes: #464605

Removed:
    packages/gnutls13/trunk/debian/gnutls-bin.install
    packages/gnutls13/trunk/debian/gnutls-bin.manpages
    packages/gnutls13/trunk/debian/gnutls-doc.doc-base
    packages/gnutls13/trunk/debian/gnutls-doc.doc-base.apireference
    packages/gnutls13/trunk/debian/gnutls-doc.docs
    packages/gnutls13/trunk/debian/gnutls-doc.examples
    packages/gnutls13/trunk/debian/gnutls-doc.info
    packages/gnutls13/trunk/debian/gnutls-doc.install
    packages/gnutls13/trunk/debian/gnutls-doc.links
    packages/gnutls13/trunk/debian/gnutls-doc.manpages
    packages/gnutls13/trunk/debian/libgnutls-dev.README.Debian
    packages/gnutls13/trunk/debian/libgnutls-dev.install
    packages/gnutls13/trunk/debian/libgnutls-dev.manpages
Modified:
    packages/gnutls13/trunk/debian/changelog
    packages/gnutls13/trunk/debian/control
    packages/gnutls13/trunk/debian/rules

Modified: packages/gnutls13/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls13/trunk/debian/changelog?rev=491&op=diff
==============================================================================
--- packages/gnutls13/trunk/debian/changelog (original)
+++ packages/gnutls13/trunk/debian/changelog Tue Feb 12 17:25:57 2008
@@ -1,10 +1,12 @@
-gnutls13 (2.0.4-2) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
+gnutls13 (2.0.4-2) unstable; urgency=low
+
+  * Cleanup upload. Should not be shipped in lenny.
   * libgnutls13-dbg needs to conflict with libgnutls26-dbg, since both
     packages contain gnutls-bin debugging symbols. #459295.
-
- -- Andreas Metzler <ametzler at debian.org>  Sat, 17 Nov 2007 13:03:38 +0100
+  * Making buildable on sid again, now that gnutls26 is in sid. Stop building
+    gnutls-doc, gnutls-bin and libgnutls-dev. Closes: #464605
+
+ -- Andreas Metzler <ametzler at debian.org>  Tue, 12 Feb 2008 16:35:29 +0100
 
 gnutls13 (2.0.4-1) unstable; urgency=low
 

Modified: packages/gnutls13/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls13/trunk/debian/control?rev=491&op=diff
==============================================================================
--- packages/gnutls13/trunk/debian/control (original)
+++ packages/gnutls13/trunk/debian/control Tue Feb 12 17:25:57 2008
@@ -3,30 +3,8 @@
 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 (>= 5.0.0), libgcrypt11-dev (>= 1.2.2), zlib1g-dev, libopencdk10-dev, liblzo2-dev, cdbs, gtk-doc-tools, texinfo (>= 4.8), libtasn1-3-dev (>= 0.3.4-1), autotools-dev
+Build-Depends: debhelper (>= 5.0.0), libgcrypt11-dev (>= 1.2.2), zlib1g-dev, libopencdk10-dev, liblzo2-dev, cdbs, libtasn1-3-dev (>= 0.3.4-1), autotools-dev
 Standards-Version: 3.7.2
-
-Package: libgnutls-dev
-Priority: optional
-Section: libdevel
-Architecture: any
-Provides: gnutls-dev
-Depends: libgnutls13 (= ${Source-Version}), libgnutlsxx13 (= ${Source-Version}), libgcrypt11-dev (>= 1.2.2), libc6-dev | libc-dev, zlib1g-dev, libtasn1-3-dev (>= 0.3.4), libopencdk10-dev, liblzo2-dev
-Suggests: gnutls-doc, gnutls-bin
-Conflicts: libgnutls11-dev, gnutls-dev (<< 0.4.0-0), gnutls0.4-dev
-Replaces: libgnutls11-dev, gnutls-dev (<< 0.4.0-0), gnutls0.4-dev
-Description: the GNU TLS library - development files
- gnutls is a portable library which implements the Transport Layer
- Security (TLS) 1.0 and Secure Sockets Layer (SSL) 3.0 protocols.
- .
- Currently gnutls implements:
-  - the TLS 1.0 and SSL 3.0 protocols, without any US-export
-    controlled algorithms
-  - X509 Public Key Infrastructure (with several limitations).
-  - SRP for TLS authentication.
-  - TLS Extension mechanism
- .
- This package contains the gnutls development files.
 
 Package: libgnutls13
 Priority: important
@@ -68,31 +46,6 @@
  .
  This package contains the debugger symbols.
 
-Package: gnutls-bin
-Priority: optional
-Architecture: any
-Section: net
-Depends: ${shlibs:Depends}
-Conflicts: libgnutls5-dev, gnutls0.4-dev, gnutls-dev (<< 0.4.0-0)
-Replaces: libgnutls5-dev, gnutls0.4-dev, gnutls-dev (<< 0.4.0-0)
-Description: the GNU TLS library - commandline utilities
- gnutls is a portable library which implements the Transport Layer
- Security (TLS) 1.0 and Secure Sockets Layer (SSL) 3.0 protocols.
- .
- This package contains a commandline interface to the GNU TLS library,
- which can be used to set up secure connections from e.g. shell scripts.
-
-Package: gnutls-doc
-Priority: optional
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Description: the GNU TLS library - documentation and examples
- gnutls is a portable library which implements the Transport Layer
- Security (TLS) 1.0 and Secure Sockets Layer (SSL) 3.0 protocols.
- .
- This package contains all the gnutls documentation.
-
 Package: libgnutlsxx13
 Priority: optional
 Architecture: any

Modified: packages/gnutls13/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls13/trunk/debian/rules?rev=491&op=diff
==============================================================================
--- packages/gnutls13/trunk/debian/rules (original)
+++ packages/gnutls13/trunk/debian/rules Tue Feb 12 17:25:57 2008
@@ -9,11 +9,10 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS = --with-mcrypt=no --enable-ld-version-script --disable-guile
+DEB_CONFIGURE_EXTRA_FLAGS = --with-mcrypt=no --enable-ld-version-script --disable-guile --disable-static --disable-gtk-doc
 DEB_MAKE_CHECK_TARGET = check
 DEB_DH_STRIP_ARGS = --dbg-package=libgnutls13-dbg
 DEB_DH_MAKESHLIBS_ARGS_libgnutls13 := -V 'libgnutls13 (>=2.0.4-0)'
-DEB_COMPRESS_EXCLUDE := gnutls.pdf
 
 #build/libgnutls-doc::
 #	$(DEB_MAKE_INVOKE) -C libextra/openpgp pgp-api.tex
@@ -27,12 +26,6 @@
 post-patches::
 	cd $(DEB_SRCDIR) && chmod +x doc/scripts/sort2.pl doc/scripts/gdoc
 
-# pre-clean rule: save gnutls.pdf since it is expensive to regenerate.
-# See README.source_and_patches
-cleanbuilddir/gnutls-doc::
-	if [ -e doc/gnutls.pdf ] ; then mv doc/gnutls.pdf doc/gnutls.pdf.debbackup ; fi
-
-
 # additional commands for clean
 clean::
 	mkdir -p m4
@@ -43,22 +36,4 @@
 	# stupid conflicts
 	-rm -f libextra/lzoconf.h libextra/lzodefs.h
 	-rm -f doc/*.info*
-	# restore gnutls.pdf
-	if [ -e doc/gnutls.pdf.debbackup ] && [ ! -e doc/gnutls.pdf ] ; then mv doc/gnutls.pdf.debbackup doc/gnutls.pdf ; fi
 
-# additional comands for build rule
-build/gnutls-doc::
-	$(MAKE) html
-
-# add post deb preparation (including debhelper stuff) actions
-# generate symlinks manually and use dh_link to make them policy-conform.
-binary-install/gnutls-doc::
-	cd debian/gnutls-doc && \
-	for i in usr/share/doc/gnutls-doc/html/gnutls*.png ; do \
-		i=`basename "$$i"` ; \
-		ln -s "/usr/share/doc/gnutls-doc/html/$$i" \
-			usr/share/info/ ; \
-	done && \
-	cd ../.. && \
-	dh_link -pgnutls-doc
-




More information about the Pkg-gnutls-commits mailing list