[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libxxf86vm: Changes to 'debian-unstable'



 debian/changelog |    8 +++++---
 debian/control   |    2 +-
 debian/rules     |    3 ++-
 3 files changed, 8 insertions(+), 5 deletions(-)

New commits:
commit 5625a03661da3696f4820ef47d080d02f3fc5c4b
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Jun 12 16:41:14 2011 +0200

    Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 49b8fcc..e3570c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libxxf86vm (1:1.1.1-2) UNRELEASED; urgency=low
+libxxf86vm (1:1.1.1-2) unstable; urgency=low
+
+  * Team upload.
 
   [ Steve Langasek ]
   * Build for multiarch.
@@ -9,7 +11,7 @@ libxxf86vm (1:1.1.1-2) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.2 (no changes).
   * Remove David Nusinow and Andres Salomon from Uploaders.
 
- -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 09 Jun 2011 17:42:53 +0300
+ -- Julien Cristau <jcristau@debian.org>  Sun, 12 Jun 2011 16:41:06 +0200
 
 libxxf86vm (1:1.1.1-1) unstable; urgency=low
 

commit 32768991bf266c956576c9ec4f2ec7ad97d8960e
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Jun 12 16:40:14 2011 +0200

    Fix dh_strip usage
    
    We only want debug symbols for the shared lib in libxxf86vm1-dbg.
    Doesn't make a difference right now, but should avoid surprises.

diff --git a/debian/rules b/debian/rules
index 0d9cd7d..b5b7bcf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,8 @@ override_dh_install:
 
 # Debug package:
 override_dh_strip:
-	dh_strip --dbg-package=$(PACKAGE)-dbg
+	dh_strip -p$(PACKAGE) --dbg-package=$(PACKAGE)-dbg
+	dh_strip -N$(PACKAGE)
 
 %:
 	dh $@ --with quilt,autoreconf --builddirectory=build/

commit 7cfbff53c4edf395ded14ab54153fe1716cb82ce
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Jun 12 16:39:28 2011 +0200

    Remove Andres Salomon from Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 20786f2..49b8fcc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,7 @@ libxxf86vm (1:1.1.1-2) UNRELEASED; urgency=low
   * Switch to dh.
   * Remove xsfbs accordingly.
   * Bump Standards-Version to 3.9.2 (no changes).
-  * Remove David Nusinow from Uploaders.
+  * Remove David Nusinow and Andres Salomon from Uploaders.
 
  -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 09 Jun 2011 17:42:53 +0300
 
diff --git a/debian/control b/debian/control
index fcad0a1..95aa8fa 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxxf86vm
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: Andres Salomon <dilinger@debian.org>, Cyril Brulebois <kibi@debian.org>
+Uploaders: Cyril Brulebois <kibi@debian.org>
 Build-Depends:
  debhelper (>= 8.1.2),
  dh-autoreconf,


Reply to: