diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 9d6e38c..457f04c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ scons (3.0.1-2) UNRELEASED; urgency=medium * debian/control: - Remove trailing whitespaces. - Add python3 support. + - Change VCS-* to point to the new repository. * debian/rules: - Remove trailing whitespaces. - Add python3 support. diff --git a/debian/control b/debian/control index 10eced4..c2bf9b1 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ Build-Depends: python3-all Standards-Version: 4.2.1 Homepage: http://www.scons.org/ -Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/scons.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/scons.git +Vcs-Git: git://jff.email/opt/git/scons.git +Vcs-Browser: https://jff.email/cgit/scons.git Package: scons Architecture: all diff --git a/debian/rules b/debian/rules index 9f5141f..d375e94 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with python2, python3 + dh $@ --with python2,python3 clean: rm -fr build |