Code

rules: Rename mlmmj-make-ml.sh.1 to mlmmj-make-ml.1.
authorSebastian Harl <sh@tokkee.org>
Wed, 4 Mar 2009 18:05:54 +0000 (19:05 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 4 Mar 2009 18:31:26 +0000 (19:31 +0100)
We rename the binary as well.

debian/changelog
debian/rules

index 6168a9464d4bdab656f79af9236878f54f4eeda2..b4363513223c496e6c1f2fa33c39bbda6f3159c4 100644 (file)
@@ -15,8 +15,11 @@ mlmmj (1.2.16-0.1) unstable; urgency=low
     - Removed. It's the job of a VCS to keep track of old versions.
   * debian/dirs:
     - Removed. This file is not needed.
+  * debian/rules:
+    - Rename mlmmj-make-ml.sh.1 to mlmmj-make-ml.1, since we rename the binary
+      as well.
 
- -- Sebastian Harl <sh@tokkee.org>  Wed, 04 Mar 2009 18:59:45 +0100
+ -- Sebastian Harl <sh@tokkee.org>  Wed, 04 Mar 2009 19:05:17 +0100
 
 mlmmj (1.2.15-1.1) unstable; urgency=low
 
index 443c2964ff527b0962b7eff048861e077e86d891..dd1e9628a202691a9416277f91bf7faed5113173 100755 (executable)
@@ -86,6 +86,8 @@ install-arch: build-arch
        rm -f $(CURDIR)/debian/mlmmj/usr/bin/mlmmj-make-ml.sh
        install -m 755 -D $(CURDIR)/debian/mlmmj-make-ml.sh \
                $(CURDIR)/debian/mlmmj/usr/bin/mlmmj-make-ml
+       mv debian/mlmmj/usr/share/man/man1/mlmmj-make-ml.sh.1 \
+               debian/mlmmj/usr/share/man/man1/mlmmj-make-ml.1
        dh_install -s
 
 install-indep: build-indep