[xml/sgml-commit] r1480 - in /packages/sgml-base/branches/experimental: debian/changelog debian/control tools/update-sgmlcatalog

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Sun Jul 12 14:25:57 UTC 2009


Author: dleidert-guest
Date: Sun Jul 12 14:25:55 2009
New Revision: 1480

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1480
Log:
* tools/update-sgmlcatalog: Typographical changes.
* debian/control: Added Homepage field.
  (Standards-Version): Bumped to 3.8.2.
  (Vcs-Browser): Fixed.
  (Description): Fixed paths mentioned.

* debian/changelog: Added closes-line.


Modified:
    packages/sgml-base/branches/experimental/debian/changelog
    packages/sgml-base/branches/experimental/debian/control
    packages/sgml-base/branches/experimental/tools/update-sgmlcatalog

Modified: packages/sgml-base/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/sgml-base/branches/experimental/debian/changelog?rev=1480&op=diff
==============================================================================
--- packages/sgml-base/branches/experimental/debian/changelog (original)
+++ packages/sgml-base/branches/experimental/debian/changelog Sun Jul 12 14:25:55 2009
@@ -19,15 +19,17 @@
   * tools/update-catalog.8: Ditto.
 
   * debian/compat: Increased debhelper compatibility level to 6.
-  * debian/control: Added Vcs-Browser, Vcs-Svn and DM-Upload-Allowed fields.
+  * debian/control: Added Vcs*, Homepage and DM-Upload-Allowed fields.
     (Uploaders): Added myself.
     (Build-Depends-Indep): Moved debhelper to Build-Depends and increased
     dependency to have dh_lintian available.
     (Build-Depends): Added perl for pod2man.
-    (Standards-Version): Bumped to 3.8.0.
+    (Standards-Version): Bumped to 3.8.2.
+    (Description): Fixed paths mentioned.
   * debian/copyright: Updated a bit.
   * debian/rules: Rewritten in parts. Added target for manual pages.
-  * debian/sgml-base.dirs: Added to create necessary directories.
+  * debian/sgml-base.dirs: Added to create necessary directories (closes:
+    #535992).
   * debian/sgml-base.install: Everything is installed from here.
   * debian/sgml-base.links: Added compatibility links to provide
     update-catalog for the moment to not break existing systems.

Modified: packages/sgml-base/branches/experimental/debian/control
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/sgml-base/branches/experimental/debian/control?rev=1480&op=diff
==============================================================================
--- packages/sgml-base/branches/experimental/debian/control (original)
+++ packages/sgml-base/branches/experimental/debian/control Sun Jul 12 14:25:55 2009
@@ -4,11 +4,12 @@
 Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
 Uploaders: Ardo van Rangelrooij <ardo at debian.org>,
  Daniel Leidert (dale) <daniel.leidert at wgdd.de>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
 Build-Depends: debhelper (>= 6.0.7)
 Build-Depends-Indep: perl
-Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/sgml-base/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/sgml-base/
 Vcs-Svn: svn://svn.debian.org/svn/debian-xml-sgml/packages/sgml-base/trunk/
+Homepage: http://debian-xml-sgml.alioth.debian.org
 DM-Upload-Allowed: yes
 
 Package: sgml-base
@@ -24,7 +25,7 @@
    * infrastructure directories:
       - /etc/sgml
       - /usr/share/sgml/{declaration,dtd,entities,misc,stylesheet}
-      - /usr/share/local/sgml/{declaration,dtd,entities,misc,stylesheet}
+      - /usr/local/share/sgml/{declaration,dtd,entities,misc,stylesheet}
  .
    * update-sgmlcatalog(8): tool for maintaining the root SGML catalog
      file and the package SGML catalog files in the '/etc/sgml' directory

Modified: packages/sgml-base/branches/experimental/tools/update-sgmlcatalog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/sgml-base/branches/experimental/tools/update-sgmlcatalog?rev=1480&op=diff
==============================================================================
--- packages/sgml-base/branches/experimental/tools/update-sgmlcatalog (original)
+++ packages/sgml-base/branches/experimental/tools/update-sgmlcatalog Sun Jul 12 14:25:55 2009
@@ -235,7 +235,7 @@
 exit 0;
 
 ## ----------------------------------------------------------------------
- sub read_catalog_without_entry
+sub read_catalog_without_entry
 {
     if ( -f $catalog )
     {
@@ -326,7 +326,7 @@
 ## ----------------------------------------------------------------------
 sub version
 {
-    print "Debian $name version 0.3\n";
+    print "Debian update-sgmlcatalog version 0.3\n";
 }
 
 ## ----------------------------------------------------------------------




More information about the debian-xml-sgml-commit mailing list