]> git.donarmstrong.com Git - unscd.git/commitdiff
Actually distribute the nscd binary and configuration file (Closes:
authordon <don@8f7917da-ec0b-0410-a553-b9b0e350d17e>
Sat, 28 Jan 2012 17:50:47 +0000 (17:50 +0000)
committerdon <don@8f7917da-ec0b-0410-a553-b9b0e350d17e>
Sat, 28 Jan 2012 17:50:47 +0000 (17:50 +0000)
#657721) and locate a brown paper bag.

debian/changelog
debian/rules

index decd10f2d38257ecc5a07c991153ce0c1f543b80..b24d8daae6bbdda77051df8b3a7d7409df048f9c 100644 (file)
@@ -1,3 +1,10 @@
+unscd (0.48-2) unstable; urgency=low
+
+  * Actually distribute the nscd binary and configuration file (Closes:
+    #657721) and locate a brown paper bag.
+
+ -- Don Armstrong <don@debian.org>  Sat, 28 Jan 2012 09:27:24 -0800
+
 unscd (0.48-1) unstable; urgency=low
 
   * New upstream release
 unscd (0.48-1) unstable; urgency=low
 
   * New upstream release
index 317a807e864ba9a220f003909ea01f542e33befb..ca4fcbdb40bf57e2d17f5ad36c14defc57b15754 100755 (executable)
@@ -7,7 +7,7 @@ override_dh_auto_build:
        gcc $(CFLAGS) $(LDFLAGS) -o nscd nscd.c
 
 override_dh_auto_install:
        gcc $(CFLAGS) $(LDFLAGS) -o nscd nscd.c
 
 override_dh_auto_install:
-       $(INSTALL) -d debian/unscd/usr/sbin/
-       $(INSTALL) -t debian/unscd/usr/sbin/ nscd
-       $(INSTALL) -d debian/unscd/etc/
-       $(INSTALL) -m644 -t debian/unscd/etc/ debian/nscd.conf
+       install -d debian/unscd/usr/sbin/
+       install -t debian/unscd/usr/sbin/ nscd
+       install -d debian/unscd/etc/
+       install -m644 -t debian/unscd/etc/ debian/nscd.conf