r47252 - in /packages/ipe/trunk/debian: changelog control

smr at users.alioth.debian.org smr at users.alioth.debian.org
Wed May 4 04:05:08 UTC 2016


Author: smr
Date: Wed May  4 04:05:08 2016
New Revision: 47252

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47252
Log:
Fix build deps for png, jpeg.

Modified:
    packages/ipe/trunk/debian/changelog
    packages/ipe/trunk/debian/control

Modified: packages/ipe/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe/trunk/debian/changelog?rev=47252&op=diff
==============================================================================
--- packages/ipe/trunk/debian/changelog	(original)
+++ packages/ipe/trunk/debian/changelog	Wed May  4 04:05:08 2016
@@ -1,9 +1,20 @@
-ipe (7.1.10-2) UNRELEASED; urgency=medium
+ipe (7.1.10-2) unstable; urgency=medium
 
   * patches/fix-moc.patch: Remove.  Use QT_SELECT to tell qtchooser which
     version of Qt we want.
 
- -- Steve M. Robbins <smr at debian.org>  Sat, 21 Nov 2015 21:28:37 -0600
+  * control: Revert back to libjpeg-dev.  Appreciate the gentle prodding
+    by all.  Closes: #805852, #814873.
+
+ -- Steve M. Robbins <smr at debian.org>  Tue, 03 May 2016 23:04:20 -0500
+
+ipe (7.1.10-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Change libpng12-dev build-dependency to libpng-dev, to ease libpng
+    transition. (Closes: #810188)
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 22 Jan 2016 11:09:34 +0100
 
 ipe (7.1.10-1) unstable; urgency=medium
 

Modified: packages/ipe/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe/trunk/debian/control?rev=47252&op=diff
==============================================================================
--- packages/ipe/trunk/debian/control	(original)
+++ packages/ipe/trunk/debian/control	Wed May  4 04:05:08 2016
@@ -13,8 +13,8 @@
 	       qtbase5-dev-tools,
 	       libfreetype6-dev (>= 2.3.9),
 	       libcairo2-dev,
-	       libjpeg8-dev,
-	       libpng12-dev,
+	       libjpeg-dev,
+	       libpng-dev,
 	       liblua5.2-dev,
 	       gsfonts
 Build-Conflicts: libipe1-dev




More information about the debian-science-commits mailing list