[med-svn] r2990 - trunk/packages/libace-perl/trunk/debian

plessy at alioth.debian.org plessy at alioth.debian.org
Thu Jan 15 10:16:30 UTC 2009


Author: plessy
Date: 2009-01-15 10:16:30 +0000 (Thu, 15 Jan 2009)
New Revision: 2990

Modified:
   trunk/packages/libace-perl/trunk/debian/changelog
   trunk/packages/libace-perl/trunk/debian/rules
Log:
Moved /usr/bin/ace.pl to /usr/bin/ace, and uploaded to NEW.


Modified: trunk/packages/libace-perl/trunk/debian/changelog
===================================================================
--- trunk/packages/libace-perl/trunk/debian/changelog	2009-01-15 09:25:39 UTC (rev 2989)
+++ trunk/packages/libace-perl/trunk/debian/changelog	2009-01-15 10:16:30 UTC (rev 2990)
@@ -1,4 +1,4 @@
-libace-perl (1.92-1) UNRELEASED; urgency=low
+libace-perl (1.92-1) unstable; urgency=low
 
   * Initial Release (Closes: #468760).
 

Modified: trunk/packages/libace-perl/trunk/debian/rules
===================================================================
--- trunk/packages/libace-perl/trunk/debian/rules	2009-01-15 09:25:39 UTC (rev 2989)
+++ trunk/packages/libace-perl/trunk/debian/rules	2009-01-15 10:16:30 UTC (rev 2990)
@@ -27,6 +27,8 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
+	# The following is pasted from an interactive session, to better understand what is echoed to Makefile.PL.
+
 	# Add commands to compile the package here
 	#
 	# Following echo answers the questions below.
@@ -63,6 +65,8 @@
 	dh_clean -k
 	# Add commands to install the package into $(TMP)
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	mv $(TMP)/usr/bin/ace.pl $(TMP)/usr/bin/ace
+	mv $(TMP)/usr/share/man/man1/ace.pl.1p $(TMP)/usr/share/man/man1/ace.1p
 	[ ! -d $(TMP)/usr/share/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents --verbose \
 		$(TMP)/usr/share/perl5




More information about the debian-med-commit mailing list