# HG changeset patch # User Paul Boddie # Date 1371909976 -7200 # Node ID 957f076de5e71c8c9de2389bd308b6df417ced53 # Parent bcec8ac42af9d23d3ead9f3e0eb5eca38847d9bd Updated for 0.9.4. diff -r bcec8ac42af9 -r 957f076de5e7 README.txt --- a/README.txt Mon May 06 11:43:43 2013 +0200 +++ b/README.txt Sat Jun 22 16:06:16 2013 +0200 @@ -10,13 +10,13 @@ The --force-download option is required when --download indicates that the package is up-to-date. This will make the necessary symbolic link for the -shedskin_0.9.3.orig.tar.gz archive that must be present when building the +shedskin_0.9.4.orig.tar.gz archive that must be present when building the package. Unpack the archive as follows: cd .. -tar zxf shedskin-0.9.3.tgz +tar zxf shedskin-0.9.4.tgz Using the Upstream Repository ----------------------------- @@ -24,26 +24,30 @@ One can also try and persuade Gitorious to yield a file by visiting the following address: -http://gitorious.org/shedskin/mainline/archive-tarball/0.9.3 +http://gitorious.org/shedskin/mainline/archive-tarball/0.9.4 The idea is then to combine the snapshot with this packaging infrastructure. Unpack the archive: cd .. -tar zxf shedskin-mainline-0.9.3.tar.gz -mv shedskin-mainline shedskin_0.9.3 +tar zxf shedskin-mainline-0.9.4.tar.gz +mv shedskin-mainline shedskin_0.9.4 Make a copy of the archive for Debian non-native packaging purposes: -tar zcf shedskin_0.9.3.orig.tar.gz shedskin_0.9.3 +tar zcf shedskin_0.9.4.orig.tar.gz shedskin_0.9.4 Building the Package -------------------- Move into the sources directory: -cd shedskin_0.9.3 +cd shedskin_0.9.4 + +Or: + +cd shedskin-0.9.4 Now, copy the debian directory from this directory into the export directory: @@ -79,7 +83,7 @@ With an appropriate .dput.cf file, the following command can be used to upload package files to the Debian Mentors service: -dput debexpo /var/cache/pbuilder/result/shedskin_0.9.3-1_i386.changes +dput debexpo /var/cache/pbuilder/result/shedskin_0.9.4-1_i386.changes Maintenance Notes ----------------- @@ -87,7 +91,7 @@ When packaging a new release, update the release history below along with the debian/changelog file: -debchange -v 0.9.3-1 -D unstable +debchange -v 0.9.4-1 -D unstable The "-n" part of the version number causes a non-native Debian package to be produced. @@ -97,6 +101,7 @@ Release Git Changeset ------- ------------- +0.9.4 b54fa10d27f69e13b90d1f4c68713fa466571b18 0.9.3 8bd94f658bd4a82e04a6dca7d8cc8b19302c8006 0.9.2 bdd827253d37650ad6986dd2fd16d28058fd7a81 0.9.1 5834046e821b8f2e6526815084220260e3db6420 diff -r bcec8ac42af9 -r 957f076de5e7 debian/changelog --- a/debian/changelog Mon May 06 11:43:43 2013 +0200 +++ b/debian/changelog Sat Jun 22 16:06:16 2013 +0200 @@ -1,3 +1,9 @@ +shedskin (0.9.4-1) unstable; urgency=low + + * New upstream release. + + -- Paul Boddie Sat, 22 Jun 2013 15:25:57 +0200 + shedskin (0.9.3-1) unstable; urgency=low * New upstream release.