r68992 - in /branches/squeeze/libproc-processtable-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Feb 18 15:54:45 UTC 2011


Author: gregoa
Date: Fri Feb 18 15:54:17 2011
New Revision: 68992

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68992
Log:
debian/rules: run hints/linux.pl explicitly when building on kFreeBSD;
thanks to Gonéri Le Bouder for the bug report and the patch
(closes: #613388).

Modified:
    branches/squeeze/libproc-processtable-perl/debian/changelog
    branches/squeeze/libproc-processtable-perl/debian/rules

Modified: branches/squeeze/libproc-processtable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/squeeze/libproc-processtable-perl/debian/changelog?rev=68992&op=diff
==============================================================================
--- branches/squeeze/libproc-processtable-perl/debian/changelog (original)
+++ branches/squeeze/libproc-processtable-perl/debian/changelog Fri Feb 18 15:54:17 2011
@@ -1,3 +1,11 @@
+libproc-processtable-perl (0.45-1+squeeze1) UNRELEASED; urgency=low
+
+  * debian/rules: run hints/linux.pl explicitly when building on kFreeBSD;
+    thanks to Gonéri Le Bouder for the bug report and the patch
+    (closes: #613388).
+
+ -- gregor herrmann <gregoa at debian.org>  Fri, 18 Feb 2011 16:52:34 +0100
+
 libproc-processtable-perl (0.45-1) unstable; urgency=low
 
   * New upstream release.

Modified: branches/squeeze/libproc-processtable-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/branches/squeeze/libproc-processtable-perl/debian/rules?rev=68992&op=diff
==============================================================================
--- branches/squeeze/libproc-processtable-perl/debian/rules (original)
+++ branches/squeeze/libproc-processtable-perl/debian/rules Fri Feb 18 15:54:17 2011
@@ -2,6 +2,7 @@
 
 build: build-stamp
 build-stamp:
+	[ "kfreebsd" = "`dpkg-architecture -qDEB_HOST_ARCH_OS`" ] && perl hints/linux.pl
 	dh build
 	touch $@
 




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