foo2zjs (20100210-0ubuntu4) lucid; urgency=low * debian/patches/92-udev-firmware-script-fixes.dpatch: When loading firmware into the printer via UDEV script, wait 3 seconds, so that UDEV scripts for automatic printer setup do not interfere with the firmware transfer to the printer (LP: #543177). -- Till Kamppeter Thu, 25 Mar 2010 09:02:26 +0100 foo2zjs (20100210-0ubuntu3) lucid; urgency=low * debian/patches/91-wrapper-scripts-custom-pagesize-via-command-line.dpatch, debian/rules: Replaced Perl magic to modify the wrapper scripts for custom page size support via command line by the proper upstream fix (LP: #539242). * debian/patches/60-getweb.in.dpatch: Redone the patch so that it really installs everything into the directories of the correct drivers. Before, the files got all installed into subdirectories of /usr/share/foo2zjs and so firmware and ICM files were only found by the "foo2zjs" driver. This could solve the color output problem of LP: #424546. -- Till Kamppeter Tue, 16 Mar 2010 11:18:26 +0100 foo2zjs (20100210-0ubuntu2) lucid; urgency=low * debian/foo2zjs.preinst: when removing old udev rules, handle files that are marked as obsolete when checking md5sums. -- Kees Cook Tue, 16 Feb 2010 16:20:22 -0800 foo2zjs (20100210-0ubuntu1) lucid; urgency=low * New upstream release o Snapshot from Feb 10, 2010. * README.Debian: Updated completely outdated content. We are using the complete original source code again for longer time as there are no binary-only executables and no *.icm files any more in the source tarball. * debian/local/HP-LaserJet_1022n.ppd, debian/local/HP-LaserJet_1022nw.ppd, debian/rules: Added PPDs for some additional models (LP: #250872). -- Till Kamppeter Wed, 10 Feb 2010 10:17:26 +0100 foo2zjs (20090908dfsg-1ubuntu1) lucid; urgency=low * Merge from Debian testing, remaining changes: - debian/foo2zjs.postinst: Automatically update the PPD files for existing queues to the versions supplied with this package. - debian/foo2zjs.preinst: handle moving 85-hplj10xx.rules from /etc/udev/rules.d to /lib/udev/rules.d, needed for upgrades from hardy. - debian/control, debian/rules: Do not include msexpand, as it is already in the mscompress package. Add a dependency on mscompress instead. - debian/control: Require foomatic-filters 4.x - debian/control: Add dependency on cups and cups-client to ensure that automatic update of the PPDs of existing print queues works. - debian/control: Drop tix recommends to a suggests. - debian/control: Breaks: udev (<< 136-1) to ensure the correct udev version is used. - debian/rules: Add /etc/papersize support, and modify all /usr/bin/foo2*-wrapper scripts to handle custom page sizes correctly in the PDF-based printing workflow. - debian/rules: Add "*cupsFilter" line to accept PDF input data to the PPDs. - debian/rules, debian/85-hplj10xx.rules: move the rules from 11-hplj10xx.rules to 85-hplj10xx.rules per /etc/udev/rules.d/README, and include a number of updates, superseding 30-udev-rules.dpatch: + Make automatic firmware loading work for the HP LaserJet 1000, 1005, 1018, 1020, P100x and 1505 printers. + 'BUS=="usb"' is deprecated, replaced with 'SUBSYSTEMS=="usb"'. + Removed deprecated '%e' tags from UDEV rules. + Removed UDEV rule items which conflict with the general UDEV rules for USB printers: 'NAME="usb/%k"', 'MODE="0666"'. + Change SYSFS to ATTRS. - debian/rules: Hide menu entry for the paper-out resetter for the HP LaserJet 1018/1020 and improve UI text for this menu entry. - debian/local/apport-hook.py, debian/rules: Add apport hook. * Dropped changes: - Replaces/Provides/Conflicts: foo2zjs-ppds: this package is not present in any supported release. - No hannah-foo2zjs package: this has been dropped in Debian as well. -- Steve Langasek Mon, 30 Nov 2009 16:25:00 -0800 foo2zjs (20090908dfsg-1) unstable; urgency=low * New upstream release. - supports Minolta mc1690MF (Closes: #545950) * debian/patches/60-hplj1000.dpatch: Removed last hunk as it is applied upstream. * debian/patches/70-printer-profile.dpatch: Added to work around deleting of printer-profile script in upstream Makefile. * debian/patches/90-manpages.dpatch: Updated to also fix manpage of printer-profile. * debian/README.source: Renamed from debian/README.Debian-source. -- Michael Koch Mon, 14 Sep 2009 20:21:07 +0200 foo2zjs (20090301dfsg-5) unstable; urgency=low * Remove hannah-foo2zjs package as its now in its own source package. * debian/README.Debian-source: New file to describe usage of dpatch. * debian/control: Updated Standards-Version to 3.8.3. * debian/control: Add Vcs-Browser field. -- Michael Koch Wed, 02 Sep 2009 08:49:26 +0200 foo2zjs (20090301dfsg-4) unstable; urgency=low * debian/hannah-package/gui.cpp: Fix list of argument names for getweb (Closes: #537325). * debian/patches/40-hplj1000.dpatch: Updated to also guard globbered names in find call (Closes: #526781). * debian/README.Debian: Clarify how hannah-foo2zjs and getweb are used (Closes: #503373, #529300). * debian/copyright: Link to /usr/share/common-licenses/GPL-2 instead of /usr/share/common-licenses/GPL. * debian/control: + hannah-foo2zjs: Tighten Depends on kdebase-bin to (<< 4:4.4.0-1) (Closes: #460480). + Updated Standards-Version to 3.8.2. * debian/patches/60-getweb.in.dpatch: Exit with failure when called as non-root. * debian/patches/90-manpages.dpatch: New dpatch to fix manpage errors. -- Michael Koch Sat, 01 Aug 2009 14:01:43 +0200 foo2zjs (20090623-0ubuntu5) karmic; urgency=low * Drop tix recommends to a suggests. -- Steve Langasek Mon, 19 Oct 2009 01:41:45 -0700 foo2zjs (20090623-0ubuntu4) karmic; urgency=low * debian/foo2zjs.postinst: Fixed "lpstat -r" check for the auto update of PPDs of existing queues. "lpstat -r" exits always with status 0, we must check the actual output. Call lpstat, lpadmin, and cupsctl with "-h /var/run/cups/cups.sock" to avoid querying remote servers set up in /etc/cups/client.conf, and asking for passwords. Thanks to Martin-Éric Racine for tracking this down and the solution! See Debian bug #543468. Use signal names instead of numbers for trap. Quiesces a lintian bashism warning. -- Till Kamppeter Fri, 18 Sep 2009 15:07:23 +0200 foo2zjs (20090623-0ubuntu3) karmic; urgency=low * debian/rules: Hide menu entry for the paper-out resetter for the HP LaserJet 1018/1020 (LP: #396271) and improved UI texts of this menu entry (LP: #398958). -- Till Kamppeter Tue, 21 Jul 2009 12:18:49 +0200 foo2zjs (20090623-0ubuntu2) karmic; urgency=low * debian/control: Added dependency on cups and cups-client to assure that automatic update of the PPDs of existing print queues works. -- Till Kamppeter Wed, 24 Jun 2009 08:55:49 +0200 foo2zjs (20090623-0ubuntu1) karmic; urgency=low * New upstream version - Snapshot from June 23, 2009 - Added support for Konica-Minolta magicolor 1600W, 1680MF, 1690MF, 4690MF, Samsung CLP-310 - Color management improvements (many new color profiles) - Bug fixes * Merge from debian unstable, remaining changes: - Auto-update of PPDs of existing print queues - Apport hook - Use of mscompress from external package - Depends: foomatic-filters - Replaces/Provides/Conflicts: foo2zjs-ppds - Breaks: udev (<< 136-1) - No hannah-foo2zjs package. - /etc/papersize support - Support for the PDF printing workflow: o "*cupsFilter:" lines for PDF input in the PPDs o Let wrapper scripts read custom page sizes also from the command line and not only from embedded PostScript commands. -- Till Kamppeter Tue, 23 Jun 2009 21:48:49 +0200 foo2zjs (20090301dfsg-3) unstable; urgency=low * debian/control: + s/tik/tix/ in Recommends:, my fault. * debian/foo2zjs.dirs: + sort alphabetically. + add /usr/share/pixmaps (Closes: #521992). * debian/foo2zjs.links: + list all links to be created for the hplj* helper programs. + install links for HP LaserJet P1xxx printers. * debian/patches/00list: update. * debian/patches/60-getweb.in.dpatch: + extract firmware for HP LaserJet P1005/1007 printers as well. * debian/patches/60-hplj1000.dpatch: + always load firmwares from /usr/share/foo2zjs/firmware. * debian/rules: + call dh_link only once. -- Luca Capello Thu, 02 Apr 2009 18:07:52 +0200 foo2zjs (20090301dfsg-2) unstable; urgency=low * debian/patches/30-udev-rules.dpatch: + for some printers, HP is lowercase, thanks to ilf (Closes: #519628). -- Luca Capello Wed, 18 Mar 2009 22:32:41 +0100 foo2zjs (20090301dfsg-1) unstable; urgency=low * New upstream version (Closes: #466758) * DFSG repack - remove binary file c5200mono.prn - remove crd/qpdl/CLP* , because copyright is unclear * debian/*.1: - remove, use upstream instead. * debian/control: + Recommends: tk8.4 and tik for hplj10xx_gui.tcl, thanks to lintian. * debian/hannah-package/hanna.desktop: - remove now useless Encoding key, thanks to lintian. * debian/manpages: + install foo2zjs-icc2ps.1 only. * debian/patches/00list: update. * debian/patches/10-makefile.dpatch: refresh. * debian/patches/30-udevs-rules.dpatch: refresh. * debian/patches/40-desktop-encoding-correction.dpatch: - remove now useless Encoding key, thanks to lintian. * debian/patches/40-path-correction.dpatch: refresh. * debian/patches/50-fix-grotty-warnings: - do not apply, it requires a too long refresh and a better solution would be to fix the upstream manpage generation system. * debian/patches/60-getweb.in.dpatch: refresh. * debian/patches/70-getweb.in.dpatch: - remove, no more needed. * debian/watch: + new dummy file, thanks to lintian. -- Luca Capello Tue, 03 Mar 2009 09:43:35 +0100 foo2zjs (20090217-0ubuntu4) jaunty; urgency=low * debian/foo2zjs.postinst: Silenced non-fatal error messages when post-install script updates PPDs and there are PPDs not belonging to a CUPS queue in /etc/cups/ppd/ (LP: #345866). -- Till Kamppeter Thu, 26 Mar 2009 16:10:49 +0100 foo2zjs (20090217-0ubuntu3) jaunty; urgency=low * debian/local/apport-hook.py, debian/rules: Added apport hook (LP: #338442). -- Till Kamppeter Thu, 19 Mar 2009 18:31:49 +0100 foo2zjs (20090217-0ubuntu2) jaunty; urgency=low * debian/rules: Modify all /usr/bin/foo2*-wrapper scripts to handle custom page sizes correctly in the PDF-based printing workflow. -- Till Kamppeter Sun, 8 Mar 2009 23:10:13 +0100 foo2zjs (20090217-0ubuntu1) jaunty; urgency=low * New upstream release - Snapshot from February 17, 2009 - Added support for Oki C3100, Samsung CLX-3175, HP LaserJet P2035, M1319 MFP. - Color management improvements for some printers and bug fixes. * debian/foo2zjs.postinst: Added automatic update of the PPD files of the existing queuea to the PPDs supplied with this package. -- Till Kamppeter Tue, 17 Feb 2009 14:03:13 +0100 foo2zjs (20080810-0ubuntu6) jaunty; urgency=low * Add Breaks to ensure the right version of udev is used. -- Scott James Remnant Fri, 09 Jan 2009 11:46:39 +0000 foo2zjs (20080810-0ubuntu5) jaunty; urgency=low * debian/85-hplj10xx.rules: Change SYSFS to ATTRS. * debian/rules: Install into /lib/udev/rules.d * debian/foo2zjs.install: Update path here, though this is a no-op * debian/foo2zjs.preinst: Remove old file if unmodified -- Scott James Remnant Wed, 07 Jan 2009 15:01:02 +0000 foo2zjs (20080810-0ubuntu4) intrepid; urgency=low * debian/rules, debian/85-hplj10xx.rules: Made automatic firmware loading also working for the HP LaserJet P100x and 1505 printers. -- Till Kamppeter Tue, 9 Sep 2008 09:50:50 +0200 foo2zjs (20080810-0ubuntu3) intrepid; urgency=low * debian/rules: Improved regular expression to insert /etc/papersize support into the /usr/bin/foo2*-wrapper scripts (LP: #267960). -- Till Kamppeter Tue, 9 Sep 2008 08:50:50 +0200 foo2zjs (20080810-0ubuntu2) intrepid; urgency=low * debian/rules: Add "*cupsFilter" line to accept PDF input data to the PPDs * debian/control: Require foomatic-filters 4.x, do not recommend foomatic-db-engine any more, as we have ready-made PPDs. -- Till Kamppeter Wed, 13 Aug 2008 16:20:50 +0200 foo2zjs (20080810-0ubuntu1) intrepid; urgency=low * New upstream release - Snapshot from August 10, 2008 - Added support for Oki C3530 MFP, HP Color LaserJet CP1215, LaserJet P1007, P1008, Samsung CLP-315. * debian/foo2zjs.install: Added /usr/share/foo2hiperc. -- Till Kamppeter Sun, 10 Aug 2008 17:48:50 +0200 foo2zjs (20080502-0ubuntu1) intrepid; urgency=low * New upstream release - Snapshot from May 2, 2008 - Added support for HP LaserJet 2014, M1005 MFP, M1120 MFP, Kyocera Mita KM-1635, KM-2035, Lexmark C500n, Oki C3200n, C3300, C3400n, C5100n, C5200n, C5500n, C5600n, C5800n, Samsung CLP-610. * debian/patches/50-buffered-input-for-ghostscript.dpatch, debian/patches/60-device-uri.dpatch: Removed, merged upstream. * debian/local/*, debian/local/ppd/*.ppd, debian/rules: Removed added support for Oki printers, they are supported directly from the upstream source now. -- Till Kamppeter Fri, 2 May 2008 11:47:01 +0200 foo2zjs (20071205-0ubuntu3) hardy; urgency=low * debian/rules: Improved Perl magic for the /etc/papersize support. It broke some of the wrapper scripts (LP: #205716). -- Till Kamppeter Mon, 24 Mar 2008 19:48:05 +0100 foo2zjs (20071205-0ubuntu2) hardy; urgency=low * debian/local/*, debian/local/ppd/*.ppd, debian/rules: Added support for HP LaserJet M1120 MFP, Oki C3200n, C3300, C3400n, C5100n, C5200n, C5500n, C5600n, C5800n (LP: #192948). * debian/patches/20-honour-papersize.dpatch, debian/rules: Patch replaced by Perl magic in the debian/rules file. This way the /etc/papersize support gets automatically applied to every new wrapper script appearing in future versions of foo2zjs. * debian/patches/60-device-uri.dpatch: Corrected environment variable name in foo2* filters: DEVICE_URL -> DEVICE_URI (bug fix from current upstream snapshot). * debian/patches/70-ghostscript-crash-with-wts-in-monochrome.dpatch: Avoid using well-tempered screening (WTS) in monochrome printing mode as it makes Ghostscript crashing at 1200x600 dpi (bug fix from current upstream snapshot). * debian/rules: Cleaned up "clean" rule. -- Till Kamppeter Mon, 25 Feb 2008 14:48:05 +0100 foo2zjs (20071205-0ubuntu1) hardy; urgency=low * New upstream release - Snapshot from Dec 5, 2007 - Added support for HP LaserJet P1005, P1006, P1505 * debian/patches/50-buffered-input-for-ghostscript.dpatch: Let Ghostscript always use buffered input. This works around a Ghostscript bug which prevents printing encrypted PDF files with Adobe Reader 8.1.1 and Ghostscript built as shared library (Ghostscript bug #689577, Ubuntu bug LP: #172264) * debian/patches/40-path-correction.dpatch: Regenerated to adapt to new foo2zjs version. * debian/rules: Added argument to "make install" so that usb_printerid goes into /usr/bin and added arguments for new install targets. * debian/README.Debian: Updated, as source for foo2oak is supplied now (LP: #173380). -- Till Kamppeter Wed, 05 Dec 2007 15:19:37 +0000 foo2zjs (20071109-0ubuntu1) hardy; urgency=low * New upstream release - Snapshot from Nov 9, 2007 - Added support for Lexmark C500n - Fixes with well-tempered screening (WTS) in newer Ghostscript versions * debian/patches/10-makefile.dpatch: Removed, merged upstream. -- Till Kamppeter Fri, 09 Nov 2007 10:31:36 -0700 foo2zjs (20070718dfsg-9) unstable; urgency=low * debian/control: + add myself to Uploaders:. * debian/patches/30-udev-rules.dpatch: + backport upstream fix to support udev hotplugging, thanks to ilf (Closes: #477923). -- Luca Capello Mon, 22 Dec 2008 13:13:25 +0100 foo2zjs (20070718dfsg-8) unstable; urgency=low * Fixed bashism in debian/patches/60-getweb.in.dpatch. Closes: #489576 * Use su-to-root in debian/hannah-foo2zjs.menu and debian/hannah-package/hannah.desktop. * Use menu section Applications/System/Administration instead of Applications/System. * Use the Suggests from menu package for the Depends of hannah-foo2zjs to make su-to-root -X work always. * Build-Depends on ghostscript instead of gs-gpl. * Build-Depends on libcups2-dev instead of libcupsys2-dev. * Added Recommends for foo2zjs on wget. Neede by getweb script. * Exclude the manual.pdf from dh_compress. -- Michael Koch Thu, 21 Aug 2008 18:16:23 +0200 foo2zjs (20070718dfsg-7.1) unstable; urgency=medium * Non-maintainer upload. * Add '80-getweb.in.dpatch' to fix bashism in /bin/sh script (Closes: #472895) * Bump Standards-Version to 3.8.0. -- Chris Lamb Sat, 07 Jun 2008 20:17:48 +0100 foo2zjs (20070718dfsg-7) unstable; urgency=medium * Added menu file for hannah-foo2zjs package (Closes: #444850). - Call dh_installmenu in debian/rules - Adjust debian/hannah-foo2zjs.dirs accordingly * Modified debian/rules to use /usr/share/dpatch/dpatch.make * Added a patch from a newer getweb because the firmware location has changed (Closes: #449426). -- Luca Bedogni Thu, 15 Nov 2007 17:40:37 +1100 foo2zjs (20070718dfsg-6) unstable; urgency=low * debian/control: - Added the Homepage tag insted of displaing it in the long description (Closes: #439579). - Added Vcs-Svn tag. * Now hannah-foo2zjs display the output of an error (Closes:444852) -- Luca Bedogni Fri, 02 Nov 2007 01:06:58 +0100 foo2zjs (20070718dfsg-5) experimental; urgency=low * Change name of package hannah to hannah-foo2zjs to make it more related to foo2zjs (and because there is already a package in the archive called hannah) - Also rename the binary to hannah-foo2zjs and its references -- Steffen Joeris Sun, 07 Oct 2007 17:13:46 +1000 foo2zjs (20070718dfsg-4) experimental; urgency=low [ Luca Bedogni ] * Now hannah is a standalone package - Moved debian/hannah to debian/hannah-package - Added the clean call for hannah-package in debian/rules - Added new package information to debian/control * Modified menu file for opening hannah with kdesu or gksu (Closes: #444850) [ Steffen Joeris ] * Fix cleanup for hannah and call it with make distclean * Remove dependency against kdebase-bin | gksu from foo2zjs, because this is satisfied via hannah now * Add hannah as a suggests for foo2zjs * Add foo2zjs as a depends to hannah * Add debian/copyright information -- Luca Bedogni Sun, 07 Oct 2007 16:24:58 +1000 foo2zjs (20070718dfsg-3) experimental; urgency=low * Include first version of Hannah (GUI for downloading and installing the printer firmware) (Closes: #443994) - Add Hannah code to debian/hannah/* - Modify debian/rules to build hannah from source - Add build-depends against libqt4-dev - Generate the standard directory for .desktop files in debian/dirs - Install hannah.desktop into the standard desktop directory - Update README.Debian to point to Hannah - Renamed dpatch to 60-getweb.in.dpatch and adjusted it to match for Hannah - Use tmp file under /usr/share/foo2zjs/tmp for unpacking and preparing downloaded firmware - Add a depends against kdebase-bin | gksu to use either of both programs to become root, when calling hannah * Fix breaking line in 11-hplj10xx.rules to repair it (Closes: #443917) Thanks to Cristian Ionescu-Idbohrn for the patch -- Steffen Joeris Sun, 30 Sep 2007 18:10:33 +1000 foo2zjs (20070718dfsg-2) unstable; urgency=low [ Luca Bedogni ] * Added 60-getweb.dpatch for improving the getweb script to install the firmware too, instead of download-only (Closes: #419038) [ Steffen Joeris ] * Update README.Debian and remove some useless information [ Michael Koch ] * Improved 60-getweb.dpatch to delete local files after putting them into firmware directory -- Michael Koch Sat, 22 Sep 2007 21:58:30 +0200 foo2zjs (20070718dfsg-1) experimental; urgency=low [ Luca Bedogni ] * Modified patches to fit with new version * Removed Finn-Arne Johansen (Requested on #427678) * Added me (Luca Bedogni) as co-maintainer * Added Michael Koch as co-maintainer [ Steffen Joeris ] * Put the alioth list as maintainer and myself as co-maintainer - The package is now team maintained (Closes: #429872) * New upstream version (Closes: #427678) * DFSG repack - Removed binary file c5200mono.prn - Removed crd/qpdl/CLP* , because copyright is unclear * Make sure that the PPD files are installed (Closes: #427665) -- Steffen Joeris Fri, 20 Jul 2007 18:07:24 +0200 foo2zjs (20070625-0ubuntu1) gutsy; urgency=low * New upstream release - Added support for Samsung CLP-300, CLP-600, CLX-3160, Xerox Phaser 6110, 6115MFP, Konica Minolta magicolor 2480, 2490, 2530. - Bug fixes. debian/patches/10-makefile.dpatch: Regenerated to adapt to new foo2zjs version. * Do not fail if building of manual.pdf fails. This file is not important and should not hold back releases. -- Till Kamppeter Mon, 25 Jun 2007 17:25:17 +0100 foo2zjs (20061224-3ubuntu1) gutsy; urgency=low * Merge from debian unstable, remaining changes: - Use improved UDEV rules, debian/85-hplj10xx.rules, therefore patch debian/patches/30-udev-rules.dpatch dropped - Install firmware file converter arm2hpdl, needed by getweb (bug in Debian package) -- Till Kamppeter Fri, 22 Jun 2007 21:27:09 +0100 foo2zjs (20061224-3) unstable; urgency=low * Make sure that the patches are cleaned up before the general cleanup and therefore avoid FTBFS during second build (Closes: #424277) * Make sure that upstream documentation and copyright information are not installed as they are not needed for debian * Make sure that the cleanup target is complete -- Steffen Joeris Wed, 16 May 2007 15:44:32 +1000 foo2zjs (20061224-2) unstable; urgency=low * Upload to unstable -- Steffen Joeris Sun, 06 May 2007 18:57:46 +1000 foo2zjs (20061224-1) experimental; urgency=low * New upstream release * Bump debhelper level to 5 * Change my maintainer address * Change 30-udev-rules.dpatch to patch the path for the program * Change the path for the hplj1000 script (Closes: #402633) * Install the ChangeLog file from upstream * Still provide the hplj1000 script * Improve package description (Closes: #400036) * Remove old debian diversions file * Update debian/copyright * Patch the build system properly (10-makefile.dpatch) -- Steffen Joeris Sat, 6 Jan 2007 00:56:38 +0100 foo2zjs (20061224-0ubuntu3) feisty; urgency=low * debian/control, debian/rules: Do not include msexpand, as it is already in the mscompress package. Add a dependency on mscompress instead (closes: LP#92216). -- Till Kamppeter Wed, 14 Mar 2007 16:30:36 +0000 foo2zjs (20061224-0ubuntu2) feisty; urgency=low * debian/control, debian/rules, debianfoo2zjs.install, debian/foo2zjs-ppds.install: Let PPDs go into the main package, drop foo2zjs-ppds package (closes: LP#88224). -- Till Kamppeter Thu, 8 Mar 2007 14:30:36 +0000 foo2zjs (20061224-0ubuntu1) feisty; urgency=low * New upstream release * No repacking for DFSG needed any more, as foo2oak is removed upstream * Created additional package (foo2zjs-ppds) with the PPD files -- Till Kamppeter Thu, 11 Jan 2007 11:30:36 +0000 foo2zjs (20060625dfsg-4ubuntu2) feisty; urgency=medium * Added foo2zjs.postinst: Let old UDEV rules being removed when the package is updated. -- Till Kamppeter Wed, 20 Dec 2006 12:00:00 +0100 foo2zjs (20060625dfsg-4ubuntu1) feisty; urgency=medium * Made UDEV-triggered automatic firmware upload (for HP LaserJet 1000, 1005, 1018, 1020) really working with Ubuntu (closes LP #65618): o Corrected number of UDEV rules file from 11 to 85, according to /etc/udev/rules.d/README (debian/11-hplj10xx.rules -> debian/85-hplj10xx.rules) o Fixed UDEV rules: 'BUS=="usb"' is deprecated, replaced with 'SUBSYSTEMS=="usb"' o Removed deprecated '%e' tags from UDEV rules o Removed UDEV rule items which conflict with the general UDEV rules for USB printers: 'NAME="usb/%k"', 'MODE="0666"'. * Removed 30-udev-rules.dpatch, as we replace the UDEV rules file completely now (debian/85-hplj10xx.rules). -- Till Kamppeter Thu, 23 Nov 2006 12:00:00 +1000 foo2zjs (20060625dfsg-4) unstable; urgency=medium * Make sure that the symlinks are available (Closes: #390948) Thanks to Petre Todorov -- Steffen Joeris Sun, 8 Oct 2006 14:21:29 +1000 foo2zjs (20060625dfsg-3) unstable; urgency=medium * Correct the udev rules (30-udev-rules.dpatch) to make sure all of the supported hp models work as expected (Closes: #390948) * Correct the path of the program location in hplj1000 (40-path-correction.dpatch) -- Steffen Joeris Fri, 6 Oct 2006 19:21:40 +1000 foo2zjs (20060625dfsg-2) unstable; urgency=low * Upload this version to unstable * Upload sponsored by Petter Reinholdtsen. -- Steffen Joeris Fri, 11 Aug 2006 20:58:53 +1000 foo2zjs (20060625dfsg-1) experimental; urgency=low * New upstream release * Bump standards version, no changes needed * Repack for DFSG compatibility * Provide usb_printerid again (Closes: #355576) * Provide the new firmware download scripts from upstream * Use modified hp10xx.rules file from upstream * Thanks for suggestions from Philippe Teuwen * Add build-dependency against foomatic-filters to make sure foomatic-rip is available * Upload sponsored by Morten Werner Olsen. -- Steffen Joeris Thu, 27 Jul 2006 18:20:54 +1000 foo2zjs (20060124dfsg-1) unstable; urgency=low * new upstream release (Closes: #351413) * repack for DFSG compatibility * wrote manpage for okidecode, used authors description * Upload sponsored by Petter Reinholdtsen. -- Steffen Joeris Sun, 5 Feb 2006 15:31:09 +0100 foo2zjs (20051220dfsg-1) unstable; urgency=low * new upstream release * again have to repack it for DFSG compatibility * add additional explanation (e.g. reason for repack and reformat of manpages) to README.Debian * Upload sponsored by Petter Reinholdtsen. -- Steffen Joeris Sun, 01 Jan 2006 14:45:28 +0100 foo2zjs (20051120dfsg-1) unstable; urgency=low [ Changes by Steffen Joeris ] * new upstream release * add some clean targets to debian/rules * modify make install in debian/rules * repack and rename to *dfsg because of binaries in source ;( * modify Makefile to recognize the dfsg changes * wrote README.Debian to inform users about the changes [ Changes by Finn-Arne Johansen ] * Added code to honour /etc/papersize (Closes: #237967) (20-honour-papersize.dpatch) * Upload sponsored by Petter Reinholdtsen. -- Finn-Arne Johansen Fri, 2 Dec 2005 16:16:09 +0100 foo2zjs (20051113-1) unstable; urgency=low * New Maintainer and Co-Maintainer (Closes: #294813) * New upstream release (Closes: #339761) * Added new clean rules because of new version * bumped standard version * cleaned up the debian/control * provide the full source from the author (Closes: #279830, #279829) * wrote all authors to debian/copyright * reformat the manpages to make the package completely lintian clean -- Steffen Joeris Fri, 18 Nov 2005 18:40:40 +0100 foo2zjs (20050217-1) unstable; urgency=low * New upstream release. * Please note that there is an RFA for this package. -- Chris Lawrence Thu, 17 Feb 2005 23:26:51 -0600 foo2zjs (20040210-2) unstable; urgency=low * Remove the binary-only components from the generated package; if you need foo2oak, see http://foo2oak.rkkda.com/. (Closes: #233311) -- Chris Lawrence Tue, 17 Feb 2004 21:05:36 -0600 foo2zjs (20040210-1) unstable; urgency=low * New upstream release. -- Chris Lawrence Sun, 15 Feb 2004 02:04:03 -0600 foo2zjs (20030807-1) unstable; urgency=low * New upstream release. -- Chris Lawrence Sun, 7 Sep 2003 12:32:07 -0500 foo2zjs (20030702-1) unstable; urgency=low * New upstream release: + Add XML files for Minolta Color PageWorks/Pro L + If color has been selected, but there isn't any color on the page, then produce a monochrome ZjStream. -- Chris Lawrence Wed, 2 Jul 2003 22:55:33 -0500 foo2zjs (20030531-1) unstable; urgency=low * New upstream release. -- Chris Lawrence Fri, 6 Jun 2003 22:55:43 -0500 foo2zjs (20030526-1) unstable; urgency=low * Initial Release. (Closes: #194572) -- Chris Lawrence Tue, 27 May 2003 16:03:54 -0500