Author: adn
Date: 2008-02-24 13:25:41 +0000 (Sun, 24 Feb 2008)
New Revision: 1049

Modified:
   trunk/debian/bug/script
   trunk/debian/rules
Log:
 - Fix typo
 - Also include ~/.devscripts


Modified: trunk/debian/bug/script
===================================================================
--- trunk/debian/bug/script     2008-02-24 00:35:20 UTC (rev 1048)
+++ trunk/debian/bug/script     2008-02-24 13:25:41 UTC (rev 1049)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+echo "--- /etc/devscripts.conf ---" >&3
 egrep '^[^#]' /etc/devscripts.conf >&3
+
+echo
+echo "--- ~/.devscripts ---" >&3
+egrep '^[^#]' $HOME/.devscripts >&3

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules  2008-02-24 00:35:20 UTC (rev 1048)
+++ trunk/debian/rules  2008-02-24 13:25:41 UTC (rev 1049)
@@ -44,7 +44,7 @@
        dh_clean -k
        dh_installdirs
        dh_install
-       chmox +x debian/devscripts/usr/share/bug/devscripts/script
+       chmod +x debian/devscripts/usr/share/bug/devscripts/script
        $(MAKE) DESTDIR=$(CURDIR)/debian/devscripts install
 
 # Build architecture-independent files here.



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

Reply via email to