r41304 - in /trunk/libmath-random-mt-perl/debian: changelog control patches/ patches/01-fix-ftbfs-on-kfreebsd.patch patches/series rules

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Tue Aug 4 19:43:55 UTC 2009


Author: carnil-guest
Date: Tue Aug  4 19:43:46 2009
New Revision: 41304

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41304
Log:
* Add 01-fix-ftbfs-on-kfreebsd.patch to close FTBFS on kfreebsd,
  thanks to Cyril Brulebois (Closes: #539949).
* debian/control:
  - Add Build-Depends on quilt, adjust dependency on debhelper.
  - Bump Standards-Version to 3.8.2 (no changes).
  - Add myself to uploaders
* debian/rules: use minimized rules file.  

Added:
    trunk/libmath-random-mt-perl/debian/patches/
    trunk/libmath-random-mt-perl/debian/patches/01-fix-ftbfs-on-kfreebsd.patch
    trunk/libmath-random-mt-perl/debian/patches/series
Modified:
    trunk/libmath-random-mt-perl/debian/changelog
    trunk/libmath-random-mt-perl/debian/control
    trunk/libmath-random-mt-perl/debian/rules

Modified: trunk/libmath-random-mt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-mt-perl/debian/changelog?rev=41304&op=diff
==============================================================================
--- trunk/libmath-random-mt-perl/debian/changelog (original)
+++ trunk/libmath-random-mt-perl/debian/changelog Tue Aug  4 19:43:46 2009
@@ -1,8 +1,18 @@
 libmath-random-mt-perl (1.07-2) UNRELEASED; urgency=low
 
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:34:56 +0000
+  [ Salvatore Bonaccorso ]
+  * Add 01-fix-ftbfs-on-kfreebsd.patch to close FTBFS on kfreebsd,
+    thanks to Cyril Brulebois (Closes: #539949).
+  * debian/control:
+    - Add Build-Depends on quilt, adjust dependency on debhelper.
+    - Bump Standards-Version to 3.8.2 (no changes).
+    - Add myself to uploaders
+  * debian/rules: use minimized rules file.  
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Tue, 04 Aug 2009 21:40:49 +0200
 
 libmath-random-mt-perl (1.07-1) unstable; urgency=low
 

Modified: trunk/libmath-random-mt-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-mt-perl/debian/control?rev=41304&op=diff
==============================================================================
--- trunk/libmath-random-mt-perl/debian/control (original)
+++ trunk/libmath-random-mt-perl/debian/control Tue Aug  4 19:43:46 2009
@@ -1,10 +1,11 @@
 Source: libmath-random-mt-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7), perl (>= 5.6.0-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <frequency at cpan.org>
-Standards-Version: 3.8.1
+Uploaders: Jonathan Yu <frequency at cpan.org>, 
+ Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Math-Random-MT/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-random-mt-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmath-random-mt-perl/

Added: trunk/libmath-random-mt-perl/debian/patches/01-fix-ftbfs-on-kfreebsd.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-mt-perl/debian/patches/01-fix-ftbfs-on-kfreebsd.patch?rev=41304&op=file
==============================================================================
--- trunk/libmath-random-mt-perl/debian/patches/01-fix-ftbfs-on-kfreebsd.patch (added)
+++ trunk/libmath-random-mt-perl/debian/patches/01-fix-ftbfs-on-kfreebsd.patch Tue Aug  4 19:43:46 2009
@@ -1,0 +1,11 @@
+--- a/mt.h
++++ b/mt.h
+@@ -5,7 +5,7 @@
+ 
+ #include <stdlib.h>
+ 
+-#if defined(__linux__) || defined(__WIN32__)
++#if defined(__linux__) || defined(__WIN32__) || defined(__GLIBC__)
+ #include <stdint.h>
+ #elif defined(__osf__)
+ #include <inttypes.h>

Added: trunk/libmath-random-mt-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-mt-perl/debian/patches/series?rev=41304&op=file
==============================================================================
--- trunk/libmath-random-mt-perl/debian/patches/series (added)
+++ trunk/libmath-random-mt-perl/debian/patches/series Tue Aug  4 19:43:46 2009
@@ -1,0 +1,1 @@
+01-fix-ftbfs-on-kfreebsd.patch

Modified: trunk/libmath-random-mt-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-mt-perl/debian/rules?rev=41304&op=diff
==============================================================================
--- trunk/libmath-random-mt-perl/debian/rules (original)
+++ trunk/libmath-random-mt-perl/debian/rules Tue Aug  4 19:43:46 2009
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+%:
+	dh --with quilt $@




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