r75364 - in /trunk/libio-aio-perl/debian: changelog rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Jun 10 21:27:21 UTC 2011


Author: periapt-guest
Date: Fri Jun 10 21:27:13 2011
New Revision: 75364

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75364
Log:
Removed unsupported build options

Modified:
    trunk/libio-aio-perl/debian/changelog
    trunk/libio-aio-perl/debian/rules

Modified: trunk/libio-aio-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-aio-perl/debian/changelog?rev=75364&op=diff
==============================================================================
--- trunk/libio-aio-perl/debian/changelog (original)
+++ trunk/libio-aio-perl/debian/changelog Fri Jun 10 21:27:13 2011
@@ -3,11 +3,15 @@
   TODO: Decide whether it is a good idea to package libeio separately. Note
   that currently it is used also by the nodejs package.
 
+  [ Alessandro Ghedini ]
   * New upstream release
   * Refresh patch
   * Add myself to Uploader
   * Bump debhelper compat level to 8
   * Bump Standards-Version to 3.9.2 (no changes needed)
+
+  [ Nicholas Bamber ]
+  * Removed unsupported build options
 
  -- Alessandro Ghedini <al3xbio at gmail.com>  Sun, 05 Jun 2011 15:34:14 +0200
 

Modified: trunk/libio-aio-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-aio-perl/debian/rules?rev=75364&op=diff
==============================================================================
--- trunk/libio-aio-perl/debian/rules (original)
+++ trunk/libio-aio-perl/debian/rules Fri Jun 10 21:27:13 2011
@@ -7,10 +7,10 @@
 	dh $@ --buildsystem=perl_makemaker
 
 override_dh_install:
-	dh_install --buildsystem=perl_makemaker
+	dh_install
 	rm -rf $(TMP)/usr/bin
 
 override_dh_installexamples:
-	dh_installexamples --buildsystem=perl_makemaker
+	dh_installexamples
 	sed -i -e 's|^#!/opt/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PKG)/examples/treescan
 




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