2008
lprof (1.11.4.dfsg+1.11.4.1-5) unstable; urgency=low
* debian/patches/03_lcmsprf.h.dpatch: Added a patch to fix FTBFS against
liblcms1_1.17.
-- Oleksandr Moskalenko <malex@debian.org> Mon, 25 Aug 2008 12:13:16 -0600
lprof (1.11.4.dfsg+1.11.4.1-4) unstable; urgency=low
* debian/patches/01_qt3_headers.dpatch: Added a patch from Barry deFreese to
remove lprof's dependency on libqt3-compat-headers (Closes: #464737).
* debian/control:
- Removed a build-depends on libqt3-compat-headers.
- Added a build dependency on libusb-dev now required as
libqt3-compat-headers are no longer used.
- Updated standards-version to 3.7.3.
- Moved "Homepage" to the control field list from the description.
- Changed XS-Vcs- fields to Vcs-.
-- Oleksandr Moskalenko <malex@debian.org> Fri, 08 Feb 2008 11:33:41 -0700
2007
lprof (1.11.4.dfsg+1.11.4.1-3) unstable; urgency=low
* debian/control: Added XS-Vcs-Svn and XS-Vcs-Browser fields after putting
the package into the collab SVN on alioth.
-- Oleksandr Moskalenko <malex@debian.org> Tue, 17 Apr 2007 12:05:32 -0600
2006
lprof (1.11.4.dfsg+1.11.4.1-2) unstable; urgency=low
* Added a versioned dependency on fixed scons 0.96.93-2 (Closes: #400061).
-- Oleksandr Moskalenko <malex@debian.org> Fri, 1 Dec 2006 11:59:21 -0700
lprof (1.11.4.dfsg+1.11.4.1-1) unstable; urgency=low
* This developmental release is only different from 1.11.4 in that it fixes
a crash while loading an image into the profiles (Closes: #375856) and
updates some translations.
* debian/patches: Removed patches that were folded into the upstream source
tree (02_qtlcmswidgets.dpatch and 04_lprofmain.h.dpatch).
-- Oleksandr Moskalenko <malex@debian.org> Thu, 6 Jul 2006 14:44:10 -0600
lprof (1.11.4.dfsg-3) unstable; urgency=low
* debian/patches/02_qtlcmswidgets.dpatch: Added a patch that prevents lprof
from loading non-template files when users put them into
~/.lprof/templates (Closes: #372206). Thanks go to the upstream Developer
Hal Engel for a fast resolution.
* debian/control: Added a dependency on qt3-assistant that is required for
the lprof help system to operate (Closes: #372204).
-- Oleksandr Moskalenko <malex@debian.org> Fri, 9 Jun 2006 16:45:22 -0600
lprof (1.11.4.dfsg-2) unstable; urgency=low
* debian/patches/04_lprofmain.h.dpatch: Added a patch from Martin Michlmayr
that fixes G++ 4.1 FTBFS in preparation for the default compiler switch
again as the bug was re-introduced in this lprof release (Closes #357481).
-- Oleksandr Moskalenko <malex@debian.org> Thu, 8 Jun 2006 11:24:47 -0600
lprof (1.11.4.dfsg-1) unstable; urgency=low
* New upstream developmental release.
* debian/control: Updated Standards-Version to 3.7.2.
* debian/rules: Changed to using the Debian version of scons as it has been
updated and is now newer than the version distributed with lprof.
* debian/patches: Removed unused patches.
-- Oleksandr Moskalenko <malex@debian.org> Tue, 6 Jun 2006 20:57:46 -0600
lprof (1.11.3.dfsg-2) unstable; urgency=low
* debian/patches/04_lprofmain.h.dpatch: Added a patch from Martin Michlmayr
that fixes G++ 4.1 FTBFS in preparation for the default compiler switch.
-- Oleksandr Moskalenko <malex@debian.org> Tue, 21 Mar 2006 15:05:16 -0700
lprof (1.11.3.dfsg-1) unstable; urgency=low
* New upstream release (Closes: #350145). * debian/patches/: Removed ver. 1.11.1.2 patches for bugs that are fixed in this release. * debian/control: Added libvigraimpex-dev to Build-Depends as lprof now uses VIGRA instead of tiffio for image handling.
-- Oleksandr Moskalenko <malex@debian.org> Tue, 21 Feb 2006 17:18:48 -0700
lprof (1.11.1.2.dfsg-2) unstable; urgency=low
* debian/patches/02_setgamma.cpp.dpatch: Applied a patch to fix the gamma
setup issue on PPC (Closes: #350950).
-- Oleksandr Moskalenko <malex@debian.org> Tue, 14 Feb 2006 23:59:26 -0700
lprof (1.11.1.2.dfsg-1) unstable; urgency=low
* New upstream release.
* debian/compat: Updated compatibility level to 5.
* debian/control:
- Changed maintainer email to malex@debian.org.
- Changed the debhelper dependency to "5" to reflect the new compatibility
level.
* debian/patches/01_SConstruct.dpatch: Included a temporary fix from
upstream CVS to work around library identification and qt search problems
that caused the buid to fail. See sf.net bug #1402384 for more details.
* debian/rules:
- Switched to using a local scons. Lprof does not build with scons 0.96.1
in Debian due to numerous bugs in qt3 building, which were fixed in
developmental branch of scons. So, lprof upstream included a local
scons-0.96.91 bundle that must be used for lprof building.
- Added a rule to remove object files in the build directory, which were
not removed by scons -c.
- Removed the rule for copying the .desktop file as the upstream
incorporated my changes and I can use a rule in the lprof.install now.
- Added a rule to remove a config.log file to avoid a lintian warning.
* debian/lprof.install: Added a rule for lprof.desktop installation.
-- Oleksandr Moskalenko <malex@debian.org> Fri, 13 Jan 2006 14:25:39 -0700
2005
lprof (1.11.0.dfsg-1) unstable; urgency=low
* New upstream snapshot release.
* debian/control:
- Added a dependancy on scons as it is used as the building system for
lprof now.
- Added a dependency on qt3-apps-dev required by the new help system.
- Added a dependency on libqt3-compat-headers.
* debian/lprof.doc-base: Removed this file as the help system has been
changed and doesn't include it anymore.
* debian/docs: Removed the manual.{txt,pdf} files from the docs list as
well.
* debian/patches/01_SConstruct.dpatch: patch the main build script to make
it find qt3 libraries on a Debian system.
* debian/patches/02_SConscript.dpatch: patch this file to prevent
installation of sample ICC profiles. These are in my separate non-free
icc-profiles package. Let's keep lprof DFSG-clean.
* debian/lprof.links: Remove man page symlinks for the binaries that have
been wrapped into the main lprof binary.
* debian/lprof.1: Updated the man page to exclude the removed binaries.
* debian/lprof.menu: Remove the entries for extra binaries.
* debian/lprof.menu: Hints section was completely wrong. Update hints and
move the old "hints" to the "longtitle".
* debian/lprof.install: Remove rules for installation of the icons for old
binaries and add a rule for lprof.xpm icon installation.
* debian/pixmaps/: Deleted icons for the removed binaries.
* debian/pixmaps/lprof.xpm: Added an .xpm icon for the main binary.
* debian/lprof.install: Placed the lprof.png icon that comes with the
software into /usr/share/pixmaps.
* debian/lprof.dirs: Add an entry for the above lprof.png icon directory.
* data/desktop/Little CMS Profiler.desktop: Fixed some errors and added
fields to this file. Install it as lprof.desktop.
-- Oleksandr Moskalenko <malex@tagancha.org> Mon, 21 Nov 2005 15:11:29 -0700
lprof (1.10.1.dfsg-4) unstable; urgency=low
* debian/patches/00list: apply the 64-bit FTBFS patch to all arches.
-- Oleksandr Moskalenko <malex@tagancha.org> Wed, 12 Oct 2005 12:55:32 -0600
lprof (1.10.1.dfsg-3) unstable; urgency=low
* debian/patches: Add a patch for qtiffio.cpp to fix a FTBFS on alpha and
ia64 (Closes: #332794).
-- Oleksandr Moskalenko <malex@tagancha.org> Tue, 11 Oct 2005 14:54:37 -0600
lprof (1.10.1.dfsg-2) unstable; urgency=low
* debian/copyright: Make a note about the unavailability of the pdf manual's
original source on advice from Frank Lichtenheld.
-- Oleksandr Moskalenko <malex@tagancha.org> Tue, 27 Sep 2005 10:51:18 -0600
lprof (1.10.1.dfsg-1) unstable; urgency=low
* Initial release (Closes: #326157). * Name the upstream tarball lprof_1.10.1.dfsg.orig.tar.gz to show that non-free example ICC profiles were removed. CVS directories were also removed.
-- Oleksandr Moskalenko <malex@tagancha.org> Mon, 29 Aug 2005 13:22:05 -0600