--- gtkimageview-1.6.4+dfsg.orig/debian/changelog +++ gtkimageview-1.6.4+dfsg/debian/changelog @@ -0,0 +1,72 @@ +gtkimageview (1.6.4+dfsg-0.1ubuntu2) trusty; urgency=medium + + * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by + getting new libtool macros (still updates config.{sub,guess}). + * Build-depend on gtk-doc-tools to fix FTBFS while autoreconfing. + + -- Logan Rosen Wed, 15 Jan 2014 00:19:29 -0500 + +gtkimageview (1.6.4+dfsg-0.1ubuntu1) trusty; urgency=low + + * Use dh_autotools-dev to update config.{sub,guess} for new ports. + + -- Adam Conrad Wed, 23 Oct 2013 15:58:55 -0600 + +gtkimageview (1.6.4+dfsg-0.1) unstable; urgency=low + + * Non-maintainer upload. + * Unpack waf binary to produce source in preferred form of modification + (Closes: #654472) + + -- Scott Kitterman Sat, 28 Jul 2012 22:52:32 -0400 + +gtkimageview (1.6.4-1) unstable; urgency=low + + * New upstream release + * Removed cdbs dependency, moving to dh7 + * Bumped standards to 3.8.4 (no changes needed) + * + watch file + * Refer explicitly to LGPL-2.1 + * Improved extended description + * + homepage field + * s/XS-DM-Upload-Allowed/DM-Upload-Allowed/ + + -- Jeffrey Ratcliffe Mon, 12 Apr 2010 13:10:01 +0200 + +gtkimageview (1.6.1-2) unstable; urgency=low + + * + CFLAGS += -fgnu89-inline (closes: #471218) + + -- Jeffrey Ratcliffe Mon, 17 Mar 2008 21:04:53 +0100 + +gtkimageview (1.6.1-1) unstable; urgency=low + + * New upstream release (closes: #467355). + + -- Jeffrey Ratcliffe Sun, 16 Mar 2008 00:40:29 +0100 + +gtkimageview (1.6.0-1) unstable; urgency=low + + * New upstream release. + + -- Jeffrey Ratcliffe Thu, 06 Mar 2008 22:36:07 +0100 + +gtkimageview (1.5.0-1) unstable; urgency=low + + * New upstream release. + + -- Ross Burton Tue, 11 Sep 2007 09:47:22 +0100 + +gtkimageview (1.3.0-2) unstable; urgency=low + + * Add patch to remove debugging output (thanks Udi Fuchs) + * Rename -dev package to libgtkimageview-dev + + -- Ross Burton Mon, 6 Aug 2007 15:28:48 +0100 + +gtkimageview (1.3.0-1) unstable; urgency=low + + * Initial release. + + -- Ross Burton Thu, 26 Jul 2007 18:00:05 +0100 + --- gtkimageview-1.6.4+dfsg.orig/debian/compat +++ gtkimageview-1.6.4+dfsg/debian/compat @@ -0,0 +1 @@ +7 --- gtkimageview-1.6.4+dfsg.orig/debian/control +++ gtkimageview-1.6.4+dfsg/debian/control @@ -0,0 +1,43 @@ +Source: gtkimageview +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Jeffrey Ratcliffe +Build-Depends: debhelper (>= 7), dh-autoreconf, libgtk2.0-dev, gnome-common, gtk-doc-tools +Standards-Version: 3.8.4 +Homepage: http://trac.bjourne.webfactional.com/ +DM-Upload-Allowed: yes + +Package: libgtkimageview0 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: image viewer widget for GTK+ + GtkImageView is a GTK+ widget that provides a zoomable and panable view of an + image. It is intended to be usable in most types of image viewing applications. + . + Among its features are: + - Mouse and keyboard zooming + - Scrolling and dragging + - Adjustable interpolation + - Fullscreen mode + - GIF animation support + +Package: libgtkimageview-dev +Section: libdevel +Architecture: any +Depends: libgtkimageview0 (= ${binary:Version}), libgtk2.0-dev, ${misc:Depends} +Conflicts: libgtkimageview0-dev +Replaces: libgtkimageview0-dev +Description: image viewer widget for GTK+ (development files) + GtkImageView is a GTK+ widget that provides a zoomable and panable view of an + image. It is intended to be usable in most types of image viewing applications. + . + . + Among its features are: + - Mouse and keyboard zooming + - Scrolling and dragging + - Adjustable interpolation + - Fullscreen mode + - GIF animation support + . + This package contains the development files. --- gtkimageview-1.6.4+dfsg.orig/debian/copyright +++ gtkimageview-1.6.4+dfsg/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Ross Burton on Thu, 26 Jul 2007 +17:55:09 +0100 + +It was downloaded from http://trac.bjourne.webfactional.com/ + +Upstream Author: Björn Lindqvist + +Copyright: (C) 2007 Bjorn Lindqvist + +License: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public +License can be found in `/usr/share/common-licenses/LGPL-2.1'. --- gtkimageview-1.6.4+dfsg.orig/debian/libgtkimageview-dev.install +++ gtkimageview-1.6.4+dfsg/debian/libgtkimageview-dev.install @@ -0,0 +1,4 @@ +usr/include/* +usr/lib/lib*.so +usr/lib/pkgconfig/* +usr/share/gtk-doc/html/gtkimageview --- gtkimageview-1.6.4+dfsg.orig/debian/libgtkimageview-dev.links +++ gtkimageview-1.6.4+dfsg/debian/libgtkimageview-dev.links @@ -0,0 +1 @@ +usr/share/gtk-doc/html/gtkimageview usr/share/doc/libgtkimageview-doc/html --- gtkimageview-1.6.4+dfsg.orig/debian/libgtkimageview0.install +++ gtkimageview-1.6.4+dfsg/debian/libgtkimageview0.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* --- gtkimageview-1.6.4+dfsg.orig/debian/rules +++ gtkimageview-1.6.4+dfsg/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +# Fix for #471218 for gcc >= 4.2.1 +CFLAGS += -fgnu89-inline + +%: + dh $@ --with autoreconf --- gtkimageview-1.6.4+dfsg.orig/debian/watch +++ gtkimageview-1.6.4+dfsg/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://trac.bjourne.webfactional.com/ \ + attachment/wiki/WikiStart/gtkimageview-(.+)\.tar\.gz