[Python-apps-commits] r5248 - in packages/charm/trunk/debian (changelog control rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu May 20 20:13:36 UTC 2010


    Date: Thursday, May 20, 2010 @ 20:13:31
  Author: piotr
Revision: 5248

* Set prefix to /usr/ (Closes: 571269)
* Updated the Standards-Version to 3.8.4 (no changes needed)
* clean up the changelog

Modified:
  packages/charm/trunk/debian/changelog
  packages/charm/trunk/debian/control
  packages/charm/trunk/debian/rules

Modified: packages/charm/trunk/debian/changelog
===================================================================
--- packages/charm/trunk/debian/changelog	2010-05-20 17:56:09 UTC (rev 5247)
+++ packages/charm/trunk/debian/changelog	2010-05-20 20:13:31 UTC (rev 5248)
@@ -1,14 +1,19 @@
 charm (1.9.1-2) unstable; urgency=low
 
+  [ Christopher Lunsford ]
   * hashlib patch added
+  * Changed the long description (Closes: #522272)
+  * Switched to python-support
+  * Updated the Standards-Version to 3.8.1
 
- -- Christopher Lunsford <binarymutant at gmail.com>  Fri, 12 Jun 2009 20:27:52 -0400
+  [ Piotr Ożarowski ]
+  * Set prefix to /usr/ (Closes: 571269)
+  * Updated the Standards-Version to 3.8.4 (no changes needed)
 
+ -- Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>  Thu, 20 May 2010 22:06:50 +0200
+
 charm (1.9.1-1) unstable; urgency=low
 
-  * Changed the long description(Closes: #522272)
-  * Updated the Standards-Version to 3.8.1
-  
   * Initial release (Closes: #502231)
 
  -- Christopher Lunsford <binarymutant at gmail.com>  Tue, 11 Nov 2008 19:58:29 -0500

Modified: packages/charm/trunk/debian/control
===================================================================
--- packages/charm/trunk/debian/control	2010-05-20 17:56:09 UTC (rev 5247)
+++ packages/charm/trunk/debian/control	2010-05-20 20:13:31 UTC (rev 5248)
@@ -5,7 +5,7 @@
 Maintainer: Christopher Lunsford <binarymutant at gmail.com>
 XS-Python-Version: >=2.5
 Build-Depends: debhelper (>= 5.0.38), dpatch (>=2.0.29), python-support (>= 0.5.3), python (>=2.5)
-Standards-Version: 3.8.1
+Standards-Version: 3.8.4
 Homepage: http://ljcharm.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/charm/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/charm/trunk/

Modified: packages/charm/trunk/debian/rules
===================================================================
--- packages/charm/trunk/debian/rules	2010-05-20 17:56:09 UTC (rev 5247)
+++ packages/charm/trunk/debian/rules	2010-05-20 20:13:31 UTC (rev 5248)
@@ -14,7 +14,7 @@
 build:
 
 install: patch
-	python setup.py install --install-layout=deb --install-lib=usr/share/charm --root $(CURDIR)/debian/charm
+	python setup.py install --prefix=/usr/ --install-lib=usr/share/charm --root $(CURDIR)/debian/charm
 	dh_install ljcharm.py charm usr/share/charm/
 	dh_link usr/share/charm/charm usr/bin/charm
 




More information about the Python-apps-commits mailing list