summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-10-12 23:50:01 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-10-12 23:50:01 +0200
commit66487b24e13ab807e9b581977f10dfcce7b20ed1 (patch)
treef7c9defb4729b71ff24b5425c9af8351fff5e9ec
parent279d864b80870c0e7cb3e0a3dc37e338d15f4be8 (diff)
d/control: Change VCS-* to point to the new repository
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules2
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