r15336 - in /trunk/libconvert-tnef-perl/debian: cdbs/1/rules/buildinfo.mk changelog

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Feb 21 02:39:23 UTC 2008


Author: js
Date: Thu Feb 21 02:39:22 2008
New Revision: 15336

URL: http://svn.debian.org/wsvn/?sc=1&rev=15336
Log:
* Update local cdbs tweaks:
  + Fix buildinfo.mk invoking dh-buildinfo only once.

Modified:
    trunk/libconvert-tnef-perl/debian/cdbs/1/rules/buildinfo.mk
    trunk/libconvert-tnef-perl/debian/changelog

Modified: trunk/libconvert-tnef-perl/debian/cdbs/1/rules/buildinfo.mk
URL: http://svn.debian.org/wsvn/trunk/libconvert-tnef-perl/debian/cdbs/1/rules/buildinfo.mk?rev=15336&op=diff
==============================================================================
--- trunk/libconvert-tnef-perl/debian/cdbs/1/rules/buildinfo.mk (original)
+++ trunk/libconvert-tnef-perl/debian/cdbs/1/rules/buildinfo.mk Thu Feb 21 02:39:22 2008
@@ -1,5 +1,5 @@
 # -*- mode: makefile; coding: utf-8 -*-
-# Copyright © 2004-2005 Jonas Smedegaard <dr at jones.dk>
+# Copyright © 2004-2006 Jonas Smedegaard <dr at jones.dk>
 # Description: Generate and include build information
 #
 # This program is free software; you can redistribute it and/or
@@ -17,15 +17,12 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 # 02111-1307 USA.
 
-
-ifndef _cdbs_bootstrap
 _cdbs_scripts_path ?= /usr/lib/cdbs
 _cdbs_rules_path ?= /usr/share/cdbs/1/rules
 _cdbs_class_path ?= /usr/share/cdbs/1/class
-endif
 
 ifndef _cdbs_rules_buildinfo
-_cdbs_rules_buildinfo := 1
+_cdbs_rules_buildinfo = 1
 
 include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
 
@@ -35,6 +32,7 @@
 
 debian/stamp-buildinfo:
 	dh_buildinfo
+	touch debian/stamp-buildinfo
 
 clean::
 	rm -f debian/stamp-buildinfo

Modified: trunk/libconvert-tnef-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libconvert-tnef-perl/debian/changelog?rev=15336&op=diff
==============================================================================
--- trunk/libconvert-tnef-perl/debian/changelog (original)
+++ trunk/libconvert-tnef-perl/debian/changelog Thu Feb 21 02:39:22 2008
@@ -1,3 +1,10 @@
+libconvert-tnef-perl (0.17-7) UNRELEASED; urgency=low
+
+  * Update local cdbs tweaks:
+    + Fix buildinfo.mk invoking dh-buildinfo only once.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Thu, 21 Feb 2008 02:08:23 +0100
+
 libconvert-tnef-perl (0.17-6) unstable; urgency=low
 
   * Pass over maintenance of the package to the Perl group: Change Maintainer,




More information about the Pkg-perl-cvs-commits mailing list