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

libxpm: Changes to 'debian-unstable'



 debian/changelog |    8 ++++++--
 debian/control   |   16 ----------------
 debian/rules     |   14 --------------
 3 files changed, 6 insertions(+), 32 deletions(-)

New commits:
commit b081a894bd08eadabd46ae87417451ff3d452a2c
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Thu Dec 22 17:17:51 2016 +0100

    Release to unstable

diff --git a/debian/changelog b/debian/changelog
index abd357b..d969424 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxpm (1:3.5.12-1) UNRELEASED; urgency=medium
+libxpm (1:3.5.12-1) unstable; urgency=medium
 
   [ Andreas Boll ]
   * New upstream release.
@@ -17,7 +17,7 @@ libxpm (1:3.5.12-1) UNRELEASED; urgency=medium
   [ Emilio Pozuelo Monfort ]
   * Switch to -dbgsym packages.
 
- -- Andreas Boll <andreas.boll.dev@gmail.com>  Wed, 21 Dec 2016 13:47:54 +0100
+ -- Emilio Pozuelo Monfort <pochu@debian.org>  Thu, 22 Dec 2016 17:17:47 +0100
 
 libxpm (1:3.5.11-1) unstable; urgency=medium
 

commit 558ac2647cfc0db247a747a4ac68d4fe6b86f8ce
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Thu Dec 22 17:15:18 2016 +0100

    Switch to -dbgsym packages

diff --git a/debian/changelog b/debian/changelog
index 45c8e41..abd357b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 libxpm (1:3.5.12-1) UNRELEASED; urgency=medium
 
+  [ Andreas Boll ]
   * New upstream release.
   * Let uscan verify tarball signatures.
   * Improve package description (Closes: #646992).  Thanks, Justin B
@@ -13,6 +14,9 @@ libxpm (1:3.5.12-1) UNRELEASED; urgency=medium
     that for a while.
   * Drop no longer needed dpkg-dev versioned build-dependency.
 
+  [ Emilio Pozuelo Monfort ]
+  * Switch to -dbgsym packages.
+
  -- Andreas Boll <andreas.boll.dev@gmail.com>  Wed, 21 Dec 2016 13:47:54 +0100
 
 libxpm (1:3.5.11-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 1c97e6e..606ec66 100644
--- a/debian/control
+++ b/debian/control
@@ -31,22 +31,6 @@ Description: X11 pixmap library
  .
  This package provides runtime support for XPM format.
 
-Package: libxpm4-dbg
-Section: debug
-Architecture: any
-Multi-Arch: same
-Priority: extra
-Depends:
- ${shlibs:Depends},
- ${misc:Depends},
- libxpm4 (= ${binary:Version}),
-Description: X11 pixmap library (debug package)
- The X PixMap image format is an extension of the monochrome X BitMap
- format specified in the X protocol, and is commonly used in traditional
- X applications.
- .
- This package provides debug symbols.
-
 Package: libxpm-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/rules b/debian/rules
index f48ab8f..b4982cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,7 @@
 #!/usr/bin/make -f
-# debian/rules for the Debian libxpm package.
-# Copyright © 2004 Scott James Remnant <scott@netsplit.com>
-# Copyright © 2005 Daniel Stone <daniel@fooishbar.org>
-# Copyright © 2005 David Nusinow <dnusinow@debian.org>
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# set this to the name of the main shlib's binary package
-PACKAGE = libxpm4
 
 %:
 	dh $@ --with quilt --builddirectory=build/
 
 override_dh_install:
 	dh_install --fail-missing -XlibXpm.la
-
-override_dh_strip:
-	dh_strip -p$(PACKAGE) --dbg-package=$(PACKAGE)-dbg
-	dh_strip -N$(PACKAGE)


Reply to: