[Python-modules-commits] r3501 - in /packages/pyicu/trunk/debian: control copyright pyversions rules watch

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Fri Nov 2 17:45:23 UTC 2007


Author: bzed-guest
Date: Fri Nov  2 17:45:23 2007
New Revision: 3501

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3501
Log:
several updates - still not finished.

Added:
    packages/pyicu/trunk/debian/pyversions
Modified:
    packages/pyicu/trunk/debian/control
    packages/pyicu/trunk/debian/copyright
    packages/pyicu/trunk/debian/rules
    packages/pyicu/trunk/debian/watch

Modified: packages/pyicu/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyicu/trunk/debian/control?rev=3501&op=diff
==============================================================================
--- packages/pyicu/trunk/debian/control (original)
+++ packages/pyicu/trunk/debian/control Fri Nov  2 17:45:23 2007
@@ -1,12 +1,19 @@
 Source: pyicu
 Section: python
 Priority: optional
-Maintainer: Bernd Zeimetz <bernd at bzed.de>
-Build-Depends: debhelper (>= 5)
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Bernd Zeimetz <bernd at bzed.de>
+Build-Depends: debhelper (>= 5), python-all-dev, python-support (>= 0.4), libicu36-dev
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyicu/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyicu/trunk/
+Homepage: http://pyicu.osafoundation.org/
 Standards-Version: 3.7.2
 
 Package: python-pyicu
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Description: Python extension wrapping the ICU C++ API
+ ICU is a C++ and C library that provides robust and full-featured
+ Unicode and locale support. This package provides an extension for
+ Python which wraps the ICU C++ API.

Modified: packages/pyicu/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pyicu/trunk/debian/copyright?rev=3501&op=diff
==============================================================================
--- packages/pyicu/trunk/debian/copyright (original)
+++ packages/pyicu/trunk/debian/copyright Fri Nov  2 17:45:23 2007
@@ -1,24 +1,39 @@
 This package was debianized by Bernd Zeimetz <bernd at bzed.de> on
 Fri, 02 Nov 2007 15:40:58 +0100.
 
-It was downloaded from <url://example.com>
+It was downloaded from http://downloads.osafoundation.org/PyICU/src/
 
 Upstream Author(s): 
 
-    <put author's name and email here>
-    <likewise for another author>
+    Open Source Applications Foundation
+        http://www.osafoundation.org/contact.html
+        info at osafoundation.org
 
 Copyright: 
 
-    <Copyright (C) YYYY Name OfAuthor>
-    <likewise for another author>
+    Copyright (c) 2004-2007 Open Source Applications Foundation.
 
 License:
 
-    <Put the license of the package here indented by 4 spaces>
+    Permission is hereby granted, free of charge, to any person obtaining a
+    copy of this software and associated documentation files (the "Software"),
+    to deal in the Software without restriction, including without limitation
+    the rights to use, copy, modify, merge, publish, distribute, sublicense,
+    and/or sell copies of the Software, and to permit persons to whom the
+    Software is furnished to do so, subject to the following conditions: 
+ 
+    The above copyright notice and this permission notice shall be included
+    in all copies or substantial portions of the Software. 
+ 
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+    FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+    DEALINGS IN THE SOFTWARE.
+    
 
 The Debian packaging is (C) 2007, Bernd Zeimetz <bernd at bzed.de> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+is licensed under the MIT License, see above.
 
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.

Added: packages/pyicu/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/pyicu/trunk/debian/pyversions?rev=3501&op=file
==============================================================================
--- packages/pyicu/trunk/debian/pyversions (added)
+++ packages/pyicu/trunk/debian/pyversions Fri Nov  2 17:45:23 2007
@@ -1,0 +1,1 @@
+2.4-

Modified: packages/pyicu/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyicu/trunk/debian/rules?rev=3501&op=diff
==============================================================================
--- packages/pyicu/trunk/debian/rules (original)
+++ packages/pyicu/trunk/debian/rules Fri Nov  2 17:45:23 2007
@@ -4,35 +4,40 @@
 #export DH_VERBOSE=1
 
 PKGNAME:=python-pyicu
-PYVERS:=$(shell pyversions -r)
+PYVERS:=$(shell pysupport-parseversions debian/pyversions)
+
+#this will change to libicu-dev, preparing everything to make the package
+#binNMUable when libicu-dev moves from experimental to unstable.
+LIBICUDEV:=libicu36-dev
+ICU_VER:=$(shell dpkg -s $(LIBICUDEV) | \
+                 grep '^Version'      | \
+                 sed 's,Version: ,,;s,-.*,,g')
 
 
-include /usr/share/dpatch/dpatch.make
+#include /usr/share/dpatch/dpatch.make
 
-build: patch build-stamp
+#build: patch build-stamp
+build: build-stamp
 build-stamp:
 	dh_testdir
 
 	touch $@
 
-clean: clean-patched unpatch
-clean-patched: patch-stamp
+#clean: clean-patched unpatch
+#clean-patched: patch-stamp
+clean:
 	dh_testdir
 	dh_testroot
+	
+	rm -f build-stamp
+	make clean
 	dh_clean 
 
-install: install-stamp
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-	touch install-stamp
 
-binary-arch: build install
-# We have nothing to do by default.
+binary-indep: build
+#nothing to do here.
 
-binary-indep: build install
+binary-arch: build
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs
@@ -45,6 +50,6 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install \
+.PHONY: build clean binary-indep binary-arch binary \
         clean-patched patch unpatch
 

Modified: packages/pyicu/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/pyicu/trunk/debian/watch?rev=3501&op=diff
==============================================================================
--- packages/pyicu/trunk/debian/watch (original)
+++ packages/pyicu/trunk/debian/watch Fri Nov  2 17:45:23 2007
@@ -1,22 +1,3 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# See uscan(1) for format
-
-# Compulsory line, this is a version 3 file
 version=3
 
-# Uncomment to examine a Webpage 
-# <Webpage URL> <string match>
-#http://www.example.com/downloads.php pyicu-(.*)\.tar\.gz
-
-# Uncomment to examine a Webserver directory
-#http://www.example.com/pub/pyicu-(.*)\.tar\.gz
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/pyicu-(.*)\.tar\.gz debian uupdate
-
-# Uncomment to find new files on sourceforge, for debscripts >= 2.9
-# http://sf.net/pyicu/pyicu-(.*)\.tar\.gz
-
-
+http://downloads.osafoundation.org/PyICU/src/ PyICU-src-(.*).tar.gz




More information about the Python-modules-commits mailing list