r45570 - in /branches/lenny-backports/libwx-perl/debian: changelog control rules

ryan at users.alioth.debian.org ryan at users.alioth.debian.org
Sat Oct 10 10:38:05 UTC 2009


Author: ryan
Date: Sat Oct 10 10:38:01 2009
New Revision: 45570

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45570
Log:
* Rebuild for lenny-backports.
* drop versioned deps on libalien-wxwidgets-perl, I'm hoping they're
  not really needed
* make it work with lenny's dh and quilt

Modified:
    branches/lenny-backports/libwx-perl/debian/changelog
    branches/lenny-backports/libwx-perl/debian/control
    branches/lenny-backports/libwx-perl/debian/rules

Modified: branches/lenny-backports/libwx-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/lenny-backports/libwx-perl/debian/changelog?rev=45570&op=diff
==============================================================================
--- branches/lenny-backports/libwx-perl/debian/changelog (original)
+++ branches/lenny-backports/libwx-perl/debian/changelog Sat Oct 10 10:38:01 2009
@@ -1,3 +1,12 @@
+libwx-perl (0.93-1~bpo50+1) lenny-backports; urgency=low
+
+  * Rebuild for lenny-backports.
+  * drop versioned deps on libalien-wxwidgets-perl, I'm hoping they're
+    not really needed
+  * make it work with lenny's dh and quilt
+
+ -- Ryan Niebur <ryan at debian.org>  Sat, 10 Oct 2009 03:14:33 -0700
+
 libwx-perl (0.93-1) unstable; urgency=low
 
   [ Ryan Niebur ]

Modified: branches/lenny-backports/libwx-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/branches/lenny-backports/libwx-perl/debian/control?rev=45570&op=diff
==============================================================================
--- branches/lenny-backports/libwx-perl/debian/control (original)
+++ branches/lenny-backports/libwx-perl/debian/control Sat Oct 10 10:38:01 2009
@@ -5,8 +5,8 @@
 Uploaders: Roberto C. Sanchez <roberto at connexer.com>,
  gregor herrmann <gregoa at debian.org>, Damyan Ivanov <dmn at debian.org>,
  Ryan Niebur <ryan at debian.org>
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), perl,
- libalien-wxwidgets-perl (>= 0.39), libextutils-xspp-perl (>= 0.05),
+Build-Depends: debhelper (>= 7), quilt, perl,
+ libextutils-xspp-perl (>= 0.05), libalien-wxwidgets-perl,
  xauth, xvfb, x11-xkb-utils, xfonts-base, libtest-pod-perl, libyaml-perl,
 Standards-Version: 3.8.3
 Homepage: http://wxperl.sourceforge.net/
@@ -15,7 +15,7 @@
 
 Package: libwx-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libalien-wxwidgets-perl (>= 0.39)
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libalien-wxwidgets-perl
 Description: interface to wxWidgets cross-platform GUI toolkit
  wxPerl is an extension module allowing the creation of GUI (Graphical
  User Interface) Perl programs using the wxWidgets toolkit. It serves as a Perl

Modified: branches/lenny-backports/libwx-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/branches/lenny-backports/libwx-perl/debian/rules?rev=45570&op=diff
==============================================================================
--- branches/lenny-backports/libwx-perl/debian/rules (original)
+++ branches/lenny-backports/libwx-perl/debian/rules Sat Oct 10 10:38:01 2009
@@ -1,23 +1,24 @@
 #!/usr/bin/make -f
-
-%:
-	dh --with quilt $@
 
 PACKAGE=$(shell dh_listpackages)
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
-override_dh_auto_test:
+include /usr/share/quilt/quilt.make
+
+build: $(QUILT_STAMPFN)
+	dh --before dh_auto_test $@
 	xvfb-run $(MAKE) -j1 test
+	dh --after dh_auto_test $@
 
-override_dh_auto_install:
-	dh_auto_install
+binary-arch:
+	dh --until dh_auto_install $@
+	find $(TMP)/usr/lib/perl5/Wx -type f -perm /755 -print0 | xargs -r0 chmod -v 664
+	rm -vf "$(TMP)/usr/share/man/man3/Wx::build::MakeMaker::Win32_MSVC.3pm"
+	dh --after dh_auto_install --until dh_installexamples $@
+	chmod 0644 $(TMP)/usr/share/doc/$(PACKAGE)/examples/README.txt
+	dh --remaining $@
 
-	# fix permissions
-	find $(TMP)/usr/lib/perl5/Wx -type f -perm /755 -print0 | xargs -r0 chmod -v 664
+binary: binary-arch
 
-	# remove bogus man page
-	rm -vf "$(TMP)/usr/share/man/man3/Wx::build::MakeMaker::Win32_MSVC.3pm"
-
-override_dh_installexamples:
-	dh_installexamples
-	chmod 0644 $(TMP)/usr/share/doc/$(PACKAGE)/examples/README.txt
+clean: unpatch
+	dh $@




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