[Python-modules-commits] r3744 - in /packages/deliciousapi/trunk/debian: ./ README.Debian changelog compat control copyright rules watch

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Sun Nov 25 17:42:22 UTC 2007


Author: morph-guest
Date: Sun Nov 25 17:42:22 2007
New Revision: 3744

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3744
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/deliciousapi/trunk/debian/   (with props)
    packages/deliciousapi/trunk/debian/README.Debian
    packages/deliciousapi/trunk/debian/changelog
    packages/deliciousapi/trunk/debian/compat
    packages/deliciousapi/trunk/debian/control
    packages/deliciousapi/trunk/debian/copyright
    packages/deliciousapi/trunk/debian/rules   (with props)
    packages/deliciousapi/trunk/debian/watch

Propchange: packages/deliciousapi/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/deliciousapi/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/python-modules/packages/deliciousapi/trunk/debian/README.Debian?rev=3744&op=file
==============================================================================
--- packages/deliciousapi/trunk/debian/README.Debian (added)
+++ packages/deliciousapi/trunk/debian/README.Debian Sun Nov 25 17:42:22 2007
@@ -1,0 +1,6 @@
+deliciousapi for Debian
+-----------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- morph <morph at zion.matrix.int>  Sun, 25 Nov 2007 17:33:02 +0100

Added: packages/deliciousapi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/deliciousapi/trunk/debian/changelog?rev=3744&op=file
==============================================================================
--- packages/deliciousapi/trunk/debian/changelog (added)
+++ packages/deliciousapi/trunk/debian/changelog Sun Nov 25 17:42:22 2007
@@ -1,0 +1,5 @@
+deliciousapi (1.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #452823)
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Sun, 25 Nov 2007 17:38:46 +0100

Added: packages/deliciousapi/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/deliciousapi/trunk/debian/compat?rev=3744&op=file
==============================================================================
--- packages/deliciousapi/trunk/debian/compat (added)
+++ packages/deliciousapi/trunk/debian/compat Sun Nov 25 17:42:22 2007
@@ -1,0 +1,1 @@
+5

Added: packages/deliciousapi/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/deliciousapi/trunk/debian/control?rev=3744&op=file
==============================================================================
--- packages/deliciousapi/trunk/debian/control (added)
+++ packages/deliciousapi/trunk/debian/control Sun Nov 25 17:42:22 2007
@@ -1,0 +1,32 @@
+Source: deliciousapi
+Section: python
+Priority: optional
+Maintainer: Sandro Tosi <matrixhasu at gmail.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5.0.38), python-all-dev
+Build-Depends-Indep: python-central (>= 0.5.6)
+Standards-Version: 3.7.2
+Homepage: http://www.michael-noll.com/wiki/Del.icio.us_Python_API
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/deliciousapi/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/deliciousapi/trunk/?op=log
+XS-Python-Version: all
+
+Package: python-deliciousapi
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-beautifulsoup
+XB-Python-Version: ${python:Versions}
+Description: Unofficial Python API for retrieving data from del.icio.us for research
+ This module provides the following features:
+ .
+   * getting a url's history with:
+     * common tags (up to a maximum of 25) including weight (0...5)
+     * [NEW] users who bookmarked the url including tags used for such
+       bookmarks  and the  creation time  of the  bookmark  in YYYY-MM
+       format
+   * getting a user's tags  including tag counts, i.e. her/his tagging
+     vocabulary
+   * HTTP proxy support
+ .
+ Note: Only  public del.icio.us  data will be  mined. This  means that
+ this API does not (yet) provide means to access your private bookmark
+ data.

Added: packages/deliciousapi/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/deliciousapi/trunk/debian/copyright?rev=3744&op=file
==============================================================================
--- packages/deliciousapi/trunk/debian/copyright (added)
+++ packages/deliciousapi/trunk/debian/copyright Sun Nov 25 17:42:22 2007
@@ -1,0 +1,31 @@
+This package was debianized by Sandro Tosi <matrixhasu at gmail.com> on
+Sun, 25 Nov 2007 17:33:02 +0100.
+
+It was downloaded from http://cheeseshop.python.org/pypi/DeliciousAPI
+
+Upstream Author: 
+
+    Michael G. Noll <coding at michael-noll.com>
+
+Copyright: 
+
+    Copyright (C) 2006-2007 Michael G. Noll
+
+License:
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+    
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+   
+    You should have received a copy of the GNU Library General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+The Debian packaging is (C) 2007, Sandro Tosi <matrixhasu at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/deliciousapi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/deliciousapi/trunk/debian/rules?rev=3744&op=file
==============================================================================
--- packages/deliciousapi/trunk/debian/rules (added)
+++ packages/deliciousapi/trunk/debian/rules Sun Nov 25 17:42:22 2007
@@ -1,0 +1,59 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PYVERS=$(shell pyversions -r)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	[ ! -d build ] || rm -rf build
+	-rm -r build-stamp
+
+	# Add here commands to clean up after the build process.
+	for python in $(PYVERS); do \
+	   $$python setup.py clean; \
+	done
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_installdirs
+
+	# Add here commands to install the package into debian/python-deliciousapi.
+	for python in $(PYVERS); do \
+	   $$python setup.py install --root=$(CURDIR)/debian/python-deliciousapi ; \
+	done
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+	dh_pycentral
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: packages/deliciousapi/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/deliciousapi/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/deliciousapi/trunk/debian/watch?rev=3744&op=file
==============================================================================
--- packages/deliciousapi/trunk/debian/watch (added)
+++ packages/deliciousapi/trunk/debian/watch Sun Nov 25 17:42:22 2007
@@ -1,0 +1,3 @@
+version=3
+
+http://pypi.python.org/packages/source/D/DeliciousAPI/DeliciousAPI-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list