r13256 - in /trunk/libaudio-flac-header-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Tue Jan 22 12:06:48 UTC 2008


Author: ntyni
Date: Tue Jan 22 12:06:47 2008
New Revision: 13256

URL: http://svn.debian.org/wsvn/?sc=1&rev=13256
Log:
* Cleanup of debian/rules.

Modified:
    trunk/libaudio-flac-header-perl/debian/changelog
    trunk/libaudio-flac-header-perl/debian/rules

Modified: trunk/libaudio-flac-header-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libaudio-flac-header-perl/debian/changelog?rev=13256&op=diff
==============================================================================
--- trunk/libaudio-flac-header-perl/debian/changelog (original)
+++ trunk/libaudio-flac-header-perl/debian/changelog Tue Jan 22 12:06:47 2008
@@ -7,6 +7,7 @@
   * Don't ignore the exit status of 'make realclean'.
   * Run the test suite when building the package.
   * Only try to remove the empty /usr/share/perl5 directory if it exists.
+  * Cleanup of debian/rules.
 
  -- Niko Tyni <ntyni at debian.org>  Tue, 22 Jan 2008 13:18:45 +0200
 

Modified: trunk/libaudio-flac-header-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libaudio-flac-header-perl/debian/rules?rev=13256&op=diff
==============================================================================
--- trunk/libaudio-flac-header-perl/debian/rules (original)
+++ trunk/libaudio-flac-header-perl/debian/rules Tue Jan 22 12:06:47 2008
@@ -31,21 +31,15 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 	$(MAKE) test
-
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
-
-	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
-
 	dh_clean build-stamp install-stamp
 
 install: install-stamp
@@ -53,27 +47,20 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-
-	# Add here commands to install the package into debian/tmp.
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	
 	[ ! -d $(TMP)/usr/share/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
-	
 	touch install-stamp
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
+# We have nothing to do.
 
 # Build architecture-dependent files here.
 binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installdocs README
-#	dh_installexamples
-#	dh_installmenu
-#	dh_installcron
 	dh_installman
 	dh_installchangelogs Changes
 	dh_link




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