[med-svn] r230 - trunk/packages/amap-align/trunk/debian
Charles Plessy
charles-guest at alioth.debian.org
Sat Mar 17 14:18:47 CET 2007
Author: charles-guest
Date: 2007-03-17 13:18:47 +0000 (Sat, 17 Mar 2007)
New Revision: 230
Added:
trunk/packages/amap-align/trunk/debian/amap-align
Modified:
trunk/packages/amap-align/trunk/debian/changelog
trunk/packages/amap-align/trunk/debian/rules
Log:
providing a wrapper
Added: trunk/packages/amap-align/trunk/debian/amap-align
===================================================================
--- trunk/packages/amap-align/trunk/debian/amap-align 2007-03-10 06:42:25 UTC (rev 229)
+++ trunk/packages/amap-align/trunk/debian/amap-align 2007-03-17 13:18:47 UTC (rev 230)
@@ -0,0 +1,4 @@
+#!/bin/sh
+echo "AMAP is now available under /usr/bin/amap."
+echo "This wrapper (/usr/bin/amap-align) will be removed in the future."
+exec /usr/bin/amap "$@"
Property changes on: trunk/packages/amap-align/trunk/debian/amap-align
___________________________________________________________________
Name: svn:executable
+ *
Modified: trunk/packages/amap-align/trunk/debian/changelog
===================================================================
--- trunk/packages/amap-align/trunk/debian/changelog 2007-03-10 06:42:25 UTC (rev 229)
+++ trunk/packages/amap-align/trunk/debian/changelog 2007-03-17 13:18:47 UTC (rev 230)
@@ -1,13 +1,14 @@
amap-align (2.0-2) unstable; urgency=low
- * Add Subversion repository URL to debian/control.
- * Patching for building with gcc-4.3. Many thanks to Martin Michlmayr (Closes:413477)
- * Renaming /usr/bin/amap-align to /usr/bin/amap
- * Including /usr/share/dpatch/dpatch.make in debian/rules.
- * Improving manpage using the template of docbook-xsl 1.71.0.dfsg.1-1.1.
- * Fixing double-building in debian/rules.
+ * Added Subversion repository URL to debian/control.
+ * Patched for building with gcc-4.3. Many thanks to Martin Michlmayr (Closes:413477)
+ * Renamed /usr/bin/amap-align to /usr/bin/amap, providing a wrapper for
+ compatibility.
+ * Included /usr/share/dpatch/dpatch.make in debian/rules.
+ * Improved manpage using the template of docbook-xsl 1.71.0.dfsg.1-1.1.
+ * Fixed double-building in debian/rules.
- -- Charles Plessy <charles-debian-nospam at plessy.org> Sat, 10 Mar 2007 15:41:10 +0900
+ -- Charles Plessy <charles-debian-nospam at plessy.org> Sat, 17 Mar 2007 22:16:34 +0900
amap-align (2.0-1) unstable; urgency=low
Modified: trunk/packages/amap-align/trunk/debian/rules
===================================================================
--- trunk/packages/amap-align/trunk/debian/rules 2007-03-10 06:42:25 UTC (rev 229)
+++ trunk/packages/amap-align/trunk/debian/rules 2007-03-17 13:18:47 UTC (rev 230)
@@ -5,7 +5,7 @@
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
-# Modifications by Charles Plessy during the year 2006 can also
+# Modifications by Charles Plessy during the years 2006-7 can also
# be used without restriction.
DB2MAN = "/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl"
@@ -58,7 +58,8 @@
dh_installchangelogs
dh_installdocs
dh_installexamples
- dh_install amap usr/bin/
+ dh_install amap usr/bin/ \
+ debian/amap-align usr/bin
dh_installman amap.1
dh_link usr/bin/amap usr/bin/amap-align \
usr/share/man/man1/amap.1 usr/share/man/man1/amap-align.1
More information about the debian-med-commit
mailing list