r50261 - in /packages/unstable/gtkspell3/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Sep 10 13:00:28 UTC 2016


Author: biebl
Date: Sat Sep 10 13:00:28 2016
New Revision: 50261

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50261
Log:
Fix GNOME_DOWNLOAD_URL in debian/rules and use .xz compression.

Modified:
    packages/unstable/gtkspell3/debian/changelog
    packages/unstable/gtkspell3/debian/rules

Modified: packages/unstable/gtkspell3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtkspell3/debian/changelog?rev=50261&op=diff
==============================================================================
--- packages/unstable/gtkspell3/debian/changelog	[utf-8] (original)
+++ packages/unstable/gtkspell3/debian/changelog	[utf-8] Sat Sep 10 13:00:28 2016
@@ -1,6 +1,7 @@
 gtkspell3 (3.0.9-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Fix GNOME_DOWNLOAD_URL in debian/rules and use .xz compression.
 
  -- Michael Biebl <biebl at debian.org>  Sat, 10 Sep 2016 14:41:54 +0200
 

Modified: packages/unstable/gtkspell3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtkspell3/debian/rules?rev=50261&op=diff
==============================================================================
--- packages/unstable/gtkspell3/debian/rules	[utf-8] (original)
+++ packages/unstable/gtkspell3/debian/rules	[utf-8] Sat Sep 10 13:00:28 2016
@@ -10,8 +10,8 @@
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-TARBALL_EXT = tar.gz
-GNOME_DOWNLOAD_URL = http://gtkspell.sourceforge.net/download/$(GNOME_TARBALL)
+TARBALL_EXT = tar.xz
+GNOME_DOWNLOAD_URL = https://sourceforge.net/projects/gtkspell/files/$(DEB_UPSTREAM_VERSION)/$(GNOME_TARBALL)
 
 DEB_DH_MAKESHLIBS_ARGS_libgtkspell3-3-0 += -- -c4
 DEB_INSTALL_DOCS_libgtkspell3-3-0 = 




More information about the pkg-gnome-commits mailing list