# HG changeset patch # User Paul Boddie # Date 1357742566 -3600 # Node ID 396c1f13e5e369af6786d2c168a27e0158a3dc62 # Parent b0a1362bfa30f8a26c0a1f2b586be01a6317f15a Added 0.9.3 details. diff -r b0a1362bfa30 -r 396c1f13e5e3 README.txt --- a/README.txt Sun May 06 23:39:53 2012 +0200 +++ b/README.txt Wed Jan 09 15:42:46 2013 +0100 @@ -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.2.orig.tar.gz archive that must be present when building the +shedskin_0.9.3.orig.tar.gz archive that must be present when building the package. Unpack the archive as follows: cd .. -tar zxf shedskin-0.9.2.tgz +tar zxf shedskin-0.9.3.tgz Using the Upstream Repository ----------------------------- @@ -24,26 +24,26 @@ 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.2 +http://gitorious.org/shedskin/mainline/archive-tarball/0.9.3 The idea is then to combine the snapshot with this packaging infrastructure. Unpack the archive: cd .. -tar zxf shedskin-mainline-0.9.2.tar.gz -mv shedskin-mainline shedskin_0.9.2 +tar zxf shedskin-mainline-0.9.3.tar.gz +mv shedskin-mainline shedskin_0.9.3 Make a copy of the archive for Debian non-native packaging purposes: -tar zcf shedskin_0.9.2.orig.tar.gz shedskin_0.9.2 +tar zcf shedskin_0.9.3.orig.tar.gz shedskin_0.9.3 Building the Package -------------------- Move into the sources directory: -cd shedskin_0.9.2 +cd shedskin_0.9.3 Now, copy the debian directory from this directory into the export directory: @@ -79,7 +79,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.2-1_i386.changes +dput debexpo /var/cache/pbuilder/result/shedskin_0.9.3-1_i386.changes Maintenance Notes ----------------- @@ -87,7 +87,7 @@ When packaging a new release, update the release history below along with the debian/changelog file: -debchange -v 0.9.2-1 -D unstable +debchange -v 0.9.3-1 -D unstable The "-n" part of the version number causes a non-native Debian package to be produced. @@ -97,6 +97,7 @@ Release Git Changeset ------- ------------- +0.9.3 8bd94f658bd4a82e04a6dca7d8cc8b19302c8006 0.9.2 bdd827253d37650ad6986dd2fd16d28058fd7a81 0.9.1 5834046e821b8f2e6526815084220260e3db6420 0.9-1 a3f8f54590d4099c4ec66669296d5169a7f652ff diff -r b0a1362bfa30 -r 396c1f13e5e3 debian/changelog --- a/debian/changelog Sun May 06 23:39:53 2012 +0200 +++ b/debian/changelog Wed Jan 09 15:42:46 2013 +0100 @@ -1,3 +1,9 @@ +shedskin (0.9.3-1) unstable; urgency=low + + * New upstream release. + + -- Paul Boddie Wed, 09 Jan 2013 15:41:29 +0100 + shedskin (0.9.2-1) unstable; urgency=low * New upstream release.