debian/changelog | 27 +++++++++++++++++---------- debian/control | 6 ++++-- debian/rules | 6 ++++-- debian/x11proto-bigreqs-dev.install | 3 +++ 4 files changed, 28 insertions(+), 14 deletions(-)
New commits: commit 4e899bf58e25c6b2ed5c0829315b31990171015a Author: Cyril Brulebois <k...@debian.org> Date: Wed Nov 3 23:19:47 2010 +0100 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index d525c3e..c5e41a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -x11proto-bigreqs (1:1.1.1-1) UNRELEASED; urgency=low +x11proto-bigreqs (1:1.1.1-1) unstable; urgency=low [ Julien Cristau ] * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no @@ -19,7 +19,7 @@ x11proto-bigreqs (1:1.1.1-1) UNRELEASED; urgency=low * No longer pass --disable-shared, this option is gone. * Add myself to Uploaders. - -- Robert Hooker <sarv...@ubuntu.com> Tue, 02 Nov 2010 18:43:42 -0400 + -- Cyril Brulebois <k...@debian.org> Wed, 03 Nov 2010 23:19:37 +0100 x11proto-bigreqs (1:1.1.0-1) unstable; urgency=low commit 9c9760ef7145185948ab2b04b0cf754482417af5 Author: Cyril Brulebois <k...@debian.org> Date: Wed Nov 3 23:19:32 2010 +0100 Add myself to Uploaders. diff --git a/debian/changelog b/debian/changelog index 0fd37f0..d525c3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ x11proto-bigreqs (1:1.1.1-1) UNRELEASED; urgency=low * Kill *.xml in the doc directory, no point in shipping them. * Switch from --list-missing to --fail-missing for additional safety. * No longer pass --disable-shared, this option is gone. + * Add myself to Uploaders. -- Robert Hooker <sarv...@ubuntu.com> Tue, 02 Nov 2010 18:43:42 -0400 diff --git a/debian/control b/debian/control index 72e643d..7c70c43 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: x11proto-bigreqs Section: x11 Priority: optional Maintainer: Debian X Strike Force <debian-x@lists.debian.org> -Uploaders: David Nusinow <dnusi...@debian.org>, Andres Salomon <dilin...@debian.org> +Uploaders: David Nusinow <dnusi...@debian.org>, Andres Salomon <dilin...@debian.org>, Cyril Brulebois <k...@debian.org> Build-Depends: debhelper (>= 5.0.0), automake, commit c49892b1d53b694de0d0e6c957740f166820cdfe Author: Cyril Brulebois <k...@debian.org> Date: Wed Nov 3 23:19:13 2010 +0100 Tweak changelog, 1:1.1.0-2 was UNRELEASED. diff --git a/debian/changelog b/debian/changelog index dcc5295..0fd37f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,10 @@ x11proto-bigreqs (1:1.1.1-1) UNRELEASED; urgency=low + [ Julien Cristau ] + * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no + good reason. Thanks, Colin Watson! + * Remove myself from Uploaders + [ Robert Hooker ] * New upstream release. * Add pkg-config to build deps @@ -15,14 +20,6 @@ x11proto-bigreqs (1:1.1.1-1) UNRELEASED; urgency=low -- Robert Hooker <sarv...@ubuntu.com> Tue, 02 Nov 2010 18:43:42 -0400 -x11proto-bigreqs (1:1.1.0-2) UNRELEASED; urgency=low - - * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no - good reason. Thanks, Colin Watson! - * Remove myself from Uploaders - - -- Julien Cristau <jcris...@debian.org> Sat, 16 Jan 2010 16:47:51 +0000 - x11proto-bigreqs (1:1.1.0-1) unstable; urgency=low * New upstream release. commit a69f053ad43b52cbcd3b8f4581e3ae7d8ad0083e Author: Cyril Brulebois <k...@debian.org> Date: Wed Nov 3 23:17:38 2010 +0100 No longer pass --disable-shared, this option is gone. diff --git a/debian/changelog b/debian/changelog index c3b7507..dcc5295 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ x11proto-bigreqs (1:1.1.1-1) UNRELEASED; urgency=low * Ship *.html, *.css, and *.txt from the doc directory. * Kill *.xml in the doc directory, no point in shipping them. * Switch from --list-missing to --fail-missing for additional safety. + * No longer pass --disable-shared, this option is gone. -- Robert Hooker <sarv...@ubuntu.com> Tue, 02 Nov 2010 18:43:42 -0400 diff --git a/debian/rules b/debian/rules index 0319d1c..d656713 100755 --- a/debian/rules +++ b/debian/rules @@ -39,7 +39,7 @@ build-stamp: mkdir -p build cd build && \ ../configure --prefix=/usr --mandir=\$${prefix}/share/man \ - --infodir=\$${prefix}/share/info --disable-shared \ + --infodir=\$${prefix}/share/info \ --with-xmlto --without-fop \ $(confflags) CFLAGS="$(CFLAGS)" cd build && $(MAKE) commit d5e71bd156f857a9f8cfaf80145e10d59f9bc656 Author: Cyril Brulebois <k...@debian.org> Date: Wed Nov 3 23:17:18 2010 +0100 Switch from --list-missing to --fail-missing for additional safety. diff --git a/debian/changelog b/debian/changelog index 3fce3cd..c3b7507 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ x11proto-bigreqs (1:1.1.1-1) UNRELEASED; urgency=low * Pass --with-xmlto and --without-fop, we want html and txt only. * Ship *.html, *.css, and *.txt from the doc directory. * Kill *.xml in the doc directory, no point in shipping them. + * Switch from --list-missing to --fail-missing for additional safety. -- Robert Hooker <sarv...@ubuntu.com> Tue, 02 Nov 2010 18:43:42 -0400 diff --git a/debian/rules b/debian/rules index f8f8313..0319d1c 100755 --- a/debian/rules +++ b/debian/rules @@ -77,7 +77,7 @@ binary-indep: build install dh_installdocs dh_installman find debian/tmp/usr/share/doc/bigreqsproto -name '*.xml' -delete - dh_install --sourcedir=debian/tmp --list-missing + dh_install --sourcedir=debian/tmp --fail-missing dh_installchangelogs dh_link dh_strip commit c5191a75d2b2b650b8603fdc3510fe1727a0f3ee Author: Cyril Brulebois <k...@debian.org> Date: Wed Nov 3 23:16:57 2010 +0100 Kill *.xml in the doc directory, no point in shipping them. diff --git a/debian/changelog b/debian/changelog index 2b2b3bc..3fce3cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ x11proto-bigreqs (1:1.1.1-1) UNRELEASED; urgency=low * Add xmlto, xorg-sgml-doctools, and w3m build-dep for the specs. * Pass --with-xmlto and --without-fop, we want html and txt only. * Ship *.html, *.css, and *.txt from the doc directory. + * Kill *.xml in the doc directory, no point in shipping them. -- Robert Hooker <sarv...@ubuntu.com> Tue, 02 Nov 2010 18:43:42 -0400 diff --git a/debian/rules b/debian/rules index 7a50c69..f8f8313 100755 --- a/debian/rules +++ b/debian/rules @@ -76,6 +76,7 @@ binary-indep: build install dh_installdocs dh_installman + find debian/tmp/usr/share/doc/bigreqsproto -name '*.xml' -delete dh_install --sourcedir=debian/tmp --list-missing dh_installchangelogs dh_link commit e100b3336282b4a2dfc988e78a5338b279533f92 Author: Cyril Brulebois <k...@debian.org> Date: Wed Nov 3 23:14:40 2010 +0100 Ship *.html, *.css, and *.txt from the doc directory. diff --git a/debian/changelog b/debian/changelog index 868d83c..2b2b3bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ x11proto-bigreqs (1:1.1.1-1) UNRELEASED; urgency=low [ Cyril Brulebois ] * Add xmlto, xorg-sgml-doctools, and w3m build-dep for the specs. * Pass --with-xmlto and --without-fop, we want html and txt only. + * Ship *.html, *.css, and *.txt from the doc directory. -- Robert Hooker <sarv...@ubuntu.com> Tue, 02 Nov 2010 18:43:42 -0400 diff --git a/debian/x11proto-bigreqs-dev.install b/debian/x11proto-bigreqs-dev.install index 79d5647..8a65b57 100644 --- a/debian/x11proto-bigreqs-dev.install +++ b/debian/x11proto-bigreqs-dev.install @@ -1,2 +1,5 @@ usr/include/X11/extensions/* usr/lib/pkgconfig/bigreqsproto.pc +usr/share/doc/bigreqsproto/*.html usr/share/doc/x11proto-bigreqs-dev/ +usr/share/doc/bigreqsproto/*.css usr/share/doc/x11proto-bigreqs-dev/ +usr/share/doc/bigreqsproto/*.txt usr/share/doc/x11proto-bigreqs-dev/ commit 64b6a153b869b6916c5b9c2d38f7f19c76a9338e Author: Cyril Brulebois <k...@debian.org> Date: Wed Nov 3 23:10:15 2010 +0100 Pass --with-xmlto and --without-fop, we want html and txt only. diff --git a/debian/changelog b/debian/changelog index 2ed8f80..868d83c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ x11proto-bigreqs (1:1.1.1-1) UNRELEASED; urgency=low [ Cyril Brulebois ] * Add xmlto, xorg-sgml-doctools, and w3m build-dep for the specs. + * Pass --with-xmlto and --without-fop, we want html and txt only. -- Robert Hooker <sarv...@ubuntu.com> Tue, 02 Nov 2010 18:43:42 -0400 diff --git a/debian/rules b/debian/rules index df4a5bc..7a50c69 100755 --- a/debian/rules +++ b/debian/rules @@ -40,6 +40,7 @@ build-stamp: cd build && \ ../configure --prefix=/usr --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info --disable-shared \ + --with-xmlto --without-fop \ $(confflags) CFLAGS="$(CFLAGS)" cd build && $(MAKE) >$@ commit 3a81e4c017d4ea965b5baab446c0e58769027fad Author: Cyril Brulebois <k...@debian.org> Date: Wed Nov 3 23:09:24 2010 +0100 Add xmlto, xorg-sgml-doctools, and w3m build-dep for the specs. diff --git a/debian/changelog b/debian/changelog index 490241f..2ed8f80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ x11proto-bigreqs (1:1.1.1-1) UNRELEASED; urgency=low + [ Robert Hooker ] * New upstream release. * Add pkg-config to build deps * Bump xutils-dev build dep to 1:7.5+4 for util-macros 1.10 requirement. + [ Cyril Brulebois ] + * Add xmlto, xorg-sgml-doctools, and w3m build-dep for the specs. + -- Robert Hooker <sarv...@ubuntu.com> Tue, 02 Nov 2010 18:43:42 -0400 x11proto-bigreqs (1:1.1.0-2) UNRELEASED; urgency=low diff --git a/debian/control b/debian/control index 51d5a22..72e643d 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,8 @@ Build-Depends: automake, pkg-config, xutils-dev (>= 1:7.5+4), +# specs: + xmlto, xorg-sgml-doctools (>= 1:1.5), w3m, Standards-Version: 3.8.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-bigreqs Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-bigreqs.git commit f298cf3f9817e041c150691fa99583d8a5110be5 Author: Cyril Brulebois <k...@debian.org> Date: Wed Nov 3 23:06:45 2010 +0100 Tweak xutils-dev build-dep. Not that it matters, but xutils-dev 1:7.5+4 is sufficient, 1:7.5+5 has 1.11.0. diff --git a/debian/changelog b/debian/changelog index c10c7b6..490241f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ x11proto-bigreqs (1:1.1.1-1) UNRELEASED; urgency=low * New upstream release. * Add pkg-config to build deps - * Bump xutils-dev build dep to 1:7.5+5 for util-macros 1.10 requirement. + * Bump xutils-dev build dep to 1:7.5+4 for util-macros 1.10 requirement. -- Robert Hooker <sarv...@ubuntu.com> Tue, 02 Nov 2010 18:43:42 -0400 diff --git a/debian/control b/debian/control index 2fbb34f..51d5a22 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 5.0.0), automake, pkg-config, - xutils-dev (>= 1:7.5+5) + xutils-dev (>= 1:7.5+4), Standards-Version: 3.8.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-bigreqs Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-bigreqs.git -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1pdll1-0007ps...@alioth.debian.org