[Pkg-tcltk-commits] r877 - tdom/trunk/debian

ssoberni-guest at alioth.debian.org ssoberni-guest at alioth.debian.org
Sun Jun 21 18:27:17 UTC 2009


Author: ssoberni-guest
Date: 2009-06-21 18:27:15 +0000 (Sun, 21 Jun 2009)
New Revision: 877

Added:
   tdom/trunk/debian/watch
Modified:
   tdom/trunk/debian/changelog
   tdom/trunk/debian/compat
   tdom/trunk/debian/control
   tdom/trunk/debian/copyright
Log:
Some lintian-induced fixes to the package configuration files

Modified: tdom/trunk/debian/changelog
===================================================================
--- tdom/trunk/debian/changelog	2009-06-21 11:15:13 UTC (rev 876)
+++ tdom/trunk/debian/changelog	2009-06-21 18:27:15 UTC (rev 877)
@@ -1,3 +1,17 @@
+tdom (0.8.3~20080525-3) unstable; urgency=low
+
+  * Checked for lintian sanity (v2.2.12)
+  * Added a debian/watch file for the sake of completeness, though
+    there are no upstream releases to expect
+  * Bumped the debhelper compat from 4 to 5
+  * Bumded standards version to 3.8.2
+  * Fixed debian/control for some redundant because inherited fields
+    between the source and the binary packages
+  * Fixed debian/copyright to point to the GPLv2 explicitly for the
+    packaging copyright
+
+ -- Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>  Sun, 21 Jun 2009 20:23:58 +0200
+
 tdom (0.8.3~20080525-2) unstable; urgency=medium
 
   [ Sergei Golovan ]

Modified: tdom/trunk/debian/compat
===================================================================
--- tdom/trunk/debian/compat	2009-06-21 11:15:13 UTC (rev 876)
+++ tdom/trunk/debian/compat	2009-06-21 18:27:15 UTC (rev 877)
@@ -1 +1 @@
-4
+5

Modified: tdom/trunk/debian/control
===================================================================
--- tdom/trunk/debian/control	2009-06-21 11:15:13 UTC (rev 876)
+++ tdom/trunk/debian/control	2009-06-21 18:27:15 UTC (rev 877)
@@ -4,14 +4,13 @@
 Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
 Uploaders: Hector Romojaro <hromojaro at dia.uned.es>, Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>, Avni Khatri <avni321 at gmail.com>, and Carl Blesius <carl at blesius.org>
 Build-Depends: debhelper (>= 5), autotools-dev, tcl-dev (>= 8.4), dpatch, libexpat1-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.2
 Homepage: http://www.tdom.org
 Vcs-Svn: svn://svn.debian.org/viewsvn/pkg-tcltk/tdom/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-tcltk/tdom/
 
 Package: tdom
 Architecture: any
-Section: libs
 Depends: ${tclsh:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Description: A fast XML/DOM/XPath/XSLT extension for Tcl written in C
  tDOM takes advantage of Expat, the XML parser from James Clark,
@@ -24,14 +23,13 @@
 
 Package: tdom-dev
 Section: libdevel
-Priority: optional
 Architecture: any
 Depends: tdom (= ${binary:Version})
 Description: A fast XML/DOM/XPath/XSLT extension for Tcl written in C - development files
  This package contains the header files and development libraries for
  tDOM, a fast XML/DOM/XPath/XSLT extension for Tcl. tDOM takes
  advantage of Expat, the XML parser from James Clark. It comes with a
- (partial) DOM I and II implementation in C for maximum performance
+ (partial) DOM-I and DOM-II implementation in C for maximum performance
  and minimum memory need. A very complete, compliant and fast XPath
  implementation is provided.  A fast XSLT implementation in C
  completes the feature set.

Modified: tdom/trunk/debian/copyright
===================================================================
--- tdom/trunk/debian/copyright	2009-06-21 11:15:13 UTC (rev 876)
+++ tdom/trunk/debian/copyright	2009-06-21 18:27:15 UTC (rev 877)
@@ -516,6 +516,6 @@
     2004	  David N. Welton <davidw at debian.org. 
 
 The Debian packaging is licensed under the GPL, see
-`/usr/share/common-licenses/GPL'. 
+`/usr/share/common-licenses/GPL-2'. 
 
 

Added: tdom/trunk/debian/watch
===================================================================
--- tdom/trunk/debian/watch	                        (rev 0)
+++ tdom/trunk/debian/watch	2009-06-21 18:27:15 UTC (rev 877)
@@ -0,0 +1,2 @@
+version=3
+http://www.tdom.org/files/tDOM-(\d\.\d\.\d+).tgz
\ No newline at end of file




More information about the Pkg-tcltk-commits mailing list