summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-04-09 05:32:38 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-04-09 05:32:38 +0200
commit81157950fcada54884d14e58525610f1d7c28e68 (patch)
tree213ab093e62ddd9fce04aaed6cdbad7e2955445b
parent6c13410a05dd31e489f0adf4633d4fb30915070a (diff)
debian/control: Change Vcs-* to secure uri
-rw-r--r--debian/changelog5
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules4
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)