# HG changeset patch # User Paul Boddie # Date 1561988632 -7200 # Node ID 83bef89a5c11cbe33602f811901afa862c106423 # Parent b744d7c761f88dcabffa50b59f5aa0200c0c2332 Fixed upstream repository locations in packaging. Updated packaging metadata and practices diff -r b744d7c761f8 -r 83bef89a5c11 README.txt --- a/README.txt Sat Jun 22 16:06:32 2013 +0200 +++ b/README.txt Mon Jul 01 15:43:52 2019 +0200 @@ -21,10 +21,10 @@ Using the Upstream Repository ----------------------------- -One can also try and persuade Gitorious to yield a file by visiting the +One can also try and persuade GitHub to yield a file by visiting the following address: -http://gitorious.org/shedskin/mainline/archive-tarball/0.9.4 +https://github.com/shedskin/shedskin/releases/download/v0.9.4/shedskin-0.9.4.tgz The idea is then to combine the snapshot with this packaging infrastructure. diff -r b744d7c761f8 -r 83bef89a5c11 debian/changelog --- a/debian/changelog Sat Jun 22 16:06:32 2013 +0200 +++ b/debian/changelog Mon Jul 01 15:43:52 2019 +0200 @@ -1,3 +1,10 @@ +shedskin (0.9.4-2) unstable; urgency=medium + + * Fixed upstream repository locations in packaging. + * Updated packaging metadata and practices. + + -- Paul Boddie Sun, 30 Jun 2019 22:56:05 +0200 + shedskin (0.9.4-1) unstable; urgency=low * New upstream release. diff -r b744d7c761f8 -r 83bef89a5c11 debian/compat --- a/debian/compat Sat Jun 22 16:06:32 2013 +0200 +++ b/debian/compat Mon Jul 01 15:43:52 2019 +0200 @@ -1,1 +1,1 @@ -7 +10 diff -r b744d7c761f8 -r 83bef89a5c11 debian/control --- a/debian/control Sat Jun 22 16:06:32 2013 +0200 +++ b/debian/control Mon Jul 01 15:43:52 2019 +0200 @@ -2,11 +2,11 @@ Section: python Priority: optional Maintainer: Paul Boddie -Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-docutils -Standards-Version: 3.9.2 -Homepage: http://code.google.com/p/shedskin/ -Vcs-Hg: http://hgweb.boddie.org.uk/shedskin-packaging -Vcs-Browser: http://hgweb.boddie.org.uk/shedskin-packaging +Build-Depends: debhelper, dh-python, python-all, python-docutils +Standards-Version: 4.3.0 +Homepage: https://shedskin.github.io/ +Vcs-Hg: https://hg.boddie.org.uk/shedskin-packaging +Vcs-Browser: https://hg.boddie.org.uk/shedskin-packaging Package: shedskin Architecture: all diff -r b744d7c761f8 -r 83bef89a5c11 debian/copyright --- a/debian/copyright Sat Jun 22 16:06:32 2013 +0200 +++ b/debian/copyright Mon Jul 01 15:43:52 2019 +0200 @@ -2,11 +2,11 @@ Upstream-Name: shedskin Upstream-Contact: Mark Dufour Jérémie Roquet -Source: http://shedskin.googlecode.com/ +Source: https://shedskin.github.io/ Comment: This package was debianized by Paul Boddie . Files: * -Copyright: 2005-2013 Mark Dufour +Copyright: 2005-2019 Mark Dufour License: GPL-3+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -27,12 +27,12 @@ Comment: Shed Skin compiler, plus testing framework Files: debian/* -Copyright: 2011-2013 Paul Boddie +Copyright: 2011-2019 Paul Boddie License: Expat Comment: Debian packaging files Files: shedskin/lib/*.?pp shedskin/lib/os/*.?pp -Copyright: 2005-2013 Mark Dufour +Copyright: 2005-2019 Mark Dufour License: Expat Comment: C++ implementation of Python builtins and libraries (except as otherwise mentioned below) diff -r b744d7c761f8 -r 83bef89a5c11 debian/rules --- a/debian/rules Sat Jun 22 16:06:32 2013 +0200 +++ b/debian/rules Mon Jul 01 15:43:52 2019 +0200 @@ -4,7 +4,7 @@ #export DH_VERBOSE=1 %: - dh $@ --with python2 + dh $@ --with python2 --buildsystem=pybuild override_dh_auto_build: rst2man doc/shedskin.rst debian/shedskin.1 diff -r b744d7c761f8 -r 83bef89a5c11 debian/watch --- a/debian/watch Sat Jun 22 16:06:32 2013 +0200 +++ b/debian/watch Mon Jul 01 15:43:52 2019 +0200 @@ -1,5 +1,2 @@ version=3 -opts=\ -downloadurlmangle=s|.*[?]name=(.*?)&.*|http://shedskin.googlecode.com/files/$1|,\ -filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \ -http://code.google.com/p/shedskin/downloads/detail[?]name=shedskin-([0-9.]+)(?:-[0-9.])?.tgz&.* +https://github.com/shedskin/shedskin/releases (?:.*/)shedskin-(\d[\.\d]*)\.tgz