[Pkg-gnutls-commits] r1517 - in /packages/libtasn1-3/trunk/debian: changelog rules
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sun Jul 29 09:31:30 UTC 2012
Author: ametzler
Date: Sun Jul 29 09:31:30 2012
New Revision: 1517
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1517
Log:
Fix building twice in row. (make distclean removes html/pdf docs, which
were missing on install.)
Modified:
packages/libtasn1-3/trunk/debian/changelog
packages/libtasn1-3/trunk/debian/rules
Modified: packages/libtasn1-3/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libtasn1-3/trunk/debian/changelog?rev=1517&op=diff
==============================================================================
--- packages/libtasn1-3/trunk/debian/changelog (original)
+++ packages/libtasn1-3/trunk/debian/changelog Sun Jul 29 09:31:30 2012
@@ -1,6 +1,8 @@
libtasn1-3 (2.13-3) UNRELEASED; urgency=low
* NOT RELEASED YET
+ * Fix building twice in row. (make distclean removes html/pdf docs, which
+ were missing on install.)
-- Andreas Metzler <ametzler at debian.org> Thu, 07 Jun 2012 18:00:28 +0200
Modified: packages/libtasn1-3/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libtasn1-3/trunk/debian/rules?rev=1517&op=diff
==============================================================================
--- packages/libtasn1-3/trunk/debian/rules (original)
+++ packages/libtasn1-3/trunk/debian/rules Sun Jul 29 09:31:30 2012
@@ -17,3 +17,8 @@
DEB_DH_MAKESHLIBS_ARGS_ALL := -V 'libtasn1-3 (>=1.6-0)'
DEB_COMPRESS_EXCLUDE := libtasn1.pdf
+build/libtasn1-3-dev::
+ if ! test -e doc/libtasn1.pdf ; then \
+ $(MAKE) pdf ; fi
+ if ! test -e doc/libtasn1.html ; then \
+ $(MAKE) html ; fi
More information about the Pkg-gnutls-commits
mailing list