x11proto-render: Changes to 'debian-unstable'
ChangeLog | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
debian/changelog | 10 +++-
debian/control | 5 +-
debian/rules | 4 -
4 files changed, 142 insertions(+), 6 deletions(-)
New commits:
commit 159fb54edf81666407d4a8e82a9b5dc0cdba6f9c
Author: Cyril Brulebois <kibi@debian.org>
Date: Wed Nov 3 02:03:06 2010 +0100
Upload to unstable.
diff --git a/debian/changelog b/debian/changelog
index 0d3a28d..df59a53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-render (2:0.11.1-1) UNRELEASED; urgency=low
+x11proto-render (2:0.11.1-1) unstable; urgency=low
[ Julien Cristau ]
* Install the protocol spec in the package.
@@ -16,7 +16,7 @@ x11proto-render (2:0.11.1-1) UNRELEASED; urgency=low
* No longer pass --disable-shared, this option is gone.
* Add myself to Uploaders.
- -- Robert Hooker <sarvatt@ubuntu.com> Tue, 02 Nov 2010 19:41:44 -0400
+ -- Cyril Brulebois <kibi@debian.org> Wed, 03 Nov 2010 02:02:59 +0100
x11proto-render (2:0.11-1) unstable; urgency=low
commit fd237326c55cc9cdc77421ae40d1be883abd6d25
Author: Cyril Brulebois <kibi@debian.org>
Date: Wed Nov 3 02:02:56 2010 +0100
Add myself to Uploaders.
diff --git a/debian/changelog b/debian/changelog
index 1467dfa..0d3a28d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ x11proto-render (2:0.11.1-1) UNRELEASED; urgency=low
* Add pkg-config build-dep.
* 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 <sarvatt@ubuntu.com> Tue, 02 Nov 2010 19:41:44 -0400
diff --git a/debian/control b/debian/control
index d9c4748..b0bc86c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: x11proto-render
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: David Nusinow <dnusinow@debian.org>, Andres Salomon <dilinger@debian.org>
+Uploaders: David Nusinow <dnusinow@debian.org>, Andres Salomon <dilinger@debian.org>, Cyril Brulebois <kibi@debian.org>
Build-Depends:
debhelper (>= 5.0.0),
automake,
commit 2623c72d2bc5497500a78664ad9af012e92e5ecb
Author: Cyril Brulebois <kibi@debian.org>
Date: Wed Nov 3 02:02:43 2010 +0100
No longer pass --disable-shared, this option is gone.
diff --git a/debian/changelog b/debian/changelog
index 7e6f313..1467dfa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ x11proto-render (2:0.11.1-1) UNRELEASED; urgency=low
[ Cyril Brulebois ]
* Add pkg-config build-dep.
* Switch from --list-missing to --fail-missing for additional safety.
+ * No longer pass --disable-shared, this option is gone.
-- Robert Hooker <sarvatt@ubuntu.com> Tue, 02 Nov 2010 19:41:44 -0400
diff --git a/debian/rules b/debian/rules
index f0fd949..f858bf2 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 dac1898e012d89c40329dd74949d060f66b457c8
Author: Cyril Brulebois <kibi@debian.org>
Date: Wed Nov 3 01:58:28 2010 +0100
Switch from --list-missing to --fail-missing for additional safety.
diff --git a/debian/changelog b/debian/changelog
index 7ed999b..7e6f313 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ x11proto-render (2:0.11.1-1) UNRELEASED; urgency=low
[ Cyril Brulebois ]
* Add pkg-config build-dep.
+ * Switch from --list-missing to --fail-missing for additional safety.
-- Robert Hooker <sarvatt@ubuntu.com> Tue, 02 Nov 2010 19:41:44 -0400
diff --git a/debian/rules b/debian/rules
index d8eb45e..f0fd949 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,7 +75,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
dh_link
dh_strip
commit ae813b6212a7185511cca963d098abb102ce0c76
Author: Cyril Brulebois <kibi@debian.org>
Date: Wed Nov 3 01:56:12 2010 +0100
Add pkg-config build-dep.
diff --git a/debian/changelog b/debian/changelog
index 7f47f7e..7ed999b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ x11proto-render (2:0.11.1-1) UNRELEASED; urgency=low
* New upstream release.
* Bump xutils-dev build dep to 1:7.5~1 for util-macros 1.3.
+ [ Cyril Brulebois ]
+ * Add pkg-config build-dep.
+
-- Robert Hooker <sarvatt@ubuntu.com> Tue, 02 Nov 2010 19:41:44 -0400
x11proto-render (2:0.11-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 5e9c572..d9c4748 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: David Nusinow <dnusinow@debian.org>, Andres Salomon <dilinger@debian.
Build-Depends:
debhelper (>= 5.0.0),
automake,
- xutils-dev (>= 1:7.5~1)
+ xutils-dev (>= 1:7.5~1),
+ pkg-config,
Standards-Version: 3.8.3
Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-render
Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-render.git
commit 9df2859860a6fc96db24d50d0742365b5690ae99
Author: Cyril Brulebois <kibi@debian.org>
Date: Wed Nov 3 01:54:51 2010 +0100
Update upstream changelog as well.
diff --git a/ChangeLog b/ChangeLog
index 1cbb521..13a7d74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,132 @@
+commit 7c31f0bc6c3d71bd63d45df4f0457c3ed7b75e7d
+Author: Adam Jackson <ajax@redhat.com>
+Date: Tue Aug 10 10:12:49 2010 -0400
+
+ renderproto 0.11.1
+
+ Signed-off-by: Adam Jackson <ajax@redhat.com>
+
+commit 89289190032cb7f17a392ef0fe8237bdb54edcf6
+Author: Adam Jackson <ajax@redhat.com>
+Date: Tue Aug 10 10:10:48 2010 -0400
+
+ Make recursive alpha maps undefined
+
+ Signed-off-by: Adam Jackson <ajax@redhat.com>
+
+commit 6122aa1ed38adbdf65e3ac11cff60bf075e85c0d
+Author: Sami Farin <safari-ml-freedesktop-bugzilla-kv7oy2vp4mc4jvudr6vccb7oetrzzqe7fwnhahno@u.safari.iki.fi>
+Date: Wed Sep 26 11:31:00 2007 -0700
+
+ Bug 12578 - renderproto-0.9.3: render.h does not compile
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=12578
+
+commit e44c308a0a268de2be2110c38a0a29d5b4101d10
+Author: Adam Jackson <ajax@redhat.com>
+Date: Tue May 11 10:45:09 2010 -0400
+
+ Clarify alpha-map loop prevention (#23581)
+
+ Signed-off-by: Adam Jackson <ajax@redhat.com>
+
+commit 724feb119aa1906f6a7a2f62fccb1b76bb56857c
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sun Mar 28 19:00:31 2010 -0400
+
+ config: remove the pkgconfig pc.in file from EXTRA_DIST
+
+ Automake always includes it in the tarball.
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 2c7bf7d8481706d208bdebf93568cb478762f080
+Author: Rémi Cardona <remi@gentoo.org>
+Date: Thu Dec 17 08:41:27 2009 +0100
+
+ Use $(docdir) for renderproto.txt install path
+
+ Signed-off-by: Rémi Cardona <remi@gentoo.org>
+ Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
+ Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com>
+ Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
+
+commit 958987e56a304ff96cb1b4904c3b9b61015f985c
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sun Nov 22 19:24:48 2009 -0500
+
+ Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
+
+ Now that the INSTALL file is generated.
+ Allows running make maintainer-clean.
+
+commit 8dd4c99017d64f66e7540501e165fc8738af7a7c
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Mon Nov 16 11:13:30 2009 -0500
+
+ README: file created or updated #24206
+
+ Contains a set of URLs to freedesktop.org.
+
+commit 9dca7ab976c7f003f18c839a4fd9b095e1d4fcd9
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sun Nov 15 19:45:27 2009 -0500
+
+ Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
+
+ ChangeLog filename is known to Automake and requires no further
+ coding in the makefile.
+
+commit f3bdf8ad3179fd2e7e75bf7c6a8aa5023a2ac356
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sun Nov 15 18:31:29 2009 -0500
+
+ Makefile.am: INSTALL file is missing or incorrect #24206
+
+ The standard GNU file on building/installing tarball is copied
+ using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS
+ Add INSTALL target
+
+commit 149cf98b2b9fb52c47742846509b2c08141c43b8
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sun Nov 15 18:11:36 2009 -0500
+
+ configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
+
+ This macro aggregate a number of existing macros that sets commmon
+ X.Org components configuration options. It shields the configuration file from
+ future changes.
+
+commit 253a7fb4c4a88437ca31285bf6448d73013d0d74
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sun Nov 15 13:55:25 2009 -0500
+
+ configure.ac: AM_MAINTAINER_MODE missing #24238
+
+ This turns off maintainer mode build rules in tarballs.
+ Works in conjunction with autogen.sh --enable-maintainer-mode
+
+commit 3396f4ca2df61e330dbcabd8e584e103f86449e5
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sat Nov 14 18:26:47 2009 -0500
+
+ .gitignore: use common defaults with custom section # 24239
+
+ Using common defaults will reduce errors and maintenance.
+ Only the very small or inexistent custom section need periodic maintenance
+ when the structure of the component changes. Do not edit defaults.
+
+commit 2a336d0528e2f88a940d003edc6655a1d65e6bd7
+Author: Peter Hutterer <peter.hutterer@who-t.net>
+Date: Mon Aug 24 11:42:17 2009 +1000
+
+ Update date/version on Render protocol spec to match last update (0.11)
+
+ 533e22db3088bb75e58b6d977ec82a13c4680b54 added blend modes and the bump to
+ 0.11.
+
+ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
+
commit d889aa6c766e2691e1a6a8189c730661023e4de4
Author: Fredrik Höglund <fredrik@kde.org>
Date: Wed Jul 15 00:16:32 2009 +0200
Reply to: