--- jpegpixi-1.1.1.orig/po/de.po +++ jpegpixi-1.1.1/po/de.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: jpegpixi 1.1.0\n" "Report-Msgid-Bugs-To: Martin Dickopp \n" -"POT-Creation-Date: 2005-11-20 21:40+0100\n" +"POT-Creation-Date: 2008-04-15 16:28-0400\n" "PO-Revision-Date: 2005-05-25 20:32+0200\n" "Last-Translator: Martin Dickopp \n" "Language-Team: German \n" --- jpegpixi-1.1.1.orig/po/fi.po +++ jpegpixi-1.1.1/po/fi.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: jpegpixi 1.1.0\n" "Report-Msgid-Bugs-To: Martin Dickopp \n" -"POT-Creation-Date: 2005-11-20 21:40+0100\n" +"POT-Creation-Date: 2008-04-15 16:28-0400\n" "PO-Revision-Date: 2005-05-25 20:40+0200\n" "Last-Translator: Jarno Elonen \n" "Language-Team: Finnish \n" --- jpegpixi-1.1.1.orig/po/jpegpixi.pot +++ jpegpixi-1.1.1/po/jpegpixi.pot @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: Martin Dickopp \n" -"POT-Creation-Date: 2005-11-20 21:40+0100\n" +"POT-Creation-Date: 2008-04-15 16:28-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" --- jpegpixi-1.1.1.orig/po/fr.po +++ jpegpixi-1.1.1/po/fr.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: jpegpixi 1.1.0\n" "Report-Msgid-Bugs-To: Martin Dickopp \n" -"POT-Creation-Date: 2005-11-20 21:40+0100\n" +"POT-Creation-Date: 2008-04-15 16:28-0400\n" "PO-Revision-Date: 2005-05-25 20:42+0200\n" "Last-Translator: Stephan Peccini \n" "Language-Team: French \n" --- jpegpixi-1.1.1.orig/debian/rules +++ jpegpixi-1.1.1/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +# Additional options for 'configure' +DEB_CONFIGURE_EXTRA_FLAGS := +DEB_DH_MAKESHLIBS_ARGS := -V + +clean:: + rm -f po/*.gmo --- jpegpixi-1.1.1.orig/debian/control +++ jpegpixi-1.1.1/debian/control @@ -0,0 +1,23 @@ +Source: jpegpixi +Section: graphics +Priority: optional +Maintainer: Kevin Coyner +Build-Depends: cdbs, debhelper (>= 5), libjpeg-dev +Standards-Version: 3.7.3 +Homepage: http://www.zero-based.org/software/jpegpixi/ + +Package: jpegpixi +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Remove hot spots from JPEG images with minimal quality loss + jpegpixi is short for "JPEG pixel interpolator". It is a command-line utility + which interpolates pixels in JFIF images (commonly referred to as "JPEG + images"). This is useful to correct images from a digital camera with CCD + defects. + . + jpegpixi tries to preserve the quality of the JFIF image as much as possible. + Most graphics programs decode JFIF images when they are loaded, and re-encode + them when they are saved, which results in an overall loss of quality. + jpegpixi, on the other hand, does not decode and re-encode the image, but + manipulates the encoded image data. In doing so, it also preserves EXIF + metadata. --- jpegpixi-1.1.1.orig/debian/watch +++ jpegpixi-1.1.1/debian/watch @@ -0,0 +1,4 @@ +version=3 +# Homepage Pattern [Version [Action]] +http://www.zero-based.org/software/jpegpixi/ \ + jpegpixi-([\d\.]*).(?:tgz|tar.gz|tar.bz2) --- jpegpixi-1.1.1.orig/debian/copyright +++ jpegpixi-1.1.1/debian/copyright @@ -0,0 +1,34 @@ +Jpegpix was originally debianized by + Martin Dickopp +and based on his work, later taken over by + Jarno Elonen + +It is now maintained by Kevin Coyner + +It was downloaded from + +Upstream Author: Martin Dickopp + +Copyright (C) 2002, 2003, 2004 Martin Dickopp + +License: + + Jpegpixi is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published + by the Free Software Foundation; either version 2 of the License, + or (at your option) any later version. + + Jpegpixi 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with jpegpixi; if not, write to the Free Software + Foundation, 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + + This software is based in part on the work of the Independent JPEG Group. + See `README.jpeglib.gz' for copyright and license information. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- jpegpixi-1.1.1.orig/debian/docs +++ jpegpixi-1.1.1/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +README.jpeglib --- jpegpixi-1.1.1.orig/debian/changelog +++ jpegpixi-1.1.1/debian/changelog @@ -0,0 +1,200 @@ +jpegpixi (1.1.1-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Build-Depend on libjpeg-dev instead of libjpeg62-dev (closes: #642985) + + -- Julien Cristau Sun, 29 Jan 2012 18:24:34 +0100 + +jpegpixi (1.1.1-4) unstable; urgency=low + + * debian/rules: Fixed FTBFS if build three times in a row (Closes: #441744). + Thanks to Sandro Tosi . + * debian/control: + - Bumped Standards-Version to 3.7.3. No changes. + - Moved Homepage reference. + + -- Kevin Coyner Tue, 15 Apr 2008 16:21:00 -0400 + +jpegpixi (1.1.1-3) unstable; urgency=low + + * New maintainer. Closes: #425275. + * Add colons to bug closes in debian/changelog per Policy. + * debian/control: + - Bumped debhelper version to 5. + - Bumped Standards-Version to 3.7.2. No changes. + - Added homepage URL. + - Small formatting changes to description. + - Added ${misc:Depends} to Depends. + * Updated FSF address in debian/copyright. Small formatting changes. + * Bumped debian/watch file to version 3. + * Bumped debian/compat to 5. + + -- Kevin Coyner Wed, 15 Aug 2007 15:21:29 -0400 + +jpegpixi (1.1.1-2) unstable; urgency=low + + * Orphaning the package. + + -- Jarno Elonen Fri, 18 May 2007 12:18:43 +0300 + +jpegpixi (1.1.1-1) unstable; urgency=low + + * New upstream release (closes: #337181) + + -- Jarno Elonen Mon, 21 Nov 2005 09:13:20 +0200 + +jpegpixi (1.1.0-1) unstable; urgency=low + + * New upstream release + - Auto-detection of burned pixels in addition to dead ones. + * Fixed watch file + + -- Jarno Elonen Fri, 3 Jun 2005 13:17:26 +0300 + +jpegpixi (1.0.3-2) unstable; urgency=low + + * Fixed Build-Depends. (closes: #278405) + + -- Jarno Elonen Wed, 27 Oct 2004 12:44:20 +0300 + +jpegpixi (1.0.3-1) unstable; urgency=low + + * New upstream release + - French translations + + -- Jarno Elonen Sat, 16 Oct 2004 20:10:05 +0300 + +jpegpixi (1.0.2-1) unstable; urgency=low + + * New upstream release + + -- Jarno Elonen Sun, 10 Oct 2004 00:28:09 +0300 + +jpegpixi (1.0.1-1) unstable; urgency=low + + * New upstream release + - Finnish translations (Kah, niin sitä pitää..) + + -- Jarno Elonen Mon, 4 Oct 2004 22:30:37 +0300 + +jpegpixi (1.0.0-1) unstable; urgency=low + + * New upstream release + + -- Jarno Elonen Sun, 3 Oct 2004 15:59:48 +0300 + +jpegpixi (0.16.0-1) unstable; urgency=low + + * New upstream release + - German manpages (Ja! Gut..) + + -- Jarno Elonen Wed, 25 Aug 2004 00:13:17 +0300 + +jpegpixi (0.15.1-1) unstable; urgency=low + + * New upstream release + + -- Jarno Elonen Fri, 7 May 2004 09:20:26 +0300 + +jpegpixi (0.15.0-1) unstable; urgency=low + + * New upstream release + + -- Jarno Elonen Tue, 20 Apr 2004 15:42:18 +0300 + +jpegpixi (0.14.2-1) unstable; urgency=low + + * New upstream release + + -- Jarno Elonen Wed, 17 Mar 2004 08:57:31 +0200 + +jpegpixi (0.14.1-1) unstable; urgency=low + + * First upload to Main. (closes: #229716) + * New upstream release. + - debian/ directory removed (i.e. "moved" to Debian's .diff) + * New package maintainer. + + -- Jarno Elonen Mon, 26 Jan 2004 12:13:59 +0200 + +jpegpixi (0.14-1) unstable; urgency=low + + * New upstream version: + - A new program `jpeghotp' is provided. It finds hot pixels in an + otherwise black JPEG image. + - Spelling mistakes in the manual page corrected. + + -- Martin Dickopp Sun, 11 Jan 2004 15:08:29 +0100 + +jpegpixi (0.13-1) unstable; urgency=low + + * New upstream version: + - Coordinates and sizes can not only be specified as absolute values, + but also as percentages of the image size. + + -- Martin Dickopp Mon, 24 Nov 2003 22:41:28 +0100 + +jpegpixi (0.12-1) unstable; urgency=low + + * New upstream version: + - Uses the "opag" option parser generator. + + -- Martin Dickopp Sun, 16 Nov 2003 19:21:22 +0100 + +jpegpixi (0.11-2) unstable; urgency=low + + * Adapted debian/rules to current debhelper template. + * Standards-Version: 3.6.0. + + -- Martin Dickopp Sat, 2 Aug 2003 02:33:17 +0200 + +jpegpixi (0.11-1) unstable; urgency=low + + * New upstream version. + * Changed all occurrences of home page to . + + -- Martin Dickopp Tue, 29 Jul 2003 20:07:04 +0200 + +jpegpixi (0.10-2) unstable; urgency=low + + * Changed all occurrences of my e-mail address to . + + -- Martin Dickopp Tue, 29 Jul 2003 16:41:19 +0200 + +jpegpixi (0.10-1) unstable; urgency=low + + * New upstream version. + + -- Martin Dickopp Sat, 5 Jul 2003 22:48:58 +0200 + +jpegpixi (0.9-1) unstable; urgency=low + + * New upstream version. + + -- Martin Dickopp Sun, 22 Jun 2003 18:40:59 +0200 + +jpegpixi (0.8-1) unstable; urgency=low + + * New upstream version. + + -- Martin Dickopp Sun, 22 Jun 2003 00:29:41 +0200 + +jpegpixi (0.7-1) unstable; urgency=low + + * New upstream version. + * Standards-Version: 3.5.10. + * Convert to debhelper 4. + + -- Martin Dickopp Mon, 2 Jun 2003 11:16:21 +0200 + +jpegpixi (0.6-2) unstable; urgency=low + + * Use debhelper instead of debmake. + + -- Martin Dickopp Sun, 16 Mar 2003 13:07:02 +0100 + +jpegpixi (0.6-1) unstable; urgency=low + + * Initial Debian release (Martin's unofficial repository). + + -- Martin Dickopp Sat, 11 Jan 2003 01:00:05 +0100 --- jpegpixi-1.1.1.orig/debian/compat +++ jpegpixi-1.1.1/debian/compat @@ -0,0 +1 @@ +5