r23181 - /trunk/libgtk2-sexy-perl/debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jul 14 15:49:19 UTC 2008


Author: gregoa
Date: Mon Jul 14 15:49:19 2008
New Revision: 23181

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23181
Log:
remove /usr/lib/perl5/Gtk2/Sexy/Install from binary package

Modified:
    trunk/libgtk2-sexy-perl/debian/rules

Modified: trunk/libgtk2-sexy-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-sexy-perl/debian/rules?rev=23181&op=diff
==============================================================================
--- trunk/libgtk2-sexy-perl/debian/rules (original)
+++ trunk/libgtk2-sexy-perl/debian/rules Mon Jul 14 15:49:19 2008
@@ -27,7 +27,6 @@
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 	xvfb-run $(MAKE) test
@@ -37,7 +36,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: install-stamp
@@ -45,8 +43,11 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	# Add commands to install the package into $(TMP)
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	# remove /usr/lib/perl5/Gtk2/Sexy/Install from binary package
+	$(RM) -rv $(TMP)/usr/lib/perl5/Gtk2/Sexy/Install
+
 	[ ! -d $(TMP)/usr/share/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents --verbose \
 		$(TMP)/usr/share/perl5




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