debian/changelog | 11 +++++++++-- debian/control | 5 +++-- debian/rules | 6 +++--- debian/x11proto-damage-dev.install | 1 + 4 files changed, 16 insertions(+), 7 deletions(-)
New commits: commit 68a0a61aa35b136fedc248bcb214fd6f05be6afa Author: Cyril Brulebois <k...@debian.org> Date: Wed Nov 3 01:32:19 2010 +0100 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index 036c069..401223c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -x11proto-damage (1:1.2.1-1) UNRELEASED; urgency=low +x11proto-damage (1:1.2.1-1) unstable; urgency=low [ Julien Cristau ] * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no @@ -14,7 +14,7 @@ x11proto-damage (1:1.2.1-1) UNRELEASED; urgency=low * Add myself to Uploaders. * Add pkg-config build-dep. - -- Robert Hooker <sarv...@ubuntu.com> Tue, 02 Nov 2010 19:18:02 -0400 + -- Cyril Brulebois <k...@debian.org> Wed, 03 Nov 2010 01:32:16 +0100 x11proto-damage (1:1.2.0-1) unstable; urgency=low commit fa8bbd5c9790b77857d002a49cbbcb7320e2b37d Author: Cyril Brulebois <k...@debian.org> Date: Wed Nov 3 01:32:13 2010 +0100 Add pkg-config build-dep. diff --git a/debian/changelog b/debian/changelog index 688012d..036c069 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ x11proto-damage (1:1.2.1-1) UNRELEASED; urgency=low * Switch from --list-missing to --fail-missing for additional safety. * No longer pass --disable-shared, this option is gone. * Add myself to Uploaders. + * Add pkg-config build-dep. -- Robert Hooker <sarv...@ubuntu.com> Tue, 02 Nov 2010 19:18:02 -0400 diff --git a/debian/control b/debian/control index c8615be..7157d9f 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Uploaders: David Nusinow <dnusi...@debian.org>, Andres Salomon <dilin...@debian. Build-Depends: debhelper (>= 5.0.0), automake, - xutils-dev (>= 1:7.4+4) + xutils-dev (>= 1:7.4+4), + pkg-config, Standards-Version: 3.8.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-damage Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-damage.git commit e7b0ace26cd50e735b11ef01908205fd38e36a63 Author: Cyril Brulebois <k...@debian.org> Date: Wed Nov 3 01:28:14 2010 +0100 Add myself to Uploaders. diff --git a/debian/changelog b/debian/changelog index c063938..688012d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ x11proto-damage (1:1.2.1-1) UNRELEASED; urgency=low * Use .install rather than dh_installdocs for the txt documentation. * 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 19:18:02 -0400 diff --git a/debian/control b/debian/control index 330b762..c8615be 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: x11proto-damage 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 0d4d2942b0664bf86afe618080e70953bc238902 Author: Cyril Brulebois <k...@debian.org> Date: Wed Nov 3 01:27:59 2010 +0100 No longer pass --disable-shared, this option is gone. diff --git a/debian/changelog b/debian/changelog index 20bfcb1..c063938 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ x11proto-damage (1:1.2.1-1) UNRELEASED; urgency=low [ Cyril Brulebois ] * Use .install rather than dh_installdocs for the txt documentation. * 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 19:18:02 -0400 diff --git a/debian/rules b/debian/rules index 00e8ed2..64417b7 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 \ $(confflags) CFLAGS="$(CFLAGS)" cd build && $(MAKE) commit dc6256713255c2e5e6e5cf56c022d087d5049d81 Author: Cyril Brulebois <k...@debian.org> Date: Wed Nov 3 01:27:28 2010 +0100 Switch from --list-missing to --fail-missing for additional safety. diff --git a/debian/changelog b/debian/changelog index 3eb30ad..20bfcb1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ x11proto-damage (1:1.2.1-1) UNRELEASED; urgency=low [ Cyril Brulebois ] * Use .install rather than dh_installdocs for the txt documentation. + * Switch from --list-missing to --fail-missing for additional safety. -- Robert Hooker <sarv...@ubuntu.com> Tue, 02 Nov 2010 19:18:02 -0400 diff --git a/debian/rules b/debian/rules index 9d1268e..00e8ed2 100755 --- a/debian/rules +++ b/debian/rules @@ -76,7 +76,7 @@ binary-indep: build install dh_installdocs dh_installman - dh_install --sourcedir=debian/tmp --list-missing + dh_install --sourcedir=debian/tmp --fail-missing dh_installchangelogs ChangeLog dh_link dh_strip commit 5257dc37c1c6e8a06fbc390c17576902965d726e Author: Cyril Brulebois <k...@debian.org> Date: Wed Nov 3 01:26:24 2010 +0100 Use .install rather than dh_installdocs for the txt documentation. diff --git a/debian/changelog b/debian/changelog index f4ac60d..3eb30ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ x11proto-damage (1:1.2.1-1) UNRELEASED; urgency=low [ Robert Hooker ] * New upstream release. + [ Cyril Brulebois ] + * Use .install rather than dh_installdocs for the txt documentation. + -- Robert Hooker <sarv...@ubuntu.com> Tue, 02 Nov 2010 19:18:02 -0400 x11proto-damage (1:1.2.0-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index ff79de8..9d1268e 100755 --- a/debian/rules +++ b/debian/rules @@ -74,7 +74,7 @@ binary-indep: build install dh_testdir dh_testroot - dh_installdocs damageproto.txt + dh_installdocs dh_installman dh_install --sourcedir=debian/tmp --list-missing dh_installchangelogs ChangeLog diff --git a/debian/x11proto-damage-dev.install b/debian/x11proto-damage-dev.install index 439da1c..8857a3c 100644 --- a/debian/x11proto-damage-dev.install +++ b/debian/x11proto-damage-dev.install @@ -1,2 +1,3 @@ usr/include/X11/extensions/* usr/lib/pkgconfig/damageproto.pc +usr/share/doc/damageproto/damageproto.txt usr/share/doc/x11proto-damage-dev -- 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/e1pdrj5-0003eg...@alioth.debian.org