[Python-modules-commits] r3552 - in /packages/ipy/trunk/debian: changelog control copyright docs patches/ rules

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Mon Nov 5 23:57:00 UTC 2007


Author: bzed-guest
Date: Mon Nov  5 23:57:00 2007
New Revision: 3552

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3552
Log:
  - Adding python-docutils to Build-Depends-Indep to create IPy.html
* debian/patches:
  - Removing unused directory.

Removed:
    packages/ipy/trunk/debian/patches/
Modified:
    packages/ipy/trunk/debian/changelog
    packages/ipy/trunk/debian/control
    packages/ipy/trunk/debian/copyright
    packages/ipy/trunk/debian/docs
    packages/ipy/trunk/debian/rules

Modified: packages/ipy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/ipy/trunk/debian/changelog?rev=3552&op=diff
==============================================================================
--- packages/ipy/trunk/debian/changelog (original)
+++ packages/ipy/trunk/debian/changelog Mon Nov  5 23:57:00 2007
@@ -9,6 +9,7 @@
     - Adding myself to uploaders.
     - Adding ${misc:Depends} to Depends.
     - Removing cdbs from Build-Depends, not used anymore.
+    - Adding python-docutils to Build-Depends-Indep to create IPy.html
   * debian/watch:
     - Updated file to check the new location at Python's cheeseshop.
   * debian/compat:
@@ -19,6 +20,8 @@
     - Rewriting file, removing cdbs, run tests during the build process.
   * debian/{docs, examples}:
     - Adding files.
+  * debian/patches:
+    - Removing unused directory.
 
  -- Bernd Zeimetz <bernd at bzed.de>  Mon, 05 Nov 2007 23:51:54 +0100
 

Modified: packages/ipy/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/ipy/trunk/debian/control?rev=3552&op=diff
==============================================================================
--- packages/ipy/trunk/debian/control (original)
+++ packages/ipy/trunk/debian/control Mon Nov  5 23:57:00 2007
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Morten Werner Olsen <werner at debian.org>, Bernd Zeimetz <bernd at bzed.de>
 Build-Depends: debhelper (>= 5.0.37.1), python-all
-Build-Depends-Indep: python-support (>= 0.4)
+Build-Depends-Indep: python-support (>= 0.4), python-docutils
 Standards-Version: 3.7.2
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/ipy/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/ipy/trunk/

Modified: packages/ipy/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/ipy/trunk/debian/copyright?rev=3552&op=diff
==============================================================================
--- packages/ipy/trunk/debian/copyright (original)
+++ packages/ipy/trunk/debian/copyright Mon Nov  5 23:57:00 2007
@@ -61,3 +61,12 @@
     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+
+Files with different Copyrights/Licenses:
+
+rest.css:
+
+    Author: David Goodger
+    Contact: goodger at users.sourceforge.net
+    copyright: This stylesheet has been placed in the public domain.
+

Modified: packages/ipy/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/ipy/trunk/debian/docs?rev=3552&op=diff
==============================================================================
--- packages/ipy/trunk/debian/docs (original)
+++ packages/ipy/trunk/debian/docs Mon Nov  5 23:57:00 2007
@@ -1,1 +1,2 @@
 README
+IPy.html

Modified: packages/ipy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/ipy/trunk/debian/rules?rev=3552&op=diff
==============================================================================
--- packages/ipy/trunk/debian/rules (original)
+++ packages/ipy/trunk/debian/rules Mon Nov  5 23:57:00 2007
@@ -30,6 +30,8 @@
 	done
 endif
 
+	rst2html README IPy.html --stylesheet=rest.css
+
 	touch $@
 
 clean:
@@ -40,7 +42,7 @@
 	    $$py setup.py clean; \
 	done
 	find . -name \*.pyc | xargs rm -f
-	rm -rf build
+	rm -rf build IPy.html
 	dh_clean 
 
 install: install-stamp




More information about the Python-modules-commits mailing list