Author: adam-guest
Date: 2008-10-02 19:30:34 +0000 (Thu, 02 Oct 2008)
New Revision: 1656

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
debian/rules: Create a link from the French pts-subscribe manpage
as pts-unsubscribe, so long as the former exists (i.e. has been
sufficiently translated).

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2008-09-29 17:43:47 UTC (rev 1655)
+++ trunk/debian/changelog      2008-10-02 19:30:34 UTC (rev 1656)
@@ -10,6 +10,9 @@
     (Closes: #499971)
   * debdiff: Ensure exit status is always explicitly set (and set
     correctly). (Closes: #500256)
+  * debian/rules: Create a link from the French pts-subscribe manpage
+    as pts-unsubscribe, so long as the former exists (i.e. has been
+    sufficiently translated).
 
   [ James Vega ]
   * pts-subscribe: When called as pts-unsubscribe, send an unsubscribe request

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules  2008-09-29 17:43:47 UTC (rev 1655)
+++ trunk/debian/rules  2008-10-02 19:30:34 UTC (rev 1656)
@@ -63,6 +63,11 @@
            dh_link /usr/share/man/fr/man1/debchange.1.gz \
            /usr/share/man/fr/man1/dch.1.gz; \
        fi
+       if [ -f debian/devscripts/usr/share/man/fr/man1/pts-subscribe.1 ]; \
+       then \
+           dh_link /usr/share/man/fr/man1/pts-subscribe.1.gz \
+           /usr/share/man/fr/man1/pts-unsubscribe.1.gz; \
+       fi
        dh_installchangelogs
        dh_strip
        dh_compress



-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to