[devscripts] 01/03: Actually install sadt

James McCoy jamessan at debian.org
Sun Jan 26 03:33:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch master
in repository devscripts.

commit 1fab86957e77f561e708b3936a07e5d5e4d3021a
Author: James McCoy <jamessan at debian.org>
Date:   Sat Jan 25 21:08:13 2014 -0500

    Actually install sadt
    
    Closes: #736683
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/changelog | 6 ++++++
 scripts/sadt     | 0
 scripts/setup.py | 3 ++-
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c8c8098..2a40d29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+devscripts (2.14.1) UNRELEASED; urgency=medium
+
+  * Actually install sadt.  (Closes: #736683)
+
+ -- James McCoy <jamessan at debian.org>  Sat, 25 Jan 2014 21:07:25 -0500
+
 devscripts (2.14.0) unstable; urgency=medium
 
   [ Jakub Wilk ]
diff --git a/scripts/sadt b/scripts/sadt
old mode 100644
new mode 100755
diff --git a/scripts/setup.py b/scripts/setup.py
index 5ac3992..2978800 100755
--- a/scripts/setup.py
+++ b/scripts/setup.py
@@ -13,7 +13,8 @@ if os.path.exists(changelog):
     if match:
         version = match.group(1)
 
-scripts = ['suspicious-source',
+scripts = ['sadt',
+           'suspicious-source',
            'wrap-and-sort',
           ]
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list