shedskin-packaging

Changeset

82:396c1f13e5e3
2013-01-09 Paul Boddie raw files shortlog changelog graph Added 0.9.3 details.
README.txt (file) debian/changelog (file)
     1.1 --- a/README.txt	Sun May 06 23:39:53 2012 +0200
     1.2 +++ b/README.txt	Wed Jan 09 15:42:46 2013 +0100
     1.3 @@ -10,13 +10,13 @@
     1.4  
     1.5  The --force-download option is required when --download indicates that the
     1.6  package is up-to-date. This will make the necessary symbolic link for the
     1.7 -shedskin_0.9.2.orig.tar.gz archive that must be present when building the
     1.8 +shedskin_0.9.3.orig.tar.gz archive that must be present when building the
     1.9  package.
    1.10  
    1.11  Unpack the archive as follows:
    1.12  
    1.13  cd ..
    1.14 -tar zxf shedskin-0.9.2.tgz
    1.15 +tar zxf shedskin-0.9.3.tgz
    1.16  
    1.17  Using the Upstream Repository
    1.18  -----------------------------
    1.19 @@ -24,26 +24,26 @@
    1.20  One can also try and persuade Gitorious to yield a file by visiting the
    1.21  following address:
    1.22  
    1.23 -http://gitorious.org/shedskin/mainline/archive-tarball/0.9.2
    1.24 +http://gitorious.org/shedskin/mainline/archive-tarball/0.9.3
    1.25  
    1.26  The idea is then to combine the snapshot with this packaging infrastructure.
    1.27  
    1.28  Unpack the archive:
    1.29  
    1.30  cd ..
    1.31 -tar zxf shedskin-mainline-0.9.2.tar.gz
    1.32 -mv shedskin-mainline shedskin_0.9.2
    1.33 +tar zxf shedskin-mainline-0.9.3.tar.gz
    1.34 +mv shedskin-mainline shedskin_0.9.3
    1.35  
    1.36  Make a copy of the archive for Debian non-native packaging purposes:
    1.37  
    1.38 -tar zcf shedskin_0.9.2.orig.tar.gz shedskin_0.9.2
    1.39 +tar zcf shedskin_0.9.3.orig.tar.gz shedskin_0.9.3
    1.40  
    1.41  Building the Package
    1.42  --------------------
    1.43  
    1.44  Move into the sources directory:
    1.45  
    1.46 -cd shedskin_0.9.2
    1.47 +cd shedskin_0.9.3
    1.48  
    1.49  Now, copy the debian directory from this directory into the export directory:
    1.50  
    1.51 @@ -79,7 +79,7 @@
    1.52  With an appropriate .dput.cf file, the following command can be used to upload
    1.53  package files to the Debian Mentors service:
    1.54  
    1.55 -dput debexpo /var/cache/pbuilder/result/shedskin_0.9.2-1_i386.changes
    1.56 +dput debexpo /var/cache/pbuilder/result/shedskin_0.9.3-1_i386.changes
    1.57  
    1.58  Maintenance Notes
    1.59  -----------------
    1.60 @@ -87,7 +87,7 @@
    1.61  When packaging a new release, update the release history below along with the
    1.62  debian/changelog file:
    1.63  
    1.64 -debchange -v 0.9.2-1 -D unstable
    1.65 +debchange -v 0.9.3-1 -D unstable
    1.66  
    1.67  The "-n" part of the version number causes a non-native Debian package to be
    1.68  produced.
    1.69 @@ -97,6 +97,7 @@
    1.70  
    1.71  Release     Git Changeset
    1.72  -------     -------------
    1.73 +0.9.3       8bd94f658bd4a82e04a6dca7d8cc8b19302c8006
    1.74  0.9.2       bdd827253d37650ad6986dd2fd16d28058fd7a81
    1.75  0.9.1       5834046e821b8f2e6526815084220260e3db6420
    1.76  0.9-1       a3f8f54590d4099c4ec66669296d5169a7f652ff
     2.1 --- a/debian/changelog	Sun May 06 23:39:53 2012 +0200
     2.2 +++ b/debian/changelog	Wed Jan 09 15:42:46 2013 +0100
     2.3 @@ -1,3 +1,9 @@
     2.4 +shedskin (0.9.3-1) unstable; urgency=low
     2.5 +
     2.6 +  * New upstream release.
     2.7 +
     2.8 + -- Paul Boddie <paul@boddie.org.uk>  Wed, 09 Jan 2013 15:41:29 +0100
     2.9 +
    2.10  shedskin (0.9.2-1) unstable; urgency=low
    2.11  
    2.12    * New upstream release.