debian/changelog | 13 +++++++++++++ debian/control | 3 ++- debian/rules | 3 --- 3 files changed, 15 insertions(+), 4 deletions(-)
New commits: commit 589101c27361601c511c6edbda2665d8d432829e Author: Julien Cristau <[email protected]> Date: Thu Aug 30 20:55:51 2012 +0200 Don't use dh_testroot in debian/rules clean. diff --git a/debian/changelog b/debian/changelog index 3d45753..6310c8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xbitmaps (1.1.1-3) UNRELEASED; urgency=low + + * Don't use dh_testroot in debian/rules clean. + + -- Julien Cristau <[email protected]> Thu, 30 Aug 2012 20:55:41 +0200 + xbitmaps (1.1.1-2) unstable; urgency=low * Remove David from Uploaders. diff --git a/debian/rules b/debian/rules index d2d5eee..b4288e4 100755 --- a/debian/rules +++ b/debian/rules @@ -44,9 +44,7 @@ build-stamp: clean: dh_testdir - dh_testroot rm -f build-stamp - rm -f config.cache config.log config.status rm -f */config.cache */config.log */config.status rm -f conftest* */conftest* @@ -55,7 +53,6 @@ clean: rm -f aclocal.m4 config.h.in configure install-sh missing rm -f config.guess config.sub find -name Makefile.in -delete - dh_clean install: build commit 87446afbdea9552f06b337ce84900f6135ed8dd1 Author: Julien Cristau <[email protected]> Date: Thu Aug 30 20:55:05 2012 +0200 Upload to unstable diff --git a/debian/changelog b/debian/changelog index cc73ae7..3d45753 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -xbitmaps (1.1.1-2) UNRELEASED; urgency=low +xbitmaps (1.1.1-2) unstable; urgency=low * Remove David from Uploaders. * Mark xbitmaps as Multi-Arch: foreign. - -- Julien Cristau <[email protected]> Thu, 30 Aug 2012 20:50:36 +0200 + -- Julien Cristau <[email protected]> Thu, 30 Aug 2012 20:51:25 +0200 xbitmaps (1.1.1-1) unstable; urgency=low commit e2026e40f52b275da3636c3f329371f18a32728f Author: Julien Cristau <[email protected]> Date: Thu Aug 30 20:51:23 2012 +0200 Mark xbitmaps as Multi-Arch: foreign. diff --git a/debian/changelog b/debian/changelog index 4b8cc35..cc73ae7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ xbitmaps (1.1.1-2) UNRELEASED; urgency=low * Remove David from Uploaders. + * Mark xbitmaps as Multi-Arch: foreign. -- Julien Cristau <[email protected]> Thu, 30 Aug 2012 20:50:36 +0200 diff --git a/debian/control b/debian/control index 8994f76..976c8cd 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/data/xbitmaps.git Package: xbitmaps Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends} Description: Base X bitmaps This package contains the base X bitmaps, which are used in many legacy X commit 8003c41b2b8cabd468b6600a271196fad01c804b Author: Julien Cristau <[email protected]> Date: Thu Aug 30 20:50:45 2012 +0200 Remove David from Uploaders. diff --git a/debian/changelog b/debian/changelog index ef0f59b..4b8cc35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xbitmaps (1.1.1-2) UNRELEASED; urgency=low + + * Remove David from Uploaders. + + -- Julien Cristau <[email protected]> Thu, 30 Aug 2012 20:50:36 +0200 + xbitmaps (1.1.1-1) unstable; urgency=low [ Julien Cristau ] diff --git a/debian/control b/debian/control index 2f241b9..8994f76 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: xbitmaps Section: x11 Priority: optional Maintainer: Debian X Strike Force <[email protected]> -Uploaders: David Nusinow <[email protected]>, Cyril Brulebois <[email protected]> +Uploaders: Cyril Brulebois <[email protected]> Build-Depends: debhelper (>= 5), xutils-dev (>= 1:7.5~), -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

