]> git.sven.stormbind.net Git - sven/exfat-utils.git/commitdiff
Move manual link creation from debian/rules to debian/links and thus make use of...
authorSven Hoexter <sven@timegate.de>
Thu, 17 May 2012 11:50:36 +0000 (13:50 +0200)
committerSven Hoexter <sven@timegate.de>
Thu, 17 May 2012 11:50:36 +0000 (13:50 +0200)
debian/changelog
debian/links [new file with mode: 0644]
debian/rules

index 8b49202d6f2c481c423eeda91c15354f1c674a6f..5efaf3340d0692aceb9e7f22f59cc916509d5160 100644 (file)
@@ -1,3 +1,10 @@
+exfat-utils (0.9.7-2) UNRELEASED; urgency=low
+
+  * Move manual link creation from debian/rules to debian/links
+    and thus make use of dh_link.
+
+ -- Sven Hoexter <hoexter@debian.org>  Thu, 17 May 2012 13:50:03 +0200
+
 exfat-utils (0.9.7-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/links b/debian/links
new file mode 100644 (file)
index 0000000..b8d123b
--- /dev/null
@@ -0,0 +1,4 @@
+sbin/exfatfsck sbin/fsck.exfat
+sbin/mkexfatfs sbin/mkfs.exfat
+usr/share/man/man8/exfatfsck.8.gz usr/share/man/man8/fsck.exfat.8.gz
+usr/share/man/man8/mkexfatfs.8.gz usr/share/man/man8/mkfs.exfat.8.gz
index 88c9fa1187b39aa116f652e144df2fc20728ca89..dc721abe7c481f050e30b6fd73cd57027259f2e6 100755 (executable)
@@ -13,14 +13,3 @@ override_dh_auto_build:
 override_dh_auto_clean:
        scons -c
        rm -f config.log
-
-override_dh_auto_install:
-       mkdir -p debian/exfat-utils/sbin
-       cd debian/exfat-utils/sbin && \
-               ln -s exfatfsck fsck.exfat; \
-               ln -s mkexfatfs mkfs.exfat
-
-       mkdir -p debian/exfat-utils/usr/share/man/man8
-       cd debian/exfat-utils/usr/share/man/man8 && \
-               ln -s exfatfsck.8.gz fsck.exfat.8.gz; \
-               ln -s mkexfatfs.8.gz mkfs.exfat.8.gz