[Python-modules-commits] r20736 - in packages/llvm-py/trunk/debian (changelog rules)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Sun Mar 11 11:36:21 UTC 2012


    Date: Sunday, March 11, 2012 @ 11:36:20
  Author: chaica-guest
Revision: 20736

  * debian/rules
    - Added -r 105 to svn checkout for get-orig-source 

Modified:
  packages/llvm-py/trunk/debian/changelog
  packages/llvm-py/trunk/debian/rules

Modified: packages/llvm-py/trunk/debian/changelog
===================================================================
--- packages/llvm-py/trunk/debian/changelog	2012-03-11 11:29:29 UTC (rev 20735)
+++ packages/llvm-py/trunk/debian/changelog	2012-03-11 11:36:20 UTC (rev 20736)
@@ -2,14 +2,16 @@
 
   * debian/control
     - Bump B-D llvm-2.8 and llvm-2.8-dev to 2.9
-    - upgrade Standards-Version to 3.9.3
-    - removed ${python:Breaks}
+    - Upgrade Standards-Version to 3.9.3
+    - Removed ${python:Breaks}
   * debian/patches
-    - unlink-static-lib.patch  for llvm 2.9 
-    - add update-2-9.patch for llvm-py to support llvm 2.9
+    - Unlink-static-lib.patch  for llvm 2.9 
+    - Add update-2-9.patch for llvm-py to support llvm 2.9
       (Closes: #662880)
+  * debian/rules
+    - Added -r 105 to svn checkout for get-orig-source
 
- -- Carl Chenet <chaica at ohmytux.com>  Sun, 11 Mar 2012 12:24:32 +0100
+ -- Carl Chenet <chaica at ohmytux.com>  Sun, 11 Mar 2012 12:35:23 +0100
 
 llvm-py (0.6+svn105-1) unstable; urgency=low
 

Modified: packages/llvm-py/trunk/debian/rules
===================================================================
--- packages/llvm-py/trunk/debian/rules	2012-03-11 11:29:29 UTC (rev 20735)
+++ packages/llvm-py/trunk/debian/rules	2012-03-11 11:36:20 UTC (rev 20736)
@@ -6,7 +6,7 @@
 	dh_strip --dbg-package=python-llvm-dbg
 
 get-orig-source:
-	svn checkout --force http://llvm-py.googlecode.com/svn/trunk/ llvm-py-read-only \
+	svn checkout -r 105 --force http://llvm-py.googlecode.com/svn/trunk/ llvm-py-read-only \
 	&& svn export --force llvm-py-read-only llvm-py_0.6+svn105 \
 	&& tar zcf llvm-py_0.6+svn105.orig.tar.gz llvm-py_0.6+svn105 \
 	&& rm -rf llvm-py_0.6+svn105 llvm-py-read-only




More information about the Python-modules-commits mailing list