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

pixman: Changes to 'debian-unstable'



 debian/changelog |   10 ++++++++++
 debian/control   |   15 ++-------------
 debian/rules     |    3 +--
 3 files changed, 13 insertions(+), 15 deletions(-)

New commits:
commit 31381b7057407c66d0c8ad9d65aef8e93bb1b40e
Author: Andreas Boll <andreas.boll.dev@gmail.com>
Date:   Sun Dec 17 13:34:07 2017 +0100

    Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 540a4c2..ba69b6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pixman (0.34.0-2) UNRELEASED; urgency=medium
+pixman (0.34.0-2) unstable; urgency=medium
 
   * Declare Multi-Arch: same for libpixman-1-dev (Closes: #884166).
   * Switch to dbsym package.
@@ -6,7 +6,7 @@ pixman (0.34.0-2) UNRELEASED; urgency=medium
     now.
   * Bump standards version to 4.1.2.
 
- -- Andreas Boll <andreas.boll.dev@gmail.com>  Sun, 17 Dec 2017 13:15:42 +0100
+ -- Andreas Boll <andreas.boll.dev@gmail.com>  Sun, 17 Dec 2017 13:33:55 +0100
 
 pixman (0.34.0-1) unstable; urgency=medium
 

commit f0178c049c0aa605e76ab9228f3c5becbf421e75
Author: Andreas Boll <andreas.boll.dev@gmail.com>
Date:   Sun Dec 17 13:19:45 2017 +0100

    Bump standards version to 4.1.2.

diff --git a/debian/changelog b/debian/changelog
index 3f3b153..540a4c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pixman (0.34.0-2) UNRELEASED; urgency=medium
   * Switch to dbsym package.
   * Stop passing --disable-silent-rules to configure, debhelper does it
     now.
+  * Bump standards version to 4.1.2.
 
  -- Andreas Boll <andreas.boll.dev@gmail.com>  Sun, 17 Dec 2017 13:15:42 +0100
 
diff --git a/debian/control b/debian/control
index a82e0af..3f2cc25 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
  dh-autoreconf,
  pkg-config,
  quilt,
-Standards-Version: 3.9.6
+Standards-Version: 4.1.2
 Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/pixman.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/lib/pixman.git
 Homepage: http://pixman.org/

commit 9684e88c2107576c845a395cbf0b2de71b45c5c1
Author: Andreas Boll <andreas.boll.dev@gmail.com>
Date:   Sun Dec 17 13:19:23 2017 +0100

    Stop passing --disable-silent-rules to configure, debhelper does it now.

diff --git a/debian/changelog b/debian/changelog
index 65e2677..3f3b153 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ pixman (0.34.0-2) UNRELEASED; urgency=medium
 
   * Declare Multi-Arch: same for libpixman-1-dev (Closes: #884166).
   * Switch to dbsym package.
+  * Stop passing --disable-silent-rules to configure, debhelper does it
+    now.
 
  -- Andreas Boll <andreas.boll.dev@gmail.com>  Sun, 17 Dec 2017 13:15:42 +0100
 
diff --git a/debian/rules b/debian/rules
index c8325a7..d99f584 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,6 @@ override_dh_auto_configure:
 	# also avoid loongson2f optimizations on mipsel, see 0.26.0-3
 	# changelog entry:
 	LS_CFLAGS=" " dh_auto_configure -- --disable-gtk \
-	  --disable-silent-rules \
 	  --disable-arm-iwmmxt
 
 # Install in debian/tmp to retain control through dh_install:

commit 397047255eff6d046ec583a92acf53eaa2481dba
Author: Andreas Boll <andreas.boll.dev@gmail.com>
Date:   Sun Dec 17 13:18:03 2017 +0100

    Switch to dbsym package.

diff --git a/debian/changelog b/debian/changelog
index 42f2cb4..65e2677 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pixman (0.34.0-2) UNRELEASED; urgency=medium
 
   * Declare Multi-Arch: same for libpixman-1-dev (Closes: #884166).
+  * Switch to dbsym package.
 
  -- Andreas Boll <andreas.boll.dev@gmail.com>  Sun, 17 Dec 2017 13:15:42 +0100
 
diff --git a/debian/control b/debian/control
index 323208f..a82e0af 100644
--- a/debian/control
+++ b/debian/control
@@ -38,18 +38,6 @@ Description: pixel-manipulation library for X and cairo
  This package contains a minimal set of libraries needed for the Debian
  installer.  Do not install it on a normal system.
 
-Package: libpixman-1-0-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends:
- libpixman-1-0 (= ${binary:Version}),
- ${misc:Depends},
-Multi-Arch: same
-Description: pixel-manipulation library for X and cairo (debugging symbols)
- Debugging symbols for the Cairo/X pixel manipulation library.  This is
- needed to debug programs linked against libpixman0.
-
 Package: libpixman-1-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 86bcc02..c8325a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ override_dh_install:
 
 # Debug package:
 override_dh_strip:
-	dh_strip -p$(PACKAGE) --dbg-package=$(PACKAGE)-dbg
+	dh_strip -p$(PACKAGE) --dbgsym-migration="$(PACKAGE)-dbg (<< 0.34.0-2~)"
 	dh_strip -N$(PACKAGE)
 
 # Shlibs:

commit 34c1784503e1590f8e20d14a219e862a25a74662
Author: Andreas Boll <andreas.boll.dev@gmail.com>
Date:   Sun Dec 17 13:17:44 2017 +0100

    Declare Multi-Arch: same for libpixman-1-dev (Closes: #884166).

diff --git a/debian/changelog b/debian/changelog
index 4f78d98..42f2cb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pixman (0.34.0-2) UNRELEASED; urgency=medium
+
+  * Declare Multi-Arch: same for libpixman-1-dev (Closes: #884166).
+
+ -- Andreas Boll <andreas.boll.dev@gmail.com>  Sun, 17 Dec 2017 13:15:42 +0100
+
 pixman (0.34.0-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 3509c5c..323208f 100644
--- a/debian/control
+++ b/debian/control
@@ -56,6 +56,7 @@ Architecture: any
 Depends:
  libpixman-1-0 (= ${binary:Version}),
  ${misc:Depends},
+Multi-Arch: same
 Description: pixel-manipulation library for X and cairo (development files)
  Development libraries, header files and documentation needed by
  programs that want to compile with the Cairo/X pixman library.


Reply to: