[devscripts] 01/01: debdiff-apply: actually install it, by adding it to setup.py
Ximin Luo
infinity0 at debian.org
Wed Jul 12 13:17:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository devscripts.
commit 116beb7d45907ef9d01fea4c1907e8b8a93ef666
Author: Ximin Luo <infinity0 at debian.org>
Date: Wed Jul 12 15:17:12 2017 +0200
debdiff-apply: actually install it, by adding it to setup.py
---
debian/changelog | 4 ++++
scripts/Makefile | 1 +
scripts/setup.py | 6 +-----
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index db97ffd..5714688 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,10 @@ devscripts (2.17.9) UNRELEASED; urgency=medium
* debrepro:
+ support skipping the 'time' variation.
+ [ Ximin Luo ]
+ * debdiff-apply:
+ + Actually install it in the debian package, by adding it to setup.py
+
-- Adam D. Barratt <adam at adam-barratt.org.uk> Tue, 11 Jul 2017 21:15:37 +0100
devscripts (2.17.8) unstable; urgency=medium
diff --git a/scripts/Makefile b/scripts/Makefile
index 4fe2ea4..ece5455 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -23,6 +23,7 @@ BC_BUILD_DIR:=bash_completion
COMPLETION = $(patsubst %.bash_completion,$(BC_BUILD_DIR)/%,$(COMPL_FILES))
COMPL_DIR := $(shell pkg-config --variable=completionsdir bash-completion)
PKGNAMES:=wnpp-alert wnpp-check mk-build-deps rmadison mass-bug debsnap dd-list build-rdeps who-uploads transition-check getbuildlog dcontrol grep-excuses rc-alert whodepends dget pts-subscribe pts-unsubscribe debcheckout
+# also update the list in setup.py
PYTHON3_SCRIPTS:=debdiff-apply sadt suspicious-source wrap-and-sort
GEN_MAN1S += debrepro.1 devscripts.1 mk-origtargz.1 uscan.1
diff --git a/scripts/setup.py b/scripts/setup.py
index e376d07..69884a5 100755
--- a/scripts/setup.py
+++ b/scripts/setup.py
@@ -12,11 +12,7 @@ if os.path.exists(changelog):
if match:
version = match.group(1)
-scripts = [
- 'sadt',
- 'suspicious-source',
- 'wrap-and-sort',
-]
+scripts = "debdiff-apply sadt suspicious-source wrap-and-sort".split()
if __name__ == '__main__':
setup(
--
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