[DebianBRTeam-commits] r563 - in /packages/python-iniparse/trunk/debian: changelog rules

eriberto-guest at users.alioth.debian.org eriberto-guest at users.alioth.debian.org
Mon Aug 10 20:06:55 UTC 2009


Author: eriberto-guest
Date: Mon Aug 10 20:06:54 2009
New Revision: 563

URL: http://svn.debian.org/wsvn/?sc=1&rev=563
Log:
debian/changelog:
  * Squashed multiple entries to one to eliminate unreleased versions before the first upload. The revison is -1 now.

debian/rules:
  * Removed the lines to search and erase some files created after build the module. The setup.py can make it now.
  * Removed build dependency in binary-indep target. The binary-indep depends of the install and it depends of the build.
  * Added html dir to dh_installdocs.


Modified:
    packages/python-iniparse/trunk/debian/changelog
    packages/python-iniparse/trunk/debian/rules

Modified: packages/python-iniparse/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/python-iniparse/trunk/debian/changelog?rev=563&op=diff
==============================================================================
--- packages/python-iniparse/trunk/debian/changelog (original)
+++ packages/python-iniparse/trunk/debian/changelog Mon Aug 10 20:06:54 2009
@@ -1,20 +1,5 @@
-python-iniparse (0.3.1-2) unstable; urgency=low
+python-iniparse (0.3.1-1) unstable; urgency=low
 
-  * debian/control:
-    - Fixed Debian Policy version.
-    - Added ${python:Versions} and ${python:Provides} as dependencies.
-  * First upload. (Closes: #506011)
+  * Initial release (Closes: #506011)
 
  -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Wed, 29 Jul 2009 10:03:26 -0300
-
-python-iniparse (0.3.1-1) UNRELEASED; urgency=low
-
-  * New upstream release
-
- -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Wed, 29 Apr 2009 11:24:25 -0300
-
-python-iniparse (0.2.3-1) UNRELEASED; urgency=low
-
-  * Initial release
-
- -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Fri, 14 Nov 2008 08:32:24 -0200

Modified: packages/python-iniparse/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/python-iniparse/trunk/debian/rules?rev=563&op=diff
==============================================================================
--- packages/python-iniparse/trunk/debian/rules (original)
+++ packages/python-iniparse/trunk/debian/rules Mon Aug 10 20:06:54 2009
@@ -15,9 +15,6 @@
 	dh_testdir
 	dh_testroot
 	python setup.py clean --all
-	find $(CURDIR) -name \*.pyc -exec rm -f {} \;
-	find $(CURDIR) -name \*.pyo -exec rm -f {} \;
-	rm -f build-stamp $(PROG_NAME)/__init__.py
 	dh_clean
 
 install: build
@@ -29,10 +26,10 @@
 
 binary: binary-indep
 binary-arch:
-binary-indep: build install
+binary-indep: install
 	dh_testdir
 	dh_testroot
-	dh_installdocs
+	dh_installdocs html
 	dh_installchangelogs
 	dh_compress
 	dh_fixperms




More information about the debian-br-team-commits mailing list