[Pkg-gnutls-commits] r61 - in /libgcrypt11/trunk/debian: changelog
control libgcrypt11-doc.install rules
jamesw-guest at users.alioth.debian.org
jamesw-guest at users.alioth.debian.org
Thu Jun 8 02:15:11 UTC 2006
Author: jamesw-guest
Date: Thu Jun 8 02:15:10 2006
New Revision: 61
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=61
Log:
Move installation of extra docs from debian/rules to debian/libgcrypt11-doc.install. Remove config.* code from debian/rules. Add Build-Dep on autotools-dev
Modified:
libgcrypt11/trunk/debian/changelog
libgcrypt11/trunk/debian/control
libgcrypt11/trunk/debian/libgcrypt11-doc.install
libgcrypt11/trunk/debian/rules
Modified: libgcrypt11/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/libgcrypt11/trunk/debian/changelog?rev=61&op=diff
==============================================================================
--- libgcrypt11/trunk/debian/changelog (original)
+++ libgcrypt11/trunk/debian/changelog Thu Jun 8 02:15:10 2006
@@ -9,6 +9,8 @@
* Standards-Version: 3.7.2, no changes required.
* Clean packaging against upstream tarball.
* Drop debian/*.dirs as dh_* will create the necessary directories.
+ * Remove code from debian/rules to update config.sub and config.guess as it
+ is handled by cdbs. Build-Depends on autotools-dev.
-- James Westby <jw+debian at jameswestby.net> Thu, 8 Jun 2006 02:44:09 +0100
Modified: libgcrypt11/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/libgcrypt11/trunk/debian/control?rev=61&op=diff
==============================================================================
--- libgcrypt11/trunk/debian/control (original)
+++ libgcrypt11/trunk/debian/control Thu Jun 8 02:15:10 2006
@@ -3,7 +3,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.0), docbook-utils, tetex-bin, docbook-to-man, jade, texinfo (>= 4.6-1), cdbs, texi2html (>= 1.76-1), libgpg-error-dev, binutils
+Build-Depends: debhelper (>> 4.1.0), docbook-utils, tetex-bin, docbook-to-man, jade, texinfo (>= 4.6-1), cdbs, texi2html (>= 1.76-1), libgpg-error-dev, binutils, autotools-dev
Build-Depends-Indep: debhelper (>> 4.1.0), docbook-utils, tetex-bin, docbook-to-man, jade, texinfo (>= 4.6-1), cdbs, texi2html
Standards-Version: 3.7.2
Modified: libgcrypt11/trunk/debian/libgcrypt11-doc.install
URL: http://svn.debian.org/wsvn/pkg-gnutls/libgcrypt11/trunk/debian/libgcrypt11-doc.install?rev=61&op=diff
==============================================================================
--- libgcrypt11/trunk/debian/libgcrypt11-doc.install (original)
+++ libgcrypt11/trunk/debian/libgcrypt11-doc.install Thu Jun 8 02:15:10 2006
@@ -1,1 +1,3 @@
debian/tmp/usr/share/info/* usr/share/info
+doc/gcrypt.ps usr/share/doc/libgcrypt11-doc
+doc/gcrypt/*.html usr/share/doc/libgcrypt11-doc/html
Modified: libgcrypt11/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/libgcrypt11/trunk/debian/rules?rev=61&op=diff
==============================================================================
--- libgcrypt11/trunk/debian/rules (original)
+++ libgcrypt11/trunk/debian/rules Thu Jun 8 02:15:10 2006
@@ -9,13 +9,6 @@
DEB_DH_MAKESHLIBS_ARGS := -V 'libgcrypt11 (>=1.2.2)'
clean::
- test -r /usr/share/misc/config.sub && \
- cp -f /usr/share/misc/config.sub config.sub || \
- test -r config.sub
- test -r /usr/share/misc/config.guess && \
- cp -f /usr/share/misc/config.guess config.guess || \
- test -r config.guess
-
if test -f ltmain.sh ; then touch ltmain.sh; else libtoolize -c -f --automake; fi
if test -f aclocal.m4 ; then touch aclocal.m4; else aclocal-1.9 -I m4 ; fi
if test -f config.h.in ; then touch config.h.in; else autoheader2.50; fi
@@ -43,8 +36,3 @@
$(DEB_BUILDDIR)/tests/tsexp
$(DEB_BUILDDIR)/tests/prime
endif
-
-binary-post-install/libgcrypt11-doc::
- install -o root -g root -m 755 $(DEB_SRCDIR)/doc/gcrypt.ps debian/libgcrypt11-doc/usr/share/doc/libgcrypt11-doc/
- install -d -o root -g root -m 755 debian/libgcrypt11-doc/usr/share/doc/libgcrypt11-doc/html/
- cp -a $(DEB_SRCDIR)/doc/gcrypt/*.html debian/libgcrypt11-doc/usr/share/doc/libgcrypt11-doc/html/
More information about the Pkg-gnutls-commits
mailing list