From 66487b24e13ab807e9b581977f10dfcce7b20ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 12 Oct 2018 23:50:01 +0200 Subject: d/control: Change VCS-* to point to the new repository --- debian/changelog | 1 + debian/control | 4 ++-- 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 -- cgit v1.2.3