[Python-apps-commits] r6696 - in packages/ibid/trunk/debian (4 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Wed Feb 23 23:10:24 UTC 2011


    Date: Wednesday, February 23, 2011 @ 23:09:33
  Author: stefanor
Revision: 6696

* New upstream bug-fix release.
  - Built documentation is included, removed in get-orig-source.
* Move mysqldb | psycopg2 to suggests, Ibid will use the stdlib sqlite3 by
  default.

Modified:
  packages/ibid/trunk/debian/changelog
  packages/ibid/trunk/debian/control
  packages/ibid/trunk/debian/copyright
  packages/ibid/trunk/debian/rules

Modified: packages/ibid/trunk/debian/changelog
===================================================================
--- packages/ibid/trunk/debian/changelog	2011-02-21 18:21:55 UTC (rev 6695)
+++ packages/ibid/trunk/debian/changelog	2011-02-23 23:09:33 UTC (rev 6696)
@@ -1,7 +1,11 @@
-ibid (0.1.0+dfsg-4) UNRELEASED; urgency=low
+ibid (0.1.1+dfsg-1) UNRELEASED; urgency=low
 
+  * New upstream bug-fix release.
+    - Built documentation is included, removed in get-orig-source.
   * Update my e-mail address.
   * Update debian/copyright format. youtube-dl is now public domain.
+  * Move mysqldb | psycopg2 to suggests, Ibid will use the stdlib sqlite3 by
+    default.
 
  -- Stefano Rivera <stefanor at debian.org>  Sat, 05 Feb 2011 12:35:27 +0200
 

Modified: packages/ibid/trunk/debian/control
===================================================================
--- packages/ibid/trunk/debian/control	2011-02-21 18:21:55 UTC (rev 6695)
+++ packages/ibid/trunk/debian/control	2011-02-23 23:09:33 UTC (rev 6696)
@@ -38,7 +38,6 @@
  python-html5lib,
  python-jinja,
  python-pkg-resources,
- python-pysqlite2 | python-mysqldb | python-psycopg2,
  python-soappy,
  python-sqlalchemy (>= 0.5),
  python-twisted-core (>= 10.0.0-3~),
@@ -73,6 +72,7 @@
  python-dbus,
  python-imaging,
  python-matplotlib,
+ python-mysqldb | python-psycopg2,
  python-numpy,
  python-objgraph,
  python-pyfiglet,

Modified: packages/ibid/trunk/debian/copyright
===================================================================
--- packages/ibid/trunk/debian/copyright	2011-02-21 18:21:55 UTC (rev 6695)
+++ packages/ibid/trunk/debian/copyright	2011-02-23 23:09:33 UTC (rev 6696)
@@ -11,6 +11,7 @@
   overlord.json:  Overlord list
   wrestling.json: Wrestling move list
   zippy.json:     Zippy the Pinhead quotes
+ The built HTML docmentation has also been removed.
 
 Files: *
 Copyright: 2008-2011, Jonathan Hitchcock, Michael Gorven, Stefano Rivera

Modified: packages/ibid/trunk/debian/rules
===================================================================
--- packages/ibid/trunk/debian/rules	2011-02-21 18:21:55 UTC (rev 6695)
+++ packages/ibid/trunk/debian/rules	2011-02-23 23:09:33 UTC (rev 6696)
@@ -64,6 +64,7 @@
 	bzr export ibid-$(VER)/docs $(BZR_DOCS_REPO)/docs
 endif
 	cd ibid-$(VER)/factpacks/ && rm -f handey.json overlord.json wrestling.json zippy.json
+	rm -rf ibid-$(VER)/docs/html
 	GZIP=--best tar -cz --owner root --group root --mode a+rX \
 	                -f ibid_$(VER)+dfsg.orig.tar.gz ibid-$(VER)
 	rm -rf ibid-$(VER)




More information about the Python-apps-commits mailing list