[Python-apps-commits] r2651 - in packages/mercurial/trunk/debian (3 files)

vt-guest at users.alioth.debian.org vt-guest at users.alioth.debian.org
Sat Mar 21 01:23:01 UTC 2009


    Date: Saturday, March 21, 2009 @ 01:23:00
  Author: vt-guest
Revision: 2651

mercurial 1.2.1

Modified:
  packages/mercurial/trunk/debian/changelog
  packages/mercurial/trunk/debian/patches/series
Deleted:
  packages/mercurial/trunk/debian/patches/deb_specific__fix_version_for_snapshot.patch

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2009-03-20 14:42:50 UTC (rev 2650)
+++ packages/mercurial/trunk/debian/changelog	2009-03-21 01:23:00 UTC (rev 2651)
@@ -1,3 +1,9 @@
+mercurial (1.2.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Vernon Tang <vt at foilhead.net>  Sat, 21 Mar 2009 09:18:46 +0800
+
 mercurial (1.2-1) unstable; urgency=low
 
   * New upstream release.

Deleted: packages/mercurial/trunk/debian/patches/deb_specific__fix_version_for_snapshot.patch
===================================================================
--- packages/mercurial/trunk/debian/patches/deb_specific__fix_version_for_snapshot.patch	2009-03-20 14:42:50 UTC (rev 2650)
+++ packages/mercurial/trunk/debian/patches/deb_specific__fix_version_for_snapshot.patch	2009-03-21 01:23:00 UTC (rev 2651)
@@ -1,12 +0,0 @@
-Fix version for the current snapshot (instead of 'unknown')
---- a/setup.py
-+++ b/setup.py
-@@ -117,7 +117,7 @@
- 
- f = file("mercurial/__version__.py", "w")
- f.write('# this file is autogenerated by setup.py\n')
--f.write('version = "%s"\n' % version)
-+f.write('version = "%s"\n' % "1.2")
- f.close()
- 
- class install_package_data(install_data):

Modified: packages/mercurial/trunk/debian/patches/series
===================================================================
--- packages/mercurial/trunk/debian/patches/series	2009-03-20 14:42:50 UTC (rev 2650)
+++ packages/mercurial/trunk/debian/patches/series	2009-03-21 01:23:00 UTC (rev 2651)
@@ -6,4 +6,3 @@
 deb_specific__hgk.py.patch
 deb_specific__optional-dependencies
 proposed_upstream__correct-zeroconf-doc
-deb_specific__fix_version_for_snapshot.patch




More information about the Python-apps-commits mailing list