r77545 - in /trunk/libalgorithm-diff-xs-perl/debian: changelog rules source/local-options

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Sat Jul 16 18:42:17 UTC 2011


Author: ansgar
Date: Sat Jul 16 18:42:15 2011
New Revision: 77545

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77545
Log:
* Team upload.
* Use source format 3.0 (quilt).
* Apply (modified) patch from Steve McIntyre for cross-building support.
  (Closes: #633950)
* debian/copyright: Refer to /usr/share/common-licenses/GPL-1; refer to
  "Debian systems" instead of "Debian GNU/Linux systems".
* Bump Standards-Version to 3.9.2.

Added:
    trunk/libalgorithm-diff-xs-perl/debian/source/local-options
Modified:
    trunk/libalgorithm-diff-xs-perl/debian/changelog
    trunk/libalgorithm-diff-xs-perl/debian/rules

Modified: trunk/libalgorithm-diff-xs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-xs-perl/debian/changelog?rev=77545&op=diff
==============================================================================
--- trunk/libalgorithm-diff-xs-perl/debian/changelog (original)
+++ trunk/libalgorithm-diff-xs-perl/debian/changelog Sat Jul 16 18:42:15 2011
@@ -1,18 +1,20 @@
-libalgorithm-diff-xs-perl (0.04-2) UNRELEASED; urgency=low
+libalgorithm-diff-xs-perl (0.04-2) unstable; urgency=low
 
-  [ Steve McIntyre ]
-  * Configure perl C compilation for cross builds
-    Closes: #633950
+  * Team upload.
+
+  [ Ansgar Burchardt ]
+  * Use source format 3.0 (quilt).
+  * Apply (modified) patch from Steve McIntyre for cross-building support.
+    (Closes: #633950)
+  * debian/copyright: Refer to /usr/share/common-licenses/GPL-1; refer to
+    "Debian systems" instead of "Debian GNU/Linux systems".
+  * Bump Standards-Version to 3.9.2.
 
   [ gregor herrmann ]
-  * Improvements to Steve's patch by Ansgar.
-  * Switch to source format 3.0 (quilt).
-  * Update debian/copyright formatting.
   * Add /me to Uploaders.
   * Bump debhelper compatibility level to 8.
-  * Set Standards-Version to 3.9.2 (no changes).
 
- -- Steve McIntyre <steve.mcintyre at linaro.org>  Fri, 15 Jul 2011 11:44:27 +0111
+ -- Ansgar Burchardt <ansgar at debian.org>  Sat, 16 Jul 2011 20:41:40 +0200
 
 libalgorithm-diff-xs-perl (0.04-1) unstable; urgency=low
 

Modified: trunk/libalgorithm-diff-xs-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-xs-perl/debian/rules?rev=77545&op=diff
==============================================================================
--- trunk/libalgorithm-diff-xs-perl/debian/rules (original)
+++ trunk/libalgorithm-diff-xs-perl/debian/rules Sat Jul 16 18:42:15 2011
@@ -4,14 +4,13 @@
 DEB_HOST_GNU_TYPE       := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 
 ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
-	PERL_VER := $(shell perl -MConfig -e'print "$$Config{version}\n"')
-	export PERL5LIB=/usr/$(DEB_HOST_GNU_TYPE)/lib/perl/$(PERL_VER)
+  PERL_VER := $(shell perl -MConfig -e'print "$$Config{version}\n"')
+  export PERL5LIB=/usr/$(DEB_HOST_GNU_TYPE)/lib/perl/$(PERL_VER)
 
-	ifneq (true,$(shell [ -f $(PERL5LIB)/Config.pm -a -f $(PERL5LIB)/Config_heavy.pl ] && echo true))
-		$(error Config.pm & Config_heavy.pl for cross building not found in $(PERL5LIB))
-	endif
+  ifneq (true,$(shell [ -f $(PERL5LIB)/Config.pm -a -f $(PERL5LIB)/Config_heavy.pl ] && echo true))
+    $(error Config.pm & Config_heavy.pl for cross building not found in $(PERL5LIB))
+  endif
 endif
-
 
 %:
 	dh $@

Added: trunk/libalgorithm-diff-xs-perl/debian/source/local-options
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-xs-perl/debian/source/local-options?rev=77545&op=file
==============================================================================
--- trunk/libalgorithm-diff-xs-perl/debian/source/local-options (added)
+++ trunk/libalgorithm-diff-xs-perl/debian/source/local-options Sat Jul 16 18:42:15 2011
@@ -1,0 +1,2 @@
+abort-on-upstream-changes
+unapply-patches




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