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

libxt: Changes to 'debian-unstable'



 debian/changelog         |   12 ++++++++++++
 debian/compat            |    2 +-
 debian/control           |    7 +++++--
 debian/libxt-dev.install |    6 +++---
 debian/libxt6.install    |    2 +-
 debian/rules             |    3 ++-
 6 files changed, 24 insertions(+), 8 deletions(-)

New commits:
commit 1205f7cf1b96a0641e4487515a25511b434ad3f2
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Jun 12 17:20:09 2011 +0200

    Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index dbbb564..d5e416f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libxt (1:1.1.1-2) UNRELEASED; urgency=low
+libxt (1:1.1.1-2) unstable; urgency=low
+
+  * Team upload.
 
   [ Steve Langasek ]
   * Build for multiarch.
@@ -6,7 +8,7 @@ libxt (1:1.1.1-2) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Bump Standards-Version to 3.9.2.
 
- -- Julien Cristau <jcristau@debian.org>  Sun, 12 Jun 2011 17:11:23 +0200
+ -- Julien Cristau <jcristau@debian.org>  Sun, 12 Jun 2011 17:19:53 +0200
 
 libxt (1:1.1.1-1) unstable; urgency=low
 

commit 5bf512cbe2a30804c4ae6b6ed4f1fc4bebf60691
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Jun 12 17:19:51 2011 +0200

    Bump Standards-Version to 3.9.2.

diff --git a/debian/changelog b/debian/changelog
index e12007a..dbbb564 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ libxt (1:1.1.1-2) UNRELEASED; urgency=low
   [ Steve Langasek ]
   * Build for multiarch.
 
+  [ Julien Cristau ]
+  * Bump Standards-Version to 3.9.2.
+
  -- Julien Cristau <jcristau@debian.org>  Sun, 12 Jun 2011 17:11:23 +0200
 
 libxt (1:1.1.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 4b2a8f0..5002a15 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
  pkg-config,
  xutils-dev (>= 1:7.5~1),
  quilt
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxt
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxt.git
 

commit 8754479f777e49b4b97630e7bec8e234805715bc
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Jun 12 17:18:05 2011 +0200

    Only ship debug symbols for libxt6 in libxt6-dbg
    
    Doesn't make a difference now, but should avoid surprises.

diff --git a/debian/rules b/debian/rules
index 4efc1bc..86a56ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,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)
 
 # Shlibs:
 override_dh_makeshlibs:

commit e0725f9ace743c8698f06c6c0d43258dd666b98d
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Jun 12 17:11:38 2011 +0200

    Add changelog entry for multiarch.

diff --git a/debian/changelog b/debian/changelog
index 735e0f3..e12007a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxt (1:1.1.1-2) UNRELEASED; urgency=low
+
+  [ Steve Langasek ]
+  * Build for multiarch.
+
+ -- Julien Cristau <jcristau@debian.org>  Sun, 12 Jun 2011 17:11:23 +0200
+
 libxt (1:1.1.1-1) unstable; urgency=low
 
   * New upstream release:

commit a7e137b9283854acded317d62dea2d2cf1b8cf33
Author: Steve Langasek <steve.langasek@ubuntu.com>
Date:   Wed Mar 23 18:26:07 2011 -0700

    build for multiarch

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index cad4101..4b2a8f0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Cyril Brulebois <kibi@debian.org>
 Build-Depends:
- debhelper (>= 8),
+ debhelper (>= 8.1.3),
  dh-autoreconf,
  libx11-dev (>= 1:0.99.2),
  libsm-dev (>= 1:0.99.1),
@@ -20,6 +20,8 @@ Package: libxt6
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
 Description: X11 toolkit intrinsics library
  libXt provides the X Toolkit Intrinsics, an abstract widget library upon
  which other toolkits are based.  Xt is the basis for many toolkits, including
@@ -36,6 +38,7 @@ Section: debug
 Architecture: any
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxt6 (= ${binary:Version})
+Multi-Arch: same
 Description: X11 toolkit intrinsics library (debug package)
  libXt provides the X Toolkit Intrinsics, an abstract widget library upon
  which other toolkits are based.  Xt is the basis for many toolkits, including
diff --git a/debian/libxt-dev.install b/debian/libxt-dev.install
index 447c31a..68a97d8 100644
--- a/debian/libxt-dev.install
+++ b/debian/libxt-dev.install
@@ -1,5 +1,5 @@
 usr/include/X11/*
-usr/lib/libXt.a
-usr/lib/libXt.so
-usr/lib/pkgconfig/xt.pc
+usr/lib/*/libXt.a
+usr/lib/*/libXt.so
+usr/lib/*/pkgconfig/xt.pc
 usr/share/man/man3/*
diff --git a/debian/libxt6.install b/debian/libxt6.install
index 79a5dca..348f469 100644
--- a/debian/libxt6.install
+++ b/debian/libxt6.install
@@ -1 +1 @@
-usr/lib/libXt.so.6*
+usr/lib/*/libXt.so.6*


Reply to: