r45004 - in /desktop/unstable/gtk+2.0/debian: changelog control control.in libgtk2.0-bin.install.in libgtk2.0-dev.install.in libgtk2.0-dev.manpages rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Sun Jun 7 14:57:45 UTC 2015
Author: biebl
Date: Sun Jun 7 14:57:45 2015
New Revision: 45004
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45004
Log:
Explicitly build the man pages, upstream no longer ships them in the dist
tarball.
Modified:
desktop/unstable/gtk+2.0/debian/changelog
desktop/unstable/gtk+2.0/debian/control
desktop/unstable/gtk+2.0/debian/control.in
desktop/unstable/gtk+2.0/debian/libgtk2.0-bin.install.in
desktop/unstable/gtk+2.0/debian/libgtk2.0-dev.install.in
desktop/unstable/gtk+2.0/debian/libgtk2.0-dev.manpages
desktop/unstable/gtk+2.0/debian/rules
Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=45004&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog [utf-8] Sun Jun 7 14:57:45 2015
@@ -5,6 +5,8 @@
* Drop obsolete Breaks/Conflicts/Replaces from pre-wheezy.
* Stop including image data when generating the icon caches since the cache
files tend to grow rather large and aren't that useful anymore nowadays.
+ * Explicitly build the man pages, upstream no longer ships them in the dist
+ tarball.
-- Michael Biebl <biebl at debian.org> Sun, 10 May 2015 21:05:46 +0200
Modified: desktop/unstable/gtk+2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/control?rev=45004&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/control [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/control [utf-8] Sun Jun 7 14:57:45 2015
@@ -6,6 +6,7 @@
Build-Depends: debhelper (>= 8.1.3),
gettext,
gtk-doc-tools (>= 1.11),
+ xsltproc,
pkg-config,
autotools-dev,
dh-autoreconf,
Modified: desktop/unstable/gtk+2.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/control.in?rev=45004&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/control.in [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/control.in [utf-8] Sun Jun 7 14:57:45 2015
@@ -6,6 +6,7 @@
Build-Depends: debhelper (>= 8.1.3),
gettext,
gtk-doc-tools (>= 1.11),
+ xsltproc,
pkg-config,
autotools-dev,
dh-autoreconf,
Modified: desktop/unstable/gtk+2.0/debian/libgtk2.0-bin.install.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/libgtk2.0-bin.install.in?rev=45004&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/libgtk2.0-bin.install.in [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/libgtk2.0-bin.install.in [utf-8] Sun Jun 7 14:57:45 2015
@@ -1,4 +1,4 @@
# from the shared flavor
-docs/reference/gtk/gtk-update-icon-cache.1 usr/share/man/man1
-docs/reference/gtk/gtk-query-immodules- at APIVER@.1 usr/share/man/man1
+debian/install/shared/usr/share/man/man1/gtk-update-icon-cache.1 usr/share/man/man1
+debian/install/shared/usr/share/man/man1/gtk-query-immodules- at APIVER@.1 usr/share/man/man1
debian/update-icon-caches usr/sbin
Modified: desktop/unstable/gtk+2.0/debian/libgtk2.0-dev.install.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/libgtk2.0-dev.install.in?rev=45004&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/libgtk2.0-dev.install.in [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/libgtk2.0-dev.install.in [utf-8] Sun Jun 7 14:57:45 2015
@@ -8,5 +8,6 @@
debian/install/shared/@LIBDIR@/gtk- at APIVER@/include @LIBDIR@/gtk- at APIVER@
debian/install/shared/usr/share/aclocal usr/share
debian/install/shared/usr/share/gir-1.0 usr/share
+debian/install/shared/usr/share/man/man1/gtk-builder-convert.1 usr/share/man/man1
# from the static flavor
debian/install/static/@LIBDIR@/libg?k*.a @LIBDIR@
Modified: desktop/unstable/gtk+2.0/debian/libgtk2.0-dev.manpages
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/libgtk2.0-dev.manpages?rev=45004&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/libgtk2.0-dev.manpages [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/libgtk2.0-dev.manpages [utf-8] Sun Jun 7 14:57:45 2015
@@ -1,2 +1 @@
debian/dh_gtkmodules.1
-docs/reference/gtk/gtk-builder-convert.1
Modified: desktop/unstable/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/rules?rev=45004&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/rules [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/rules [utf-8] Sun Jun 7 14:57:45 2015
@@ -128,6 +128,7 @@
shared_configure_flags := $(configure_flags) \
--enable-shared \
--enable-introspection=yes \
+ --enable-man \
--disable-static
shared_udeb_configure_flags := $(shared_configure_flags) \
--disable-xcomposite \
More information about the pkg-gnome-commits
mailing list