summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--debian/control6
-rwxr-xr-xdebian/tests/utils/test-drivers4
3 files changed, 8 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 8ada1ab4e..c690e61c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
cups (2.2.6-4) unstable; urgency=medium
- * Fix CI: indexv[3,4] Braille drivers cannot print PDF
+ * Bump S-V to 4.1.3 without changes needed
+ * Update Vcs-* fields for the move to salsa.d.o
- -- Didier Raboud <odyx@debian.org> Sun, 31 Dec 2017 11:35:12 +0100
+ -- Didier Raboud <odyx@debian.org> Fri, 09 Feb 2018 17:36:16 +0100
cups (2.2.6-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 5eaba54a7..210617921 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
Source: cups
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
Priority: optional
Section: net
Maintainer: Debian Printing Team <debian-printing@lists.debian.org>
@@ -42,8 +42,8 @@ Build-Depends:
# libgmp-dev is not GPL-2 compatible before it's 6 release, which makes it also GPL-2+
Build-Conflicts: libgmp-dev (<< 2:6)
Homepage: https://www.cups.org/
-Vcs-Git: https://alioth.debian.org/anonscm/git/printing/cups.git
-Vcs-Browser: https://anonscm.debian.org/cgit/printing/cups.git
+Vcs-Browser: https://salsa.debian.org/printing-team/cups
+Vcs-Git: https://salsa.debian.org/printing-team/cups.git
Package: libcups2
Section: libs
diff --git a/debian/tests/utils/test-drivers b/debian/tests/utils/test-drivers
index 5db75c721..0eece9cd7 100755
--- a/debian/tests/utils/test-drivers
+++ b/debian/tests/utils/test-drivers
@@ -20,9 +20,9 @@ while getopts 'n:r:p:l:h' flag; do
done
if $LPINFO_RUN; then
- # textonly, gen-brf, gen-ubrl and indexv[3,4] can't print PDF
+ # textonly, gen-brf, and gen-ubrl can't print PDF
# pdftoijs is currently buggy !?
- DRIVERS_LIST=$(lpinfo -m | cut -f1 -d' ' | grep -v 'textonly' | grep -v 'brf' | grep -v 'gen-ubrl' | grep -v 'pdftoijs' | grep -v 'everywhere' | grep -v 'indexv[3,4]' | grep -E $DRIVER_REGEXP)
+ DRIVERS_LIST=$(lpinfo -m | cut -f1 -d' ' | grep -v 'textonly' | grep -v 'brf' | grep -v 'gen-ubrl' | grep -v 'pdftoijs' | grep -v 'everywhere' | grep -E $DRIVER_REGEXP)
fi
cleanup() {