[Python-modules-commits] r18164 - in packages/inotifyx/trunk/debian (5 files)

rrs at users.alioth.debian.org rrs at users.alioth.debian.org
Mon Aug 15 16:11:50 UTC 2011


    Date: Monday, August 15, 2011 @ 16:11:49
  Author: rrs
Revision: 18164

prepare inotifyx 0.2.0 release

Modified:
  packages/inotifyx/trunk/debian/changelog
  packages/inotifyx/trunk/debian/control
  packages/inotifyx/trunk/debian/docs
  packages/inotifyx/trunk/debian/rules
  packages/inotifyx/trunk/debian/watch

Modified: packages/inotifyx/trunk/debian/changelog
===================================================================
--- packages/inotifyx/trunk/debian/changelog	2011-08-15 15:58:27 UTC (rev 18163)
+++ packages/inotifyx/trunk/debian/changelog	2011-08-15 16:11:49 UTC (rev 18164)
@@ -1,3 +1,20 @@
+inotifyx (0.2.0-1) unstable; urgency=low
+
+  * New Upstream Release 
+  * [63bfabd] add comress for changelogs
+  * [b48aae1] update debian/watch for launchpad hosting
+  * [de64451] Switch to dh_python2.
+    Thanks to Barry  Warsaw (Closes: 633911)
+  * [41164bf] drop html docs
+  * [caee400] drop epydoc doc generation
+  * [c106e5e] drop python-epydoc from build-dep
+  * [e3ba5ee] add build-arch and build-indep targets
+  * [4d1b0fc] Update Standards Version to 3.9.2. No changes required
+  * [12befdb] drop duplicate changelog
+  * [c1a91fd] remove html install files and doc-base
+
+ -- Ritesh Raj Sarraf <rrs at debian.org>  Mon, 15 Aug 2011 19:37:12 +0530
+
 inotifyx (0.1.2-1) unstable; urgency=low
 
   * New Upstream Release (Closes: #620329) 

Modified: packages/inotifyx/trunk/debian/control
===================================================================
--- packages/inotifyx/trunk/debian/control	2011-08-15 15:58:27 UTC (rev 18163)
+++ packages/inotifyx/trunk/debian/control	2011-08-15 16:11:49 UTC (rev 18164)
@@ -3,9 +3,8 @@
 Priority: optional
 Maintainer: Ritesh Raj Sarraf <rrs at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), python-epydoc, python-support, python-all-dev (>= 2.3.5-11)
-XS-Python-Version: all
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 7), python-all-dev (>= 2.6.6-3~)
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/inotifyx/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/inotifyx/trunk/?op=log
 Homepage: http://www.alittletooquiet.net/software/inotifyx/
@@ -13,9 +12,7 @@
 Package: python-inotifyx
 Architecture: any
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Recommends: doc-base
 Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
 Description: simple Python binding to the Linux inotify
  inotifyx is a Python extension providing access to the Linux
  inotify file system event notification API. It is primarily

Modified: packages/inotifyx/trunk/debian/docs
===================================================================
--- packages/inotifyx/trunk/debian/docs	2011-08-15 15:58:27 UTC (rev 18163)
+++ packages/inotifyx/trunk/debian/docs	2011-08-15 16:11:49 UTC (rev 18164)
@@ -1,3 +1 @@
-NEWS
 README
-html

Modified: packages/inotifyx/trunk/debian/rules
===================================================================
--- packages/inotifyx/trunk/debian/rules	2011-08-15 15:58:27 UTC (rev 18163)
+++ packages/inotifyx/trunk/debian/rules	2011-08-15 16:11:49 UTC (rev 18164)
@@ -10,9 +10,14 @@
 get-orig-source:
 	uscan --force-download --rename --download-version=$(PKG_VER) --destdir=.
 
-build: $(PYVERS:%=build-python%)
+build: build-arch build-indep
+
+build-arch: $(PYVERS:%=build-python%)
 	touch $@
 
+build-indep: $(PYVERS:%=build-python%)
+	touch $@
+
 build-python%:
 	dh_testdir
 	python$* setup.py build
@@ -40,7 +45,6 @@
 	dh_installdirs
 
 	python$* setup.py install --root $(CURDIR)/debian/python-inotifyx ${py_setup_install_args}
-	epydoc $(CURDIR)/debian/python-inotifyx/usr/lib/python*/*-packages/inotifyx.py
 
 binary-indep: build install
 
@@ -49,7 +53,7 @@
 		dh_testroot
 		dh_installdocs
 		dh_installchangelogs NEWS
-		dh_pysupport
+		dh_python2
 		dh_compress
 		dh_fixperms
 		dh_strip

Modified: packages/inotifyx/trunk/debian/watch
===================================================================
--- packages/inotifyx/trunk/debian/watch	2011-08-15 15:58:27 UTC (rev 18163)
+++ packages/inotifyx/trunk/debian/watch	2011-08-15 16:11:49 UTC (rev 18164)
@@ -1,2 +1,2 @@
 version=3
-http://www.alittletooquiet.net/media/release/inotifyx-(.*)\.tar\.gz
+https://launchpad.net/inotifyx/+download http://launchpad.net/inotifyx/.*/inotifyx-(.+.).tar.gz




More information about the Python-modules-commits mailing list