[Python-modules-commits] r12488 - in packages/nodebox-web/trunk/debian (11 files)
sez-guest at users.alioth.debian.org
sez-guest at users.alioth.debian.org
Sun Apr 4 10:27:12 UTC 2010
Date: Sunday, April 4, 2010 @ 10:27:08
Author: sez-guest
Revision: 12488
nodebox-web/1.9.4.6-1
* New Upstream Version
* Do not ship the urban dictionary client (and the related example,
_web_example8.py), as it's not supported anymore. Revise long description
accordingly.
* Actually ship google.py
* Add DEP-3 style patch heders
* Version-depend on python-support (>= 0.90) for python2.6
* Add missing depend on ${misc:Depends} for debhelper
* Switch dpkg-source format to 3.0 (quilt)
* debian/control: drop Depends: quilt
* debian/rules: drop patch-related stuff
* Minimise debian/rules and depend on debhelper >= 7.0.50~
* Ship empty debian/__init__.py in source package (instead of creating it
via debian/rules)
* Bump Standards-Version to 3.8.4 (no changes)
* Add watch file
Added:
packages/nodebox-web/trunk/debian/__init__.py
packages/nodebox-web/trunk/debian/watch
Modified:
packages/nodebox-web/trunk/debian/changelog
packages/nodebox-web/trunk/debian/control
packages/nodebox-web/trunk/debian/examples
packages/nodebox-web/trunk/debian/install
packages/nodebox-web/trunk/debian/patches/adjust_imports.diff
packages/nodebox-web/trunk/debian/patches/remove-hardwired-newsfeed.diff
packages/nodebox-web/trunk/debian/patches/standalone_examples.diff
packages/nodebox-web/trunk/debian/rules
packages/nodebox-web/trunk/debian/source/format
Modified: packages/nodebox-web/trunk/debian/changelog
===================================================================
--- packages/nodebox-web/trunk/debian/changelog 2010-04-04 07:16:54 UTC (rev 12487)
+++ packages/nodebox-web/trunk/debian/changelog 2010-04-04 10:27:08 UTC (rev 12488)
@@ -1,3 +1,24 @@
+nodebox-web (1.9.4.6-1) unstable; urgency=low
+
+ * New Upstream Version
+ * Do not ship the urban dictionary client (and the related example,
+ _web_example8.py), as it's not supported anymore. Revise long description
+ accordingly.
+ * Actually ship google.py
+ * Add DEP-3 style patch heders
+ * Version-depend on python-support (>= 0.90) for python2.6
+ * Add missing depend on ${misc:Depends} for debhelper
+ * Switch dpkg-source format to 3.0 (quilt)
+ * debian/control: drop Depends: quilt
+ * debian/rules: drop patch-related stuff
+ * Minimise debian/rules and depend on debhelper >= 7.0.50~
+ * Ship empty debian/__init__.py in source package (instead of creating it
+ via debian/rules)
+ * Bump Standards-Version to 3.8.4 (no changes)
+ * Add watch file
+
+ -- Serafeim Zanikolas <serzan at hellug.gr> Fri, 26 Mar 2010 21:29:26 +0100
+
nodebox-web (1.9.4.3-1) unstable; urgency=low
* New Upstream Version
@@ -2,2 +23,5 @@
* Drop patches adopted upstream.
+ * Update long description.
+ * Add dependency on python-simplejson.
+ * Switch to quilt from dpatch.
Modified: packages/nodebox-web/trunk/debian/control
===================================================================
--- packages/nodebox-web/trunk/debian/control 2010-04-04 07:16:54 UTC (rev 12487)
+++ packages/nodebox-web/trunk/debian/control 2010-04-04 10:27:08 UTC (rev 12488)
@@ -2,8 +2,8 @@
Section: python
Priority: optional
Maintainer: Serafeim Zanikolas <serzan at hellug.gr>
-Build-Depends: debhelper (>= 5), python-support (>= 0.6), quilt
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.90)
+Standards-Version: 3.8.4
Uploaders: Python Modules Packaging Team <python-modules-team at lists.alioth.debian.org>
Vcs-Svn: svn://svn.debian.org/python-modules/packages/nodebox-web/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/nodebox-web
@@ -11,15 +11,16 @@
Package: python-nodebox-web
Architecture: all
-Depends: ${python:Depends}, python-beautifulsoup, python-soappy, python-feedparser, python-simplejson
+Depends: ${python:Depends}, ${misc:Depends}, python-beautifulsoup,
+ python-soappy, python-feedparser, python-simplejson
Provides: ${python:Provides}
Description: collection of web-related Python modules
Nodebox Web is a collection of Python modules to get content from the web.
One can query Yahoo! and Google for links, images, news and spelling
suggestions, read RSS and Atom newsfeeds, retrieve articles from Wikipedia,
collect quality images from morgueFile or Flickr, browse through HTML
- documents, clean up HTML, validate URLs, create GIF images from math equations
- using mimeTeX, and get ironic word definitions from Urban Dictionary.
+ documents, clean up HTML, validate URLs, and create GIF images from math
+ equations using mimeTeX.
.
The library uses a caching mechanism that stores things you download from the
web, so they can be retrieved faster the next time. Many of the services also
Modified: packages/nodebox-web/trunk/debian/examples
===================================================================
--- packages/nodebox-web/trunk/debian/examples 2010-04-04 07:16:54 UTC (rev 12487)
+++ packages/nodebox-web/trunk/debian/examples 2010-04-04 10:27:08 UTC (rev 12488)
@@ -4,5 +4,4 @@
standalone-examples/_web_example4.py
standalone-examples/_web_example5.py
standalone-examples/_web_example6.py
-standalone-examples/_web_example8.py
standalone-examples/_web_example9.py
Modified: packages/nodebox-web/trunk/debian/install
===================================================================
--- packages/nodebox-web/trunk/debian/install 2010-04-04 07:16:54 UTC (rev 12487)
+++ packages/nodebox-web/trunk/debian/install 2010-04-04 10:27:08 UTC (rev 12488)
@@ -1,4 +1,4 @@
-debian/tmp/__init__.py usr/share/python-support/python-nodebox-web/nodebox_web/
+debian/__init__.py usr/share/python-support/python-nodebox-web/nodebox_web/
__init__.py usr/share/python-support/python-nodebox-web/nodebox_web/web/
cache.py usr/share/python-support/python-nodebox-web/nodebox_web/web/
html.py usr/share/python-support/python-nodebox-web/nodebox_web/web/
@@ -9,6 +9,6 @@
newsfeed.py usr/share/python-support/python-nodebox-web/nodebox_web/web/
flickr.py usr/share/python-support/python-nodebox-web/nodebox_web/web/
morguefile.py usr/share/python-support/python-nodebox-web/nodebox_web/web/
-urbandictionary.py usr/share/python-support/python-nodebox-web/nodebox_web/web/
wikipedia.py usr/share/python-support/python-nodebox-web/nodebox_web/web/
yahoo.py usr/share/python-support/python-nodebox-web/nodebox_web/web/
+google.py usr/share/python-support/python-nodebox-web/nodebox_web/web/
Modified: packages/nodebox-web/trunk/debian/patches/adjust_imports.diff
===================================================================
--- packages/nodebox-web/trunk/debian/patches/adjust_imports.diff 2010-04-04 07:16:54 UTC (rev 12487)
+++ packages/nodebox-web/trunk/debian/patches/adjust_imports.diff 2010-04-04 10:27:08 UTC (rev 12488)
@@ -1,3 +1,7 @@
+# Description: adjust module imports
+# Author: Serafeim Zanikolas <serzan at hellug.gr>
+# Last-Update: 2009-02-20
+# Forwarded: not-needed
Index: nodebox-web/colr.py
===================================================================
--- nodebox-web.orig/colr.py 2009-02-20 23:54:55.000000000 +0000
Modified: packages/nodebox-web/trunk/debian/patches/remove-hardwired-newsfeed.diff
===================================================================
--- packages/nodebox-web/trunk/debian/patches/remove-hardwired-newsfeed.diff 2010-04-04 07:16:54 UTC (rev 12487)
+++ packages/nodebox-web/trunk/debian/patches/remove-hardwired-newsfeed.diff 2010-04-04 10:27:08 UTC (rev 12488)
@@ -1,3 +1,6 @@
+# Description: remove hardwired newsfeed
+# Author: Serafeim Zanikolas <serzan at hellug.gr>
+# Last-Update: 2009-02-20
Index: nodebox-web/newsfeed.py
===================================================================
--- nodebox-web.orig/newsfeed.py 2009-02-20 23:57:36.000000000 +0000
Modified: packages/nodebox-web/trunk/debian/patches/standalone_examples.diff
===================================================================
--- packages/nodebox-web/trunk/debian/patches/standalone_examples.diff 2010-04-04 07:16:54 UTC (rev 12487)
+++ packages/nodebox-web/trunk/debian/patches/standalone_examples.diff 2010-04-04 10:27:08 UTC (rev 12488)
@@ -1,3 +1,7 @@
+# Description: create standalone examples
+# Author: Serafeim Zanikolas <serzan at hellug.gr>
+# Last-Update: 2009-02-20
+# Forwarded: not-needed
diff -Nur nodebox-web-1.9.2/standalone-examples/_web_example1.py blah/standalone-examples/_web_example1.py
--- nodebox-web-1.9.2/standalone-examples/_web_example1.py 1970-01-01 01:00:00.000000000 +0100
+++ blah/standalone-examples/_web_example1.py 2008-04-05 23:12:08.000000000 +0100
@@ -175,18 +179,6 @@
+# rotate(random(360))
+# s = random(50) + 10
+# oval(random(300), random(300), s, s)
-diff -Nur nodebox-web-1.9.2/standalone-examples/_web_example8.py blah/standalone-examples/_web_example8.py
---- nodebox-web-1.9.2/standalone-examples/_web_example8.py 1970-01-01 01:00:00.000000000 +0100
-+++ blah/standalone-examples/_web_example8.py 2008-04-05 23:37:40.000000000 +0100
-@@ -0,0 +1,8 @@
-+# Definitions from the Urban Dictionary.
-+
-+from nodebox_web import web
-+from nodebox_web.web import urbandictionary
-+
-+definitions = urbandictionary.search("human")
-+for i, d in enumerate(definitions):
-+ print "%d: %s" % (i, d)
diff -Nur nodebox-web-1.9.2/standalone-examples/_web_example9.py blah/standalone-examples/_web_example9.py
--- nodebox-web-1.9.2/standalone-examples/_web_example9.py 1970-01-01 01:00:00.000000000 +0100
+++ blah/standalone-examples/_web_example9.py 2008-04-05 23:38:11.000000000 +0100
Modified: packages/nodebox-web/trunk/debian/rules
===================================================================
--- packages/nodebox-web/trunk/debian/rules 2010-04-04 07:16:54 UTC (rev 12487)
+++ packages/nodebox-web/trunk/debian/rules 2010-04-04 10:27:08 UTC (rev 12488)
@@ -3,44 +3,5 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-include /usr/share/quilt/quilt.make
-
-clean: unpatch
- dh_testdir
- dh_testroot
- dh_clean
- rm -rf debian/tmp
-
-build: build-stamp
-build-stamp: patch
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
-# Build architecture-independent files here.
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_link
- dh_installchangelogs
- mkdir debian/tmp/
- touch debian/tmp/__init__.py
- dh_install --list-missing
- dh_installdocs
- dh_installexamples
- dh_pysupport
- dh_fixperms
- dh_compress
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# nothing for a python package
-
-binary: binary-indep binary-arch
-.PHONY: build build-stamp clean binary-indep binary-arch install
+%:
+ dh $@
Modified: packages/nodebox-web/trunk/debian/source/format
===================================================================
--- packages/nodebox-web/trunk/debian/source/format 2010-04-04 07:16:54 UTC (rev 12487)
+++ packages/nodebox-web/trunk/debian/source/format 2010-04-04 10:27:08 UTC (rev 12488)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
Added: packages/nodebox-web/trunk/debian/watch
===================================================================
--- packages/nodebox-web/trunk/debian/watch (rev 0)
+++ packages/nodebox-web/trunk/debian/watch 2010-04-04 10:27:08 UTC (rev 12488)
@@ -0,0 +1,3 @@
+version=3
+
+http://nodebox.net/code/index.php/Web ../data/media/web-(.*).zip
More information about the Python-modules-commits
mailing list