[Python-modules-commits] r3853 - in packages/deliciousapi/trunk/debian (4 files)
morph-guest at users.alioth.debian.org
morph-guest at users.alioth.debian.org
Thu Dec 6 01:24:27 UTC 2007
Date: Thursday, December 6, 2007 @ 01:24:25
Author: morph-guest
Revision: 3853
bzed mentoring
Modified:
packages/deliciousapi/trunk/debian/changelog
packages/deliciousapi/trunk/debian/control
packages/deliciousapi/trunk/debian/copyright
packages/deliciousapi/trunk/debian/rules
Modified: packages/deliciousapi/trunk/debian/changelog
===================================================================
--- packages/deliciousapi/trunk/debian/changelog 2007-12-06 01:03:11 UTC (rev 3852)
+++ packages/deliciousapi/trunk/debian/changelog 2007-12-06 01:24:25 UTC (rev 3853)
@@ -1,7 +1,7 @@
-deliciousapi (1.3-1) UNRELEASED; urgency=low
+deliciousapi (1.3.2-1) unstable; urgency=low
* Initial release (Closes: #452823)
* TODO
- contact upstream and ask him to put some examples? would we do that?
- -- Sandro Tosi <matrixhasu at gmail.com> Tue, 27 Nov 2007 23:36:12 +0100
+ -- Sandro Tosi <matrixhasu at gmail.com> Thu, 06 Dec 2007 02:20:39 +0100
Modified: packages/deliciousapi/trunk/debian/control
===================================================================
--- packages/deliciousapi/trunk/debian/control 2007-12-06 01:03:11 UTC (rev 3852)
+++ packages/deliciousapi/trunk/debian/control 2007-12-06 01:24:25 UTC (rev 3853)
@@ -4,8 +4,8 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sandro Tosi <matrixhasu at gmail.com>
Build-Depends: debhelper (>= 5.0.38), python
-Build-Depends-Indep: python-central (>= 0.5.6)
-Standards-Version: 3.7.2
+Build-Depends-Indep: python-support (>= 0.4)
+Standards-Version: 3.7.3
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
Modified: packages/deliciousapi/trunk/debian/copyright
===================================================================
--- packages/deliciousapi/trunk/debian/copyright 2007-12-06 01:03:11 UTC (rev 3852)
+++ packages/deliciousapi/trunk/debian/copyright 2007-12-06 01:24:25 UTC (rev 3853)
@@ -13,19 +13,11 @@
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 code is licensed to you under version 2 of the GNU General Public
+ License.
+ More information about this module can be found at
+ http://www.michael-noll.com/wiki/Del.icio.us_Python_API
+
The Debian packaging is (C) 2007, Sandro Tosi <matrixhasu at gmail.com> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Modified: packages/deliciousapi/trunk/debian/rules
===================================================================
--- packages/deliciousapi/trunk/debian/rules 2007-12-06 01:03:11 UTC (rev 3852)
+++ packages/deliciousapi/trunk/debian/rules 2007-12-06 01:24:25 UTC (rev 3853)
@@ -6,6 +6,9 @@
build: build-stamp
build-stamp:
dh_testdir
+
+ python setup.py build;
+
touch $@
clean:
@@ -30,22 +33,17 @@
# 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_pycentral
+ dh_pysupport
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
+binary: binary-indep
+.PHONY: build clean binary-indep binary-arch binary install
More information about the Python-modules-commits
mailing list