[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xfonts-cyrillic: Changes to 'debian-unstable'



 debian/changelog                    |    7 +++++++
 debian/control                      |    4 ++--
 debian/copyright                    |    2 +-
 debian/rules                        |    7 ++++---
 debian/watch.font-cronyx-cyrillic   |    2 +-
 debian/watch.font-misc-cyrillic     |    2 +-
 debian/watch.font-screen-cyrillic   |    2 +-
 debian/watch.font-winitzki-cyrillic |    2 +-
 8 files changed, 18 insertions(+), 10 deletions(-)

New commits:
commit 78f5a95f18e49ffbcaae782b462bec48a1ad51c0
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Aug 21 19:34:03 2016 +0200

    Switch upstream URLs in packaging to https.

diff --git a/debian/changelog b/debian/changelog
index 7b80ce3..2e4374c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 xfonts-cyrillic (1:1.0.5) UNRELEASED; urgency=medium
 
   * Switch Vcs-* control fields to https.
+  * Switch upstream URLs in packaging to https.
 
  -- Julien Cristau <jcristau@debian.org>  Sun, 21 Aug 2016 19:31:15 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 54b1009..b4e2e47 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 This package contains the set of Russian fonts for X11 Release 6.
 The font-cronyx-cyrillic, font-misc-cyrillic, font-screen-cyrillic and
 font-winitzki-cyrillic tarballs were downloaded from:
-http://xorg.freedesktop.org/releases/individual/font/
+https://xorg.freedesktop.org/releases/individual/font/
 
 font-cronyx-cyrillic:
  Copyright (C) 1994-1995 Cronyx Ltd.
diff --git a/debian/rules b/debian/rules
index e030497..cbfa1f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -101,9 +101,10 @@ get-tarballs: $(addprefix get-tarball-,$(SUBDIRS))
 get-tarball-%:
 	uscan --no-conf --download --no-symlink --destdir . --package $* --upstream-version $(shell awk -F = '/^PACKAGE_VERSION=/ { print $$2 }' < $*/configure || echo 0) --watchfile debian/watch.$* || test $$? = 1
 
-debian/watch.%:
-	echo version=3 > $@
-	echo 'http://xorg.freedesktop.org/releases/individual/font/ $*-(.*)\.tar\.gz' >> $@
+debian/watch.font-%:
+	echo '#git=git://anongit.freedesktop.org/xorg/font/$*' > $@
+	echo version=3 >> $@
+	echo 'https://xorg.freedesktop.org/releases/individual/font/ font-$*-(.*)\.tar\.gz' >> $@
 
 .PHONY: watchfiles
 watchfiles: $(addprefix debian/watch.,$(SUBDIRS))
diff --git a/debian/watch.font-cronyx-cyrillic b/debian/watch.font-cronyx-cyrillic
index cdf273e..a3ef1f1 100644
--- a/debian/watch.font-cronyx-cyrillic
+++ b/debian/watch.font-cronyx-cyrillic
@@ -1,3 +1,3 @@
 #git=git://anongit.freedesktop.org/xorg/font/cronyx-cyrillic
 version=3
-http://xorg.freedesktop.org/releases/individual/font/ font-cronyx-cyrillic-(.*)\.tar\.gz
+https://xorg.freedesktop.org/releases/individual/font/ font-cronyx-cyrillic-(.*)\.tar\.gz
diff --git a/debian/watch.font-misc-cyrillic b/debian/watch.font-misc-cyrillic
index 6bda64c..8a655c6 100644
--- a/debian/watch.font-misc-cyrillic
+++ b/debian/watch.font-misc-cyrillic
@@ -1,3 +1,3 @@
 #git=git://anongit.freedesktop.org/xorg/font/misc-cyrillic
 version=3
-http://xorg.freedesktop.org/releases/individual/font/ font-misc-cyrillic-(.*)\.tar\.gz
+https://xorg.freedesktop.org/releases/individual/font/ font-misc-cyrillic-(.*)\.tar\.gz
diff --git a/debian/watch.font-screen-cyrillic b/debian/watch.font-screen-cyrillic
index 32955a6..1532739 100644
--- a/debian/watch.font-screen-cyrillic
+++ b/debian/watch.font-screen-cyrillic
@@ -1,3 +1,3 @@
 #git=git://anongit.freedesktop.org/xorg/font/screen-cyrillic
 version=3
-http://xorg.freedesktop.org/releases/individual/font/ font-screen-cyrillic-(.*)\.tar\.gz
+https://xorg.freedesktop.org/releases/individual/font/ font-screen-cyrillic-(.*)\.tar\.gz
diff --git a/debian/watch.font-winitzki-cyrillic b/debian/watch.font-winitzki-cyrillic
index 041d205..5204444 100644
--- a/debian/watch.font-winitzki-cyrillic
+++ b/debian/watch.font-winitzki-cyrillic
@@ -1,3 +1,3 @@
 #git=git://anongit.freedesktop.org/xorg/font/winitzki-cyrillic
 version=3
-http://xorg.freedesktop.org/releases/individual/font/ font-winitzki-cyrillic-(.*)\.tar\.gz
+https://xorg.freedesktop.org/releases/individual/font/ font-winitzki-cyrillic-(.*)\.tar\.gz

commit 8cc9f1bdd453cdb23553cb4b7a5f658b60b1e225
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Aug 21 19:31:26 2016 +0200

    Switch Vcs-* control fields to https.

diff --git a/debian/changelog b/debian/changelog
index 1f51b52..7b80ce3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfonts-cyrillic (1:1.0.5) UNRELEASED; urgency=medium
+
+  * Switch Vcs-* control fields to https.
+
+ -- Julien Cristau <jcristau@debian.org>  Sun, 21 Aug 2016 19:31:15 +0200
+
 xfonts-cyrillic (1:1.0.4) unstable; urgency=medium
 
   * Get rid of debian/xsfbs/.
diff --git a/debian/control b/debian/control
index 5b649ba..6164ab6 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Build-Depends:
  xfonts-utils (>= 1:7.5),
  pkg-config,
 Standards-Version: 3.8.3
-Vcs-Git: git://git.debian.org/git/pkg-xorg/font/xfonts-cyrillic
-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/font/xfonts-cyrillic.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/font/xfonts-cyrillic.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-xorg/font/xfonts-cyrillic.git
 
 Package: xfonts-cyrillic
 Architecture: all


Reply to: