Skip to content
Snippets Groups Projects
Commit 07d26a2d authored by XIYUE DENG's avatar XIYUE DENG
Browse files

[svn-buildpackage] Tagging libxml++2.6 2.34.0-1

parent 63170b63
No related branches found
No related merge requests found
libxml++2.6 (2.34.0-1) unstable; urgency=low
* New upstream bugfix release.
+ Add mm-common (>= 0.9.5) as build-dep.
* Convert to source format 3.0 (quilt):
+ debian/rules:
+ Drop simple-patchsys.mk.
+ Drop check-dist.mk.
* debian/watch:
+ Fix RegEx.
+ Track *.tar.bz2 instead of *.tar.gz
* debian/control.in:
+ Fix lintian warning: description-synopsis-starts-with-article.
-- Deng Xiyue <manphiz-guest@users.alioth.debian.org> Sun, 17 Apr 2011 21:19:30 +0800
libxml++2.6 (2.33.1-1) experimental; urgency=low
[ Sebastian Dröge ]
......
......@@ -18,6 +18,7 @@ Build-Depends: cdbs (>= 0.4.51),
gnome-pkg-tools (>= 0.11),
libxml2-dev (>= 2.6.1),
libglibmm-2.4-dev (>= 2.4.0),
mm-common (>= 0.9.5),
pkg-config
Standards-Version: 3.9.1
......@@ -31,8 +32,8 @@ Depends: ${misc:Depends},
libglibmm-2.4-dev (>= 2.4.0)
Suggests: libxml++2.6-doc,
pkg-config
Description: A C++ interface to the GNOME XML library (libxml2)
libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
Description: C++ interface to the GNOME XML library (libxml2)
Libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
known as the GNOME XML library). It has SAX and DOM-like APIs, but does not
attempt to conform exactly to the DOM specification because they are not
aimed at C++. Its API is much simpler than the underlying libxml C API.
......@@ -46,8 +47,8 @@ Depends: ${misc:Depends},
${shlibs:Depends}
Replaces: libxml++2.6c2a
Breaks: gnote (<< 0.4)
Description: A C++ interface to the GNOME XML library (libxml2)
libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
Description: C++ interface to the GNOME XML library (libxml2)
Libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
known as the GNOME XML library). It has SAX and DOM-like APIs, but does not
attempt to conform exactly to the DOM specification because they are not
aimed at C++. Its API is much simpler than the underlying libxml C API.
......@@ -61,8 +62,8 @@ Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libxml++2.6-2 (= ${binary:Version})
Description: A C++ interface to the GNOME XML library (debug symbols)
libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
Description: C++ interface to the GNOME XML library (debug symbols)
Libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
known as the GNOME XML library). It has SAX and DOM-like APIs, but does not
attempt to conform exactly to the DOM specification because they are not
aimed at C++. Its API is much simpler than the underlying libxml C API.
......@@ -78,7 +79,7 @@ Depends: ${misc:Depends},
lynx | www-browser
Suggests: libxml++2.6-dev
Description: HTML interface documentation and examples for libxml++
libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
Libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
known as the GNOME XML library). It has SAX and DOM-like APIs, but does not
attempt to conform exactly to the DOM specification because they are not
aimed at C++. Its API is much simpler than the underlying libxml C API.
......
......@@ -13,6 +13,7 @@ Build-Depends: cdbs (>= 0.4.51),
gnome-pkg-tools (>= 0.11),
libxml2-dev (>= 2.6.1),
libglibmm-2.4-dev (>= 2.4.0),
mm-common (>= 0.9.5),
pkg-config
Standards-Version: 3.9.1
......@@ -26,8 +27,8 @@ Depends: ${misc:Depends},
libglibmm-2.4-dev (>= 2.4.0)
Suggests: libxml++2.6-doc,
pkg-config
Description: A C++ interface to the GNOME XML library (libxml2)
libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
Description: C++ interface to the GNOME XML library (libxml2)
Libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
known as the GNOME XML library). It has SAX and DOM-like APIs, but does not
attempt to conform exactly to the DOM specification because they are not
aimed at C++. Its API is much simpler than the underlying libxml C API.
......@@ -41,8 +42,8 @@ Depends: ${misc:Depends},
${shlibs:Depends}
Replaces: libxml++2.6c2a
Breaks: gnote (<< 0.4)
Description: A C++ interface to the GNOME XML library (libxml2)
libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
Description: C++ interface to the GNOME XML library (libxml2)
Libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
known as the GNOME XML library). It has SAX and DOM-like APIs, but does not
attempt to conform exactly to the DOM specification because they are not
aimed at C++. Its API is much simpler than the underlying libxml C API.
......@@ -56,8 +57,8 @@ Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libxml++2.6-2 (= ${binary:Version})
Description: A C++ interface to the GNOME XML library (debug symbols)
libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
Description: C++ interface to the GNOME XML library (debug symbols)
Libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
known as the GNOME XML library). It has SAX and DOM-like APIs, but does not
attempt to conform exactly to the DOM specification because they are not
aimed at C++. Its API is much simpler than the underlying libxml C API.
......@@ -73,7 +74,7 @@ Depends: ${misc:Depends},
lynx | www-browser
Suggests: libxml++2.6-dev
Description: HTML interface documentation and examples for libxml++
libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
Libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
known as the GNOME XML library). It has SAX and DOM-like APIs, but does not
attempt to conform exactly to the DOM specification because they are not
aimed at C++. Its API is much simpler than the underlying libxml C API.
......
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
GNOME_MODULE := libxml++
......
3.0 (quilt)
version=3
http://download.gnome.org/sources/libxml++/([\d\.]+)[13579]/ \
libxml\+\+-([\d\.]+)\.tar\.gz
http://download.gnome.org/sources/libxml++/([\d\.]+[02468])/ \
libxml\+\+-([\d\.]+)\.tar\.bz2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment