[Python-modules-commits] r13342 - in packages/pykickstart/tags (6 files)

fabo at users.alioth.debian.org fabo at users.alioth.debian.org
Tue Jun 8 20:57:55 UTC 2010


    Date: Tuesday, June 8, 2010 @ 20:57:54
  Author: fabo
Revision: 13342

Tagging pykickstart 1.73-1

Added:
  packages/pykickstart/tags/1.73-1/
  packages/pykickstart/tags/1.73-1/debian/changelog
    (from rev 13341, packages/pykickstart/trunk/debian/changelog)
  packages/pykickstart/tags/1.73-1/debian/patches/series
    (from rev 13341, packages/pykickstart/trunk/debian/patches/series)
Deleted:
  packages/pykickstart/tags/1.73-1/debian/changelog
  packages/pykickstart/tags/1.73-1/debian/patches/03_fix_testsuite.diff
  packages/pykickstart/tags/1.73-1/debian/patches/series

Deleted: packages/pykickstart/tags/1.73-1/debian/changelog
===================================================================
--- packages/pykickstart/trunk/debian/changelog	2010-06-08 19:44:26 UTC (rev 13340)
+++ packages/pykickstart/tags/1.73-1/debian/changelog	2010-06-08 20:57:54 UTC (rev 13342)
@@ -1,27 +0,0 @@
-pykickstart (1.73-1) UNRELEASED; urgency=low
-
-  * New upstream release.
-  * Add 03_fix_testsuite.diff patch: testsuite fails as F13 is released.
-
- -- Fathi Boudra <fabo at debian.org>  Tue, 08 Jun 2010 18:12:48 +0300
-
-pykickstart (1.72-2) unstable; urgency=low
-
-  * Add 02_fix_INSTALL_NLS_DIR.diff patch:
-    fix RPM_BUILD_ROOT usage on INSTALL_NLS_DIR.
-  * Update debian/control:
-    - remove curl build dependency. We keep docs and don't want to get files
-      from internet.
-    - add Provides: pykickstart, package name used by 3rd party repository like
-      MeeGo.
-    - add kickstart file definition to long description.
-  * Update debian/rules: remove override_dh_auto_install target and
-    the workaround for RPM_BUILD_ROOT usage.
-
- -- Fathi Boudra <fabo at debian.org>  Mon, 31 May 2010 13:20:16 +0300
-
-pykickstart (1.72-1) unstable; urgency=low
-
-  * Initial release (Closes: #576531)
-
- -- Fathi Boudra <fabo at debian.org>  Mon, 24 May 2010 11:32:07 +0300

Copied: packages/pykickstart/tags/1.73-1/debian/changelog (from rev 13341, packages/pykickstart/trunk/debian/changelog)
===================================================================
--- packages/pykickstart/tags/1.73-1/debian/changelog	                        (rev 0)
+++ packages/pykickstart/tags/1.73-1/debian/changelog	2010-06-08 20:57:54 UTC (rev 13342)
@@ -0,0 +1,26 @@
+pykickstart (1.73-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Fathi Boudra <fabo at debian.org>  Tue, 08 Jun 2010 18:12:48 +0300
+
+pykickstart (1.72-2) unstable; urgency=low
+
+  * Add 02_fix_INSTALL_NLS_DIR.diff patch:
+    fix RPM_BUILD_ROOT usage on INSTALL_NLS_DIR.
+  * Update debian/control:
+    - remove curl build dependency. We keep docs and don't want to get files
+      from internet.
+    - add Provides: pykickstart, package name used by 3rd party repository like
+      MeeGo.
+    - add kickstart file definition to long description.
+  * Update debian/rules: remove override_dh_auto_install target and
+    the workaround for RPM_BUILD_ROOT usage.
+
+ -- Fathi Boudra <fabo at debian.org>  Mon, 31 May 2010 13:20:16 +0300
+
+pykickstart (1.72-1) unstable; urgency=low
+
+  * Initial release (Closes: #576531)
+
+ -- Fathi Boudra <fabo at debian.org>  Mon, 24 May 2010 11:32:07 +0300

Deleted: packages/pykickstart/tags/1.73-1/debian/patches/03_fix_testsuite.diff
===================================================================
--- packages/pykickstart/trunk/debian/patches/03_fix_testsuite.diff	2010-06-08 19:44:26 UTC (rev 13340)
+++ packages/pykickstart/tags/1.73-1/debian/patches/03_fix_testsuite.diff	2010-06-08 20:57:54 UTC (rev 13342)
@@ -1,16 +0,0 @@
-Description: fix testsuite (F13 is released)
-Author: Fathi Boudra <fabo at debian.org>
-
---- a/tests/version.py
-+++ b/tests/version.py
-@@ -124,7 +124,9 @@ class VersionToString_TestCase(CommandTe
-         self.assertEqual(versionToString(F11, skipDevel=False), "F11")
-         self.assertEqual(versionToString(F12, skipDevel=True), "F12")
-         self.assertEqual(versionToString(F13, skipDevel=True), "F13")
--        self.assertEqual(versionToString(F13, skipDevel=False), "DEVEL")
-+        self.assertEqual(versionToString(F13, skipDevel=False), "F13")
-+        self.assertEqual(versionToString(F14, skipDevel=True), "F14")
-+        self.assertEqual(versionToString(F14, skipDevel=False), "DEVEL")
-         # RHEL series
-         self.assertEqual(versionToString(RHEL3), "RHEL3")
-         self.assertEqual(versionToString(RHEL4), "RHEL4")

Deleted: packages/pykickstart/tags/1.73-1/debian/patches/series
===================================================================
--- packages/pykickstart/trunk/debian/patches/series	2010-06-08 19:44:26 UTC (rev 13340)
+++ packages/pykickstart/tags/1.73-1/debian/patches/series	2010-06-08 20:57:54 UTC (rev 13342)
@@ -1,3 +0,0 @@
-01_keep_docs.diff
-02_fix_INSTALL_NLS_DIR.diff
-03_fix_testsuite.diff

Copied: packages/pykickstart/tags/1.73-1/debian/patches/series (from rev 13341, packages/pykickstart/trunk/debian/patches/series)
===================================================================
--- packages/pykickstart/tags/1.73-1/debian/patches/series	                        (rev 0)
+++ packages/pykickstart/tags/1.73-1/debian/patches/series	2010-06-08 20:57:54 UTC (rev 13342)
@@ -0,0 +1,2 @@
+01_keep_docs.diff
+02_fix_INSTALL_NLS_DIR.diff




More information about the Python-modules-commits mailing list