[Python-modules-commits] r4981 - in packages/cssutils/trunk/debian (4 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sat Apr 5 12:54:23 UTC 2008


    Date: Saturday, April 5, 2008 @ 12:54:22
  Author: bzed
Revision: 4981

more updates towards a proper package

Modified:
  packages/cssutils/trunk/debian/changelog
  packages/cssutils/trunk/debian/control
  packages/cssutils/trunk/debian/watch
Deleted:
  packages/cssutils/trunk/debian/dirs

Modified: packages/cssutils/trunk/debian/changelog
===================================================================
--- packages/cssutils/trunk/debian/changelog	2008-04-04 23:11:03 UTC (rev 4980)
+++ packages/cssutils/trunk/debian/changelog	2008-04-05 12:54:22 UTC (rev 4981)
@@ -1,6 +1,6 @@
-cssutils (0.9.5a3-1) unstable; urgency=low
+cssutils (0.9.5~b2-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+  * Initial release (Closes: #462879)
 
- -- Bernd Zeimetz <bzed at debian.org>  Mon, 04 Feb 2008 13:58:47 +0100
+ -- Bernd Zeimetz <bzed at debian.org>  Fri, 28 Mar 2008 21:52:02 +0100
 

Modified: packages/cssutils/trunk/debian/control
===================================================================
--- packages/cssutils/trunk/debian/control	2008-04-04 23:11:03 UTC (rev 4980)
+++ packages/cssutils/trunk/debian/control	2008-04-05 12:54:22 UTC (rev 4981)
@@ -1,13 +1,14 @@
 Source: cssutils
 Section: python
 Priority: optional
-Maintainer: Bernd Zeimetz <bzed at debian.org>
-Build-Depends: debhelper (>= 5), python, dpatch
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Bernd Zeimetz <bzed at debian.org>
+Build-Depends: debhelper (>= 5), python
 Build-Depends-Indep: python-support (>= 0.4)
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/cssutils/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/cssutils/trunk/?op=log
-Homepage: http://cthedot.de/cssutils/
+Homepage: http://code.google.com/p/cssutils/
 
 Package: python-cssutils
 Architecture: all
@@ -16,11 +17,11 @@
  Based upon and partly implements the following specifications (DOM only,
  not any rendering facilities):
  .
+   * CSS 2.1 and CSS 2.1 Errata
+   * CSS3 Module: Syntax
    * DOM Level 2 Style CSS
    * DOM Level 2 Style Stylesheets
    * CSSOM
-   * CSS 2.1
-   * CSS 2.1 Errata
    * MediaQueries
    * Namespaces
    * Selectors

Deleted: packages/cssutils/trunk/debian/dirs
===================================================================
--- packages/cssutils/trunk/debian/dirs	2008-04-04 23:11:03 UTC (rev 4980)
+++ packages/cssutils/trunk/debian/dirs	2008-04-05 12:54:22 UTC (rev 4981)
@@ -1,2 +0,0 @@
-usr/bin
-usr/sbin

Modified: packages/cssutils/trunk/debian/watch
===================================================================
--- packages/cssutils/trunk/debian/watch	2008-04-04 23:11:03 UTC (rev 4980)
+++ packages/cssutils/trunk/debian/watch	2008-04-05 12:54:22 UTC (rev 4981)
@@ -1,22 +1,5 @@
-# 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 cssutils-(.*)\.tar\.gz
+opts="uversionmangle=s/([0-9.]*)(.*)/$1~$2/" \
+http://code.google.com/p/cssutils/downloads/list http://cssutils.googlecode.com/files/cssutils-([^-]*)\.zip
 
-# Uncomment to examine a Webserver directory
-#http://www.example.com/pub/cssutils-(.*)\.tar\.gz
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/cssutils-(.*)\.tar\.gz debian uupdate
-
-# Uncomment to find new files on sourceforge, for debscripts >= 2.9
-# http://sf.net/cssutils/cssutils-(.*)\.tar\.gz
-
-




More information about the Python-modules-commits mailing list