[xml/sgml-commit] r1236 - in /packages/libxml2: ./ trunk/debian/changelog trunk/debian/control trunk/debian/libxml2-doc.doc-base trunk/debian/rules

glandium at users.alioth.debian.org glandium at users.alioth.debian.org
Sat Sep 13 07:35:30 UTC 2008


Author: glandium
Date: Sat Sep 13 07:35:30 2008
New Revision: 1236

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1236
Log:
 r1344 at jigen:  mh | 2008-04-09 13:13:21 +0200
 * debian/control:
   + Use ${binary:Version} instead of ${Source-Version}.
   + Fixed spelling error for "Python".
 * debian/rules: Don't ignore make distclean errors.
 * debian/libxml2-doc.doc-base: Changed section to fit doc-base sections
   changes.

Modified:
    packages/libxml2/   (props changed)
    packages/libxml2/trunk/debian/changelog
    packages/libxml2/trunk/debian/control
    packages/libxml2/trunk/debian/libxml2-doc.doc-base
    packages/libxml2/trunk/debian/rules

Propchange: packages/libxml2/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Sat Sep 13 07:35:30 2008
@@ -1,2 +1,2 @@
 85a06573-1206-0410-a182-ce9117885d71:/local/libxml2:296
-a066b643-3b0a-0410-a6ba-ed4cca522822:/local/libxml2:1338
+a066b643-3b0a-0410-a6ba-ed4cca522822:/local/libxml2:1344

Modified: packages/libxml2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml2/trunk/debian/changelog?rev=1236&op=diff
==============================================================================
--- packages/libxml2/trunk/debian/changelog (original)
+++ packages/libxml2/trunk/debian/changelog Sat Sep 13 07:35:30 2008
@@ -1,3 +1,14 @@
+libxml2 (2.6.32.dfsg-2) UNRELEASED; urgency=low
+
+   * debian/control:
+     + Use ${binary:Version} instead of ${Source-Version}.
+     + Fixed spelling error for "Python".
+   * debian/rules: Don't ignore make distclean errors.
+   * debian/libxml2-doc.doc-base: Changed section to fit doc-base sections
+     changes.
+
+ -- Mike Hommey <glandium at debian.org>  Wed, 09 Apr 2008 13:11:26 +0200
+
 libxml2 (2.6.32.dfsg-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/libxml2/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml2/trunk/debian/control?rev=1236&op=diff
==============================================================================
--- packages/libxml2/trunk/debian/control (original)
+++ packages/libxml2/trunk/debian/control Sat Sep 13 07:35:30 2008
@@ -44,7 +44,7 @@
 Package: libxml2-dev
 Architecture: any
 Section: libdevel
-Depends: libxml2 (= ${Source-Version})
+Depends: libxml2 (= ${binary:Version})
 Replaces: libxml2 (<= 2.6.6-1), libxml2-headers (= 2.6.7-1)
 Conflicts: libxml2 (<= 2.6.6-1), libxml2-headers (= 2.6.7-1)
 Description: Development files for the GNOME XML library
@@ -62,7 +62,7 @@
 Architecture: any
 Section: libdevel
 Priority: extra
-Depends: libxml2 (= ${Source-Version})
+Depends: libxml2 (= ${binary:Version})
 Description: Debugging symbols for the GNOME XML library
  XML is a metalanguage to let you design your own markup language.
  A regular markup language defines a way to describe information in
@@ -73,7 +73,7 @@
  .
  This package provides the debugging symbols for the library and for
  the utilities provided by the libxml2-utils package.
- Debugging symbols for the python modules are not available.
+ Debugging symbols for the Python modules are not available.
 
 Package: libxml2-doc
 Architecture: all

Modified: packages/libxml2/trunk/debian/libxml2-doc.doc-base
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml2/trunk/debian/libxml2-doc.doc-base?rev=1236&op=diff
==============================================================================
--- packages/libxml2/trunk/debian/libxml2-doc.doc-base (original)
+++ packages/libxml2/trunk/debian/libxml2-doc.doc-base Sat Sep 13 07:35:30 2008
@@ -2,7 +2,7 @@
 Title: Reference manual for the libxml2.
 Author: Daniel Veillard
 Abstract: This manual describes the functions available in libxml2.
-Section: Apps/Programming
+Section: Programming
 
 Format: HTML
 Index: /usr/share/doc/libxml2-doc/index.html

Modified: packages/libxml2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml2/trunk/debian/rules?rev=1236&op=diff
==============================================================================
--- packages/libxml2/trunk/debian/rules (original)
+++ packages/libxml2/trunk/debian/rules Sat Sep 13 07:35:30 2008
@@ -52,7 +52,7 @@
 	dh_testroot
 	rm -f build-stamp install*-stamp
 
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	-rm -f example/Makefile
 	rm COPYING && cp Copyright COPYING
 




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