diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | debian/rules | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index af44104..b4607c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,11 @@ xbase64 (3.1.2-7) unstable; urgency=low - Add year 2016 to debian/*. * debian/watch: - Bump version to 4 (No changes required). + * Renumbering debian/patches/*. + * debian/control: + - Change Vcs-* to secure uri. - -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 23 Jan 2016 06:32:37 +0100 + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 23 Jan 2016 07:55:36 +0100 xbase64 (3.1.2-6) unstable; urgency=low diff --git a/debian/control b/debian/control index f9e86f8..7803cd3 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,8 @@ Build-Depends: dh-autoreconf, doxygen Homepage: http://sourceforge.net/projects/xdb/ -Vcs-Git: git://anonscm.debian.org/collab-maint/xbase64.git -Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/xbase64.git +Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/xbase64.git +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/xbase64.git Package: libxbase64-1 Architecture: any diff --git a/debian/rules b/debian/rules index c52f106..c3cf9a2 100755 --- a/debian/rules +++ b/debian/rules @@ -14,8 +14,8 @@ endif # # Test for gcc-6 support # -#export CC=gcc-6 -#export CXX=g++-6 +export CC=gcc-6 +export CXX=g++-6 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) |