--- hplip-2.7.10.orig/debian/pycompat +++ hplip-2.7.10/debian/pycompat @@ -0,0 +1 @@ +2 --- hplip-2.7.10.orig/debian/hplip.docs +++ hplip-2.7.10/debian/hplip.docs @@ -0,0 +1,2 @@ +debian/users-guide.txt +scan/sane/hpaio.desc --- hplip-2.7.10.orig/debian/hplip-doc.install +++ hplip-2.7.10/debian/hplip-doc.install @@ -0,0 +1 @@ +usr/share/doc/hplip/HTML usr/share/doc/hplip-doc/ --- hplip-2.7.10.orig/debian/hplip.preinst +++ hplip-2.7.10/debian/hplip.preinst @@ -0,0 +1,50 @@ +#! /bin/sh +# preinst script for hplip +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `install' +# * `install' +# * `upgrade' +# * `abort-upgrade' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + +case "$1" in + upgrade|install|abort-upgrade) + # Remove symlink, dpkg doesn't like it at all + if [ -h /usr/share/doc/hplip ]; then + rm -f /usr/share/doc/hplip + fi + # Kill any pre-compiled python crap which WILL bite us in the arse + [ -d /usr/share/hplip ] && \ + find /usr/share/hplip \( -name '*.pyc' -o -name '*.pyo' \) \ + -exec rm -f {} \; + # Stop any daemon from old HPLIP installations + [ -x /etc/init.d/hplip ] && \ + /etc/init.d/hplip stop + if test -n "`ps auxwww | grep hpiod | grep -v grep`"; then + killall -9 hpiod + fi + # Remove all init scripts of older HPLIP versions + if dpkg --compare-versions "$2" lt "2.7.7-0ubuntu4"; then + rm -f /etc/init.d/hplip /etc/rc?.d/*hplip + fi + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- hplip-2.7.10.orig/debian/hpijs-ppds.NEWS +++ hplip-2.7.10/debian/hpijs-ppds.NEWS @@ -0,0 +1,35 @@ +hpijs-ppds (2.1.9+0.9.9-1) unstable; urgency=low + +The hplip-ppds package was renamed to hpijs-ppds. Now, it contains only PPDs +that require hpijs to function, so /usr/share/doc/ppd/hplip-postscript was +removed. + +The PPDs for native PostScript printing that were formely shipped at +/usr/share/doc/ppd/hplip-postscript are now shipped in the +openprinting-ppds package, which is not generated from HPLIP sources. + + -- Henrique de Moraes Holschuh Thu, 16 Mar 2006 15:21:13 -0300 + +hplip-ppds (0.9.8-1) unstable; urgency=low + +The Manufacturer field of the PPDs has been changed back from "HP (HPLIP)" +to just "HP", and " - HPLIP (version)" is now appended to the PPD NickName +field. + +This means that now all HP printers are grouped together under the HP +manufacturer in the PPD list of the GUIs (and of CUPS) but that you can still +find the HPLIP ones for your printer as they will have HPLIP after the normal +PPD description. + +Also, all PPDs are now installed as per +http://wiki.debian.org/PpdFileStructureSpecification, and the PPD file names +have been normalized. Now, the use of upper- and lower-case is consistent, as +well as the use of "-" and "_". The specification is not fully implemented yet +by hplip-ppds, as we still ship CUPS symlinks and will remain doing so until +CUPS starts shipping a symlink to /usr/share/ppd by itself. + +HPIJS PPDs are at /usr/share/doc/ppd/hpijs. + +PPDs for PostScript printers are at /usr/share/doc/ppd/hplip-postscript. + + -- Henrique de Moraes Holschuh Wed, 18 Jan 2006 10:07:11 -0200 --- hplip-2.7.10.orig/debian/hp-sendfax.desktop +++ hplip-2.7.10/debian/hp-sendfax.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=HPLIP Fax Utility +GenericName=Fax Utility +Comment=HPLIP Fax Utility +Exec=sh -c 'STARTED_FROM_MENU=yes /usr/bin/hp-sendfax' +Icon=/usr/share/pixmaps/HPmenu.xpm +Categories=Application;Office; +Terminal=false +Type=Application +StartupNotify=false +NoDisplay=false --- hplip-2.7.10.orig/debian/hplip.links +++ hplip-2.7.10/debian/hplip.links @@ -0,0 +1,18 @@ +/usr/share/hplip/hpssd.py /usr/sbin/hpssd +/usr/share/hplip/align.py /usr/bin/hp-align +/usr/share/hplip/info.py /usr/bin/hp-info +/usr/share/hplip/print.py /usr/bin/hp-print +/usr/share/hplip/toolbox.py /usr/bin/hp-toolbox +/usr/share/hplip/clean.py /usr/bin/hp-clean +/usr/share/hplip/colorcal.py /usr/bin/hp-colorcal +/usr/share/hplip/unload.py /usr/bin/hp-unload +/usr/share/hplip/testpage.py /usr/bin/hp-testpage +/usr/share/hplip/makeuri.py /usr/bin/hp-makeuri +/usr/share/hplip/fab.py /usr/bin/hp-fab +/usr/share/hplip/levels.py /usr/bin/hp-levels +/usr/share/hplip/sendfax.py /usr/bin/hp-sendfax +/usr/share/hplip/setup.py /usr/bin/hp-setup +/usr/share/hplip/makecopies.py /usr/bin/hp-makecopies +/usr/share/hplip/probe.py /usr/bin/hp-probe +/usr/share/hplip/timedate.py /usr/bin/hp-timedate +/usr/share/hplip/firmware.py /usr/bin/hp-firmware --- hplip-2.7.10.orig/debian/45-hplip.rules +++ hplip-2.7.10/debian/45-hplip.rules @@ -0,0 +1,4 @@ +SUBSYSTEM!="usb_device", GOTO="hplip_rules_end" +SYSFS{idVendor}=="03f0", SYSFS{bDeviceClass}=="07", GROUP="scanner" +SYSFS{idVendor}=="03f0", PROGRAM="check_mfp_printer", GROUP="scanner" +LABEL="hplip_rules_end" --- hplip-2.7.10.orig/debian/hplip-kubuntu.desktop +++ hplip-2.7.10/debian/hplip-kubuntu.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=HPLIP Toolbox +GenericName=Printer Toolbox +Comment=HP Printing System Control Center +Exec=/usr/bin/hp-toolbox +Icon=/usr/share/pixmaps/hp-logo.xpm +Categories=Application;System; +Terminal=false +Type=Application +StartupNotify=false +OnlyShowIn=KDE; --- hplip-2.7.10.orig/debian/hplip-data.dirs +++ hplip-2.7.10/debian/hplip-data.dirs @@ -0,0 +1 @@ +usr/share/hplip --- hplip-2.7.10.orig/debian/hplip.install +++ hplip-2.7.10/debian/hplip.install @@ -0,0 +1,6 @@ +usr/lib/lib*.so.* +usr/lib/python* +usr/lib/cups/backend +etc/hp +usr/lib/sane/libsane*.so.* +etc/sane.d/dll.d --- hplip-2.7.10.orig/debian/check_mfp_printer +++ hplip-2.7.10/debian/check_mfp_printer @@ -0,0 +1,5 @@ +#!/bin/sh + +# check if any interface of this device is a printer interface (07) +grep -q -F 07 /sys/$PHYSDEVPATH/*/bInterfaceClass +exit $? --- hplip-2.7.10.orig/debian/changelog +++ hplip-2.7.10/debian/changelog @@ -0,0 +1,2875 @@ +hplip (2.7.10-2) unstable; urgency=low + + * Unstable upload + * debian/control + - Homepage: http://hplip.sourceforge.net/ + - Vcs-Svn: svn://svn.debian.org/pkg-hpijs/hplip/trunk/ + - Vcs-Browser: http://svn.debian.org/wsvn/pkg-hpijs/hplip/?op=log + + -- Mark Purcell Wed, 21 Nov 2007 06:19:34 +0000 + +hplip (2.7.10-1) experimental; urgency=low + + * Shadow ubuntu release into debian experimental + - new upstream release (Closes: #413225) + * TODO inport into CVS/ SVN + + -- Mark Purcell Mon, 29 Oct 2007 22:14:02 +0000 + +hplip (2.7.10-0ubuntu1) hardy; urgency=low + + * New upstream release + o hp-setup capable of loading non-free driver extensions from the + internet (usually from OpenPrinting) + o hp-sendfax problem of not being able add files fixed upstream + (LP: #153152) + o New models supported: HP Officejet Pro K8600, Photosmart C4380 Series, + LaserJet 1018, 1020, 1022, 1022n, 1022nw, Deskjet 550C + * No modification of the upstream source tarball needed any more. + * debian/patches/70_no_fail_on_bad_locales.dpatch: Removed, does not apply + to current upstream source code any more. + * debian/patches/90_subprocess_replacement.dpatch: Removed, fixed upstream. + * debian/control: Let hpijs depend on hplip (LP: #149511). + + -- Till Kamppeter Sat, 27 Oct 2007 14:34:49 +0100 + +hplip (2.7.7.dfsg.1-0ubuntu5) gutsy; urgency=low + + * SECURITY UPDATE: arbitrary command execution via network + * Add debian/patches/90_subprocess_replacement: use subprocess instead. + * References + https://launchpad.net/bugs/149121 + CVE-2007-5208 + + -- Kees Cook Thu, 11 Oct 2007 10:25:17 -0700 + +hplip (2.7.7.dfsg.1-0ubuntu4) gutsy; urgency=low + + * debian/55-hpmud.rules: Changed UDEV rules to set owner "lp", + group "scanner", and permissions 0660 for the /dev/... files, so + that non-privileged users (not in "lp" group, but in "scanner" + group) can also access the HP printers. Simply using 0666 + permissions is a security problem (LP: #147369). + + -- Till Kamppeter Thu, 4 Oct 2007 21:05:57 +0100 + +hplip (2.7.7.dfsg.1-0ubuntu3) gutsy; urgency=low + + * debian/rules, debian/55-hpmud.rules: + Updated UDEV rules for HPLIP to the ones of HPLIP 2.7.9. The current + rules do not work any more (LP: #147369) + + -- Till Kamppeter Wed, 3 Oct 2007 16:05:57 +0100 + +hplip (2.7.7.dfsg.1-0ubuntu2) gutsy; urgency=low + + * debian/control, debian/hplip.install, debian/hplip-gui.install, + debian/rules: + Moved menu entries for the GUI utilities into the new hplip-gui package. + This package requires python-qt3 and so the menu entries can never appear + if python-qt3 is not installed. Let the main package (hplip) recommend + hplip-gui instead of python-qt3 now. Fixes: LP: #67892, LP: #86893, + LP: #134480, LP: #137168 + + -- Till Kamppeter Wed, 5 Sep 2007 10:05:57 +0100 + +hplip (2.7.7.dfsg.1-0ubuntu1) gutsy; urgency=low + + * Modified upstream source tarball: Firmware files for HP LaserJet 1018 + and 1020 removed on HP's request + * debian/control, debian/rules, debian/hplip-data.install, + debian/hplip-firmware.install: Removed hplip-firmware binary package. + * debian/README.Source: Updated packaging documentation + * debian/hpijs.README.Debian, debian/hpijs.NEWS, debian/hpijs-ppds.NEWS, + debian/hpijs.1, debian/control: linuxprinting.org -> openprinting.org + + -- Till Kamppeter Wed, 22 Aug 2007 20:41:57 +0100 + +hplip (2.7.7-0ubuntu4) gutsy; urgency=low + + * debian/hplip.install: Added missing line "usr/lib/lib*.so.*" (LP: #132670, + LP: #132781) + * debian/hplip.preinst: Remove init scripts of former 1.x HPLIP versions + * debian/hplip.default: Removed, as we do not have permanently running + daemons any more. + * debian/hplip.rtupdate, debian/rules, debian/hplip.install: Removed update + helper, as we do not have permanently running daemons any more. + + -- Till Kamppeter Fri, 17 Aug 2007 15:40:55 +0100 + +hplip (2.7.7-0ubuntu3) gutsy; urgency=low + + * debian/control: Added "automake" and "libtool" to "Build-Depends" + + -- Till Kamppeter Mon, 13 Aug 2007 15:40:55 +0100 + +hplip (2.7.7-0ubuntu2) gutsy; urgency=low + + * debian/control: Added "autoconf" to "Build-Depends" + + -- Till Kamppeter Mon, 13 Aug 2007 09:40:55 +0100 + +hplip (2.7.7-0ubuntu1) gutsy; urgency=low + + * New upstream release + * Closes: LP: #103871, LP: #109871 + * HPLIP 2.7.7 + + Fixed issues with ppd_install and ppd_dir in the installer + + Device-id and device-status queries can now be made on more than + just the 7/1/2 interface. + + Added pre_install_cmd to installer to fix cups issue in PCLinuxOS + and Mandriva + + Added darwin build support to makefile. + + Removed the localOnly conditional in the sane hpaio backend. This + was needed for saned usage. + + Fixed defect (Print Settings for fax device is incorrect after + switching to other tabs.) + + Fixed defect (The default unload directory path is invalid if user + is root.) + + Fixed defect (Wrong release dates for Fedora distros are displayed + in terminal.) + + Added Mandriva 2007.1 to distros.dat + + Added Ubuntu 7.10 to distros.dat + + Fixed defect (Entering hp-setup -bnet command in terminal, some + error information occurs when network is unreachable.) + + Fixed defect (hp-testpage produces traceback) + + Added some additional error checking to type 3 status (LaserJets) + + Re-designed hp-fab database backend (no longer uses KirbyBase, + instead uses pickle) + + Converted hp-fab and hp-sendfax to handle non-ascii characters (Unicode) + + Added a distros.dat flag to handle usermod command with/without -a + + Added a temporary printer destination codepath for hp-scan + + Enhanced hp-setup launch code for the text installer + + Lots of code cleanup in the logging facility + + Fixed the constraints system in hp-scan (can use list based and + tuple based constraints) + + Removed '-a' from usermod command in installer + + Converted code to use unicode when dealing with UI strings and + user originated strings + + Explicitly convert to utf-8 for file logging output + + Added compile flag conditional compilation in hpmudext.c for parallel + and network support + + Fixed the run command in core_install so that exceptions wouldn't + pass silently + + Enhanced get_distro() in core_install so that it handles lsb_release + output better + + Fixed disable-pp-build and disable-net-build in hpmud. + + Added localization files to tarball. + + Various small bug fixes (esp. in the installer) + * HPIJS 2.7.7 + + Added support for the following new printer(s). + * HP PhotoSmart A620 Series (PSP470) + * HP PhotoSmart A820 Series (PSP470) + * HP PhotoSmart A520 Series (DJGenericVIP) + * HPLIP 2.7.6 + + Major version number change denotes new functionality. + * No more Start-up daemons + * New Direct Device I/O (hpmud) + * Controllable Permissions + * Single 'Make' File + * Support for Dynamic PPD file generation + * New hp-scan command + + Replaced hpiod with the new HP Multi-Point Transport Driver (hpmud). + Hpmud is a shared library instead of a daemon. + + Hpssd is started automatically when needed by HPLIP. + + Removed HPIJS makefile. There is now only one makefile for HPLIP. + + Added the following new HPLIP configure options. + --enable-doc-build enable documentation build (default=yes) + --enable-hpijs-only-build enable hpijs only build (default=no) + --enable-foomatic-ppd-install enable foomatic ppd install, uses + hpppddir default=no + --enable-foomatic-xml-install enable foomatic xml install, uses + foomaticdir default=yes + --with-cupsbackenddir=DIR set cups backend install directory, + default=/usr/lib/cups/backend + --with-icondir=DIR set icon install directory, + default=/usr/share/applications + --with-hpppddir=DIR set hp ppd install directory, + default=datadir/ppd/HP + --with-docdir=DIR set hplip documentation directory, + default=datadir/doc + --with-foomaticdir=DIR set foomatic db install directory, + default=datadir/foomatic + + Old HPIJS configure options --foomatic-install and --cups-install + have been removed. + + Changed the libsane-hpaio install directory from $(libdir) to + $(libdir)/sane. + + Fixed installer utilities (permission, trigger, etc) so they can be + run manully from tarball root directory + + Fixed defect (Some error occurs in terminal and the outputting file + is empty when perform a scan job with the option "-mgray".) + + Added large file size warning to hp-scan + + Added -x/--compression to hp-scan + + Added 1200, 2400, and 4800 dpi support to hp-scan + + Fixed defect (Traceback - SUSE 10.1 - Changing Tabs To Print Settings) + + Fixed defect (Using hp-clean on cmd line fails to clean) + + Changed fax check so that low paper or low supplies don't prevent + faxing [user reported] + + Toolbox will display local docs if doc-build=yes or sf.net docs if + doc-build=no + + Added hp-unload file removal option + + Changed hp-unload progress to a sep. dialog + + Fixed an issue with hp-check with 'lp' group test + + Added libtool and libgphoto2-devel packages for the libtool + dependency for SUSE 10.2 + + Fixed defect (The files can not be rendered when perform a fax job in + terminal on Mepis6.0 OS.) + + Added new functionality into the web installer from the text + installer a) New data functions b) pre- and post- build actions ('lp' + group, udev trigger, etc) c) Some defensive code enhancements + + Fixed defect (The scan job is failed if --printer is specified when + use "hp-scan" command in non-interactive mode.) + + Fixed defect (Mepis and Debian unsubscriptable object on Toolbox launch) + + Fixed an issue with stopping the hpssd process in the installer + + Added PIL as an optional dependency to the installer + + Fixed a couple of text installer issues that were casuing a traceback + + Fixed libtool detection + + Fixed defect ( Toolbox Looses Communication with Printers after + Functions->Unload Photo Card) + + Fixed defect (Fax Address Book - fab.db - unable to open or read file) + + Added --size= parameter to hp-scan + + Added ppd_dir data to debian, mepis, suse in distros.py + + Fixed 2.7.x jetdirect scanimage issue reported by Suse. + + Fixed defect (The installation is failed if packages are missing when + install with command "./hplip-install" on Mandriva2007 32bit OS.) + + Fixed defect (The Installer process can not setup printer after + finishing installation on Ubuntu 7.04 OS.) + + Added the symlink fix Dapper to the text installer + + Fixed an issue with the hppsd process shutdown + + Added libtool dependency to installer + + Made all configure time python checks conditional on hpijs-only-build + as requested by Suse. + + Added USB devnode permission checks to hp-check + + Enhanced USB I/O checks in hp-check + + Added udev .rules file modification module, installer/permissions.py + (called by the installer) + + Fixed defect (The Installer process can not setup printer after + finishing installation on Ubuntu 7.04 OS.) + + Added 'ppd_dir' to text installer + + Added "add user to lp group" to text installer + + Added hpssd shutdown to text installer + + Fixed a problem with the configure flags in the installer + + Added a root user check to the text installer + + Cleaned up the text formatting in the installer + + Added some distro data convenience functions in the installer + + Added a check for adept-updater on Ubuntu + + Fixed the HPLIP detection function + + Changed the launching of hp-setup so that the entered su/sudo + password is used + + Changed the CUPS restart so that it only occurs with CUPS 1.1.x + + Added the logoff required step in the installer + + Added configure option --with-docdir as requested by Suse. + + Added CUPS version check to hp-check (requires cups-config) + + Added '-p' param to hp-check (pre-check, use before install. Run + hp-check w/o -p after install.) + + Added USB I/O checks to hp-check + + Fixed defect (The Unload Photo Card function is invalid) [fixed + error in hpmudext read channel API] + + Fixed defect (An error occurs in terminal when manually find a network + printer with a numerical type hostname.) + + Fixed defect (some error message displays in terminal when enter + "hp-print" command if no device is installed.) + + Fixed defect (Print command is failed when perform a print job if + printers have characters "&", "*", "(", ")", "|", "<", ">", "," + or "." in their names.) + + Fixed defect which was an issue with displaying non-readable + characters in the progress screens. + + Fixed defect (An error occurs when execute "hp-align -bnet" command + in terminal.) + + Added CUPS 1.1 detection and setting of configure flags and paths + + Fixed the enable_ppd flag and made it dependent on CUPS 1.1 detection + + Fixed a problem in the text installer that caused it to exit if no + dependencies were installed + + Added a trigger utility so that USB devices will be detected after + the .rules files updates occur without replugging (added only to text + installer for now) + + Fixed defect which was an issue in canceling the installation process + in the progress screens. + + Fixed defect (Bad usability is brought if the Auto Refresh function is + enabled.) + + Fixed defect (The auto refresh can be enabled by click the OK button + on Settings window.) + + Fixed defect which was an issue in the script that runs the install + options of the GUI installer. + + Changed location of all user files to ~/.hplip/ directory (fax files, + hplip.conf, and fab data file) + + Added sane-devel to installer dependencies + + Made the ppd_install flag be per distro and version rather than just + for distro due to Fedora 5/6 + + Removed LSB dependency info from each distro dataset + + Fixed defect (The send fax job can not performed successfully over + network) + + Added printer list to toolbox status bar [partially fixes user request] + (defect) + + Fixed defect (Some error messages displayed in terminal when executing + hp-sendfax command in terminal.) + + Fixed defect (The hp-setup is invalid if disable GUI option during + install the build.) + + Added bootstrap --ppd to build.py and dist.py + + Fixed defect (The check job can not be finished completely before + install the build.) + + Added udev 55-hpmud.rules to "make install". Users will have to be a + member of the "lp" group in order to have access USB/Parallel devices. + + Fixed hp-makeuri and underlying API + + Fixed defect (Toolbox cannot be launched if the build + hplip-2.7.5.6-shadow is installed with PC Send Fax option disabled + via GUI Installer.) + + Added libsane check at configure time. + + Fixed models.dat and models dat editor tool for hpmud support + + Added HPLIP_BUILD to dat editor tool + + Fixed defect (adding unsupported file type to fax causes traceback) + + Improved build time support for missing Python extensions + + Added MakeURI APIs to hpmudext + + Removed hpiod and hplip start/stop script. + + Fixed defect (An error occurs in terminal when perform a copy job with + Best Copy Quality in GUI mode.) + + Fixed defect ([Photosmart 7550] no photo cart, clicking color cal + causes traceback) + + Fixed defect (hpssd.py crashed with IOError in __init__() [Launchpad + bug #103871]) + + Fixed defect (toolbox crashed with AttributeError in + printButton_clicked() [Luanchpad bug #109871]) + + Preliminary version of hp-scan checked in (ver. 0.1 -lots of missing + features) + + Changed to hpssd auto start functionality to use port detection rather + than .pid/.port files. Hpssd no longer supports dynamic port + assignments. Its is recommended that only the IANA port as specified + in hplip.conf be used (port 2207). Hpssd does not create any .pid or + .port files in /var/run or /tmp. + + Added a missing file 'warnings.tmpl' to the Makefile.am. + + Fixed defect (toolbox crashed with IndexError in UpdatePrinterCombos() + [launchpad]) + + Flated the postscript ppd directory foomatic-db/db/source/PPD/HP/. + + Fixed defect (Some error messages displayed in terminal when executing + hp-sendfax command in terminal.) + + Changed build and dist scripts so that they work with new unified + makefile and ppd/xml changes + + Changed text (CLI) installer to work with new unified makefile and + ppd/xml changes + + Fixed defect (No prompt pops up if execute hp-unload in terminal when + add the device Deskjet d1460 to PC which does not support Photo Unload + function.) + + Fixed defect (The prompt dialog does not pop up when adding a + unsupported file type to the printer from toolbox.) + + Fixed defect (A spelling mistake is found in Functions tab of Configure + window.) + + Fixed defect (Some controls are not fully displayed on Print Control + table of toolbox.) + + Added HP specific foomatic database to tar ball. This will allow + foomatic db installs or PPD installs. + + Removed code for screen that shows the optional path installation + (defect). + + Merged new hpssd autostart code + * HPIJS 2.7.6 + + Removed ESC*p command from DJGenericVIP class for each raster send to + fix PhotoSmart C4200 assert + + Added support for the following new printer(s). + * HP Photosmart C4200 series (DJGenericVIP) + * HP Photosmart A320 series (DJGenericVIP) + * HP Photosmart A440 series (DJGenericVIP) + * HP Color LaserJet CM4730 MFP (LJColor) + * HP Color LaserJet CP3505 (LJColor) + * LaserJet P2010 (LJMono) + * HP Photosmart C5200 series (DJGenericVIP) + * HP 910 (DJ3320) + * HP 915 (DJ3600) + * HPLIP 1.7.4 + + Fixed defect (The tip of menu "Contents..." is incorrect.) [added F1 + accelerator] + + Fixed defect (The corresponding operation could not work while + executing hp-sendfax with "--non-interactive", "--faxnum", + "--recipient", "--group", "--logging" parameters in terminal.) + + Fixed an issue with adding recipients in fax UI + + Fixed defect (The array of the Comments/Notes can not be consistent + with that in fax coverpage.) [check "Preformatted" in coverpage dialog + to preserve formatting] + + Fixed defect (hp-makecopies --quality parameter is invalid.) + + Fixed defect (The printer information still displays on Toolbox when + refresh the device status after delete the Device.) + + Fixed a problem reading USB IEEE 1284 device-id on the Photosmart A420 + based products in hpiod. + + Toolbox internal/built-in makecopies utility + + Reworked the user settings code in the toolbox + + Added PYTHONINCLUDEDIR configure option. + + Removed hplip install code from "make install". Hplip install code is + part of the tarball only. + + Fixed defect (Fax Address with blank nickname and blank fax number can + be added to the Fax Address Book.) + + Fixed defect (Some improper messages display in terminal when add a + device via Network to a PC that is disconnecting with Network.) + + Fixed defect (The word "from" is missing in "Unload Photo Card" + section on Functions tab on Toolbox.) + + Added icons to action buttons in the toolbox + + Fixed defect (The rendering files process hangs up when perform a fax + job) + + Fixed defect (Some unexpected message displayed in terminal when + sending a fax job to a group) + + Removed setup.py calls from Makefile.am. Automake now installs python + extensions. + + Toolbox internal/built-in unload photo card utility + + Fixed an issue with align type 10 (and 11) that caused the wrong + alignment values to be sent from the GUI alignment tool (hp-align was + OK) [reported by user] + + Fixed the issue with .hplip.conf owner of root when hp-setup is run + 1st [patch to Till] + + Added some extra exception handling around device opens in + scrolltoolview + + Fixed defect (No any hint information to show the printer is stopped + when enter hp-print command in terminal to launch a print job.) + + Fixed defect (Toolbox can not display the print queue if switch to + other tab and then go back to the print tab.) + + Fixed defect (Another print job can not be sent to print queue + successfully during printing.) + + Fixed defect (Some unexpected information displays in terminal when + perform a color carlibration job on Photosmart 2575 in GUI mode.) + + Added order column and move up/down to hp-print + + Toolbox internal/built-in send PC fax utility + * HPIJS 2.7.4 + + Fixed a custom paper size bug that caused unintended scaling in + certain cases in services.cpp + + Added supply level low warning message in hpijs.cpp as suggested by + Tim Waugh + + Added support for the following new printer(s): + * DeskJet D1400 Series (DJ3320) + * DeskJet D2400 Series (DJ3600) + * DeskJet D4200 Series (DJ4100) + * DeskJet F2100 Series (DJ3320) + * DeskJet F4100 Series (DJ3600) + * CM8050MFP with Edgeline (PS) + * CM8060MFP with Edgeline (PS) + * Simplified the packaging making every change done by dpatches and not + directly in the source code. + o Dropped source code cosmetics in configure.in and Makefile.am + o Dropped moving .py files into /usr/lib. These files and also the + .pyc files generated from them are distribution-independent. + o 85_rebuild_python_ui.dpatch: Moved changes for compiling .ui files + to .py files into a dpatch + o 87_move_documentation.dpatch: Moved changes for moving the + documentation into a dpatch + o debian/rules: Set documentation directory by the "./configure" + command line. + * Removed patches 80_laserjet1100_fix.dpatch, + 82_scrolltool_py_deskjet_d4100_claen_device_not_found.dpatch, + 84_align10form_py_deskjet_5440_head_align.dpatch, merged upstream. + * 70_no_fail_on_bad_locales.dpatch: Rediff. + * debian/rules: Updated command line options for ./configure, make + debian/autogen.sh being called when Makefile.am and/or configure.in + were patched. + * debian/rules, debian/hplip-data.links: Do not put .py and .pyc files + into /usr/lib/hplip any more. There are REALLY plattform-independent. + * debian/control, debian/rules, debian/hplip-data.install, + debian/hplip-firmware.install: Created new package for the firmware files + for the HP LaserJet 1018 and 1020. + * debian/hplip.preinst: Shut down the daemons of the old 1.x.x generation + HPLIP and kill hpiod if the shut down did not work. + * debian/*.desktop: Show the icons in the menus of Ubuntu/Xubuntu/Edubuntu, + as we get a decent error dialog if PyQt is not installed. + + -- Till Kamppeter Thu, 9 Aug 2007 18:30:55 +0100 + +hplip (1.7.3-0ubuntu4) gutsy; urgency=low + + * Restore Scott's change from 0.9.11-2ubuntu3 in Edgy, apparently lost + along the way: + - Remove stop links from rc0 and rc6. + + -- Colin Watson Wed, 25 Jul 2007 09:03:13 +0100 + +hplip (1.7.3-0ubuntu3) gutsy; urgency=low + + * debian/control: Remove version numbers from libsnmp-dev build + dependency, so that package builds with arbitrary versions of + libsnmp. + + -- Till Kamppeter Thu, 31 May 2007 15:30:55 +0100 + +hplip (1.7.3-0ubuntu2) gutsy; urgency=low + + * debian/control: Make the dependencies of the "hpijs" package also be + satisfied by "ghostscript" instead of only "gs-...", due to "gs-gpl" + having been renamed to "ghostscript" after the ESP/GPL Ghostscript + merger. + + -- Till Kamppeter Thu, 24 May 2007 11:30:55 +0100 + +hplip (1.7.3-0ubuntu1) feisty; urgency=low + + * New upstream release (closes: LP#82546, LP#83936, LP#85805, LP#87695, + LP#92237, LP#94013, LP#94015, LP#94823, LP#95489) + * HPLIP 1.7.3 + + Added the tag to hpijs-generator.in. This will remove + the extra foomatic PJL options from most HP LaserJet PPD + files. The extra foomatic PJL options caused some HPIJS PCL data + issues. This fixes a "PCL XL error" on LJ1010/1012 that can + occur on different PCs (closes: LP#92237). + + Fixed defect (An error occurs when send a fax coverpage with "&" + or "<" character in Regarding or Optional Message field.) + + Removed banner pages from fax print settings + + Altered hpfax: device discovery output to match hp: scheme (CUPS + 1.2 only) + + Removed the wait cursor during the password entry screen + [reported by Johannes] + + Added error messages and suppressed content in toolbox when + device is not found or unsupported + + A new configure option was added --enable-cups11-build, this + option controls the hp/hpfax device discovery message when no + devices are found. If needed, this option provides backward + compatibility with CUPS 1.1.x applications. + With --enable-cups11-build set the "no_device_found" message is + displayed during device discovery by the "hp" backend. + With --disable-cups11-build (default) set the backend prints a + scheme based on the following conditions. + Condition 1 - no daemons + output nothing stdout return exit 1 + Condition 2 - daemons running, no HP devices, output scheme + direct hp "Unknown" "HP Printer (HPLIP)" return exit 0 + Condition 3 - daemons running, HP printer found, output URI + direct hp:/... "hp model" "HP model HPLIP" "deviceid" + return exit 0 + (closes: LP#87695) + + Changed the way that hp-setup was being launched from the + toolbox, it was hanging on Edgy + + Added Tools > Printer Information + + Added a check for 'lpr' for Debian installation (to force + install of cupsys-bsd) + + Moved the password prompt in the text/CLI installer past the + distro confirm/select prompts to handle a problem with Mepis + + Made a change to determine if networking is working during + installation. + + Added a private copy of sanei_init_debug to libsane-hpaio. This + will remove the libsane.so dependency which was a problem for + WINE. + + Fixed defect (PPD file "foomatic:HP-PSC_2400-hpijs.ppd" can not + be found when set up PSC 2400 in interactive mode, closes + LP#95489) + + Fixed a page update defect in the toolbox (when switching + devices, update page correctly) + + Re-wrote hpaioAdvanceDocument function in libsane-hpaio. This + change only effects SCL scanners with an ADF (ie: inkjet + all-in-ones). This fixes a double-feed ADF issue which occurred + when scanning a single page. + + Fixed defect (An unexpected error occurs when perform color + calibration job in GUI mode on photosmart c7180.) + + Some toolbox UI improvements + + Converted hp-print to new UI + + Fixed some defects in scrollprintview and devmgr + + Added network detection to text/CLI installer + + Toolbox internal/built-in print utility + + Added password entry and validation to text/CLI installer + + Fixed an issue when the ~/.hplip.conf file is not present on 1st + run, the hp-setup run as root owns the file and doesn't allow the + regular user to write to it. + + Fixed defect (hp-setup -i can not setup a printer Photosmart + c3100 which has multiple possible PPD files.) + + Some visual updates to the toolbox + + Fixed defect (DJ 4x0 power/battery settings not staying set) + + Added a confirmation dialog to device remove in the toolbox + + Linked quality and printoutmode in print settings + + Switched [x] Enable style controls to (*) On ( ) Off style in + print settings + + Supply icons auto generate (removed supply PNG icons from + data/images) + + Fixed an issue with r_values in supplies processing + + Added type 12 head support for PS33xx, PSC61xx, etc. + + Fixed defect (The Print Settings of Fax device are invalid) + + Fixed issue where L7xxx color cal wasn't showing the load paper UI + + Fixed defect (The command "hp-setup -i" can not work normally) + + Fixed defect (The setup process will hang up when modify the fax + name to a name which contains more than 104 characters on setup + UI.) + + Changed magic.py to better handle text/plain vs. data detection + + Added last used working directory support to hp-sendfax, + hp-print, and hp-unload + * HPLIP 1.7.2 (Not published as Ubuntu or Debian package) + + Fixed defect (The fax file is printed out by the sender when use + printer name with "-p" parameter to perform a fax job.) + + Added CUPS fax queues to Print Settings and Print Control tabs + + Added PQ Diag type 2, align type 12, color cal type 6, and LF + cal type 2 for Officejet Pro L7xxx + + Added agent types 20 and 21 for Officejet Pro L7xxx + + Fixed defect (There is no response when click "About" in the + "Help" menu in the toolbox window.) + + Fixed defect (Function Commands configuration was disabled) + + Fixed an issue where the ending banner page combo box would not + show the proper setting if it were not 'none' + + Fixed defect (An error occurs when select other ppd files from + toolbox to setup) + + Fixed defect (The command "hp-setup -i" can not work normally) + + Fixed defect (The output of "-t" parameter is not the same as + "--prettyprint" parameter when send a fax job using pretty + printing for text files.) + + Fixed defect (An error occurs when enter "#" in Fax Name field + on "Enter Printer Information" window during setting up a + printer.) + + Fixed defect (Print outcomes are not full when set the "Page + Orientation" as "Landscape" on "Print Settings" table.) [added + "Fit to page" option in image printing section of Print Settings + tab.] + + Moved installer/images/xxx files from SCRIPT to DATA install in + Makefile.am. + + Fixed non-functioning printer control in hp-toolbox + + Fixed an issue with the settings dialog not working [reported by + Johannes] + + Additional fixes to get PPD file handling working on Edgy and + Feisty for CUPS 1.2. + + Fixes for CUPS 1.2 and auto-generated PPD files for Feisty Fawn + [reported by Till] (closes: LP#95489) + + Fixed potential subscript array overflow in pcard/fat.c + (reported by Suse). + + Fixed an issue reported by Till with the device string returned + by hpfax: + + Fixed an issue in in the NoDeviceForm (missing __tr() method) + + Fixed defect (Ubuntu Fiesty Herd 3 - ppd file w/hp-setup + problem) [implemented change to PPD file enumeration for CUPS 1.2 + as suggested by Till] (closes: LP#95489) + + Added banner pages to print settings (job-sheets) + + Fixed problem with watermark angle text in print settings (utf-8 + decoding) + + Added libusb-devel check to configure.in. + + Added image printing settings to toolbox print settings + + Added print adjustment settings to toolbox print settings + + Enhanced the default button behavior in toolbox print settings + + Removed sticky print settings from hp-print + + hp_laserjet_p2015_series: Changed embedded-server-type from '0' + to '1' + + hp_laserjet_p2015_series: Changed panel-check-type from '0' to '1' + + Fixed a traceback in hpfax: if HPLIP is not running during + device detection (closes: LP#83936) + + Added print job icons to indicate print job status + + Updated some status icons + + Fixed defect (An unexpected error occurs when enter hp-makecopies + -d -m1 -n in terminal) + + Fixed defect ("See Also:hp-colorcal" should not occur in the + explanation for the hp-colorcal command on hplip website.) + + Fixed defect (Refresh All button can not work on build + hplip-1.7.1 public release.) + + Fixed an issue in hpssd that caused history items in the ring + buffer to slotted incorrectly + + Added duplexer detection to the "sides" setting in the toolbox + Print Settings (no "sides" selection if duplexer == 0) + + Added new, more useful icons to the status list in the toolbox + + Major toolbox (Device Manager) upgrade/redesign + + Added printer settings tab (sets printer options in + ~/.cups/lpoptions) + + Removed panel tab (merged panel with status tab) + + Redo of functions tab (new layout) + + Redo of status tab (new icons, layout, inclusion of front panel + display) + + Front panel display will show device panel if available, + otherwise most recent status text + + Redo of supplies tab (new layout) + + Redo of print jobs tab (now called printer control) (print + control widget, new layout, etc) + + hpssd will not store multiple history items with the same error + code (last one gets replaced) + + About box upgraded + + cupsext extended in functionality (ppd, options, etc) + + Removed trailing white space in IEEE 1284 model name. This will + fix URIs that have a trailing "_" character in the model + name. This issue crept back into the hpiod code after the libusb + update (closes: LP#85805). + + Fixed an issue in hp-check that caused a traceback if + '/etc/sane.d/dll.conf' is missing + + Added some more bug messages to hpaio. + + Fixed a traceback in hp-levels reported on the mailing list (defect) + + Set the device list column width in the toolbox splitter to be + more narrow by default + + Added the toolbox software version to the Device Manager about dialog + * HPIJS 2.7.2 + + Fixed media type for maxdpi printmode for vip printers and its + derivatives + + Fixed the cause of carriage stall error in C41xx printers + + Added support for the following new printer(s). + * Officejet Pro L7300 series (OJProKx50) + * Officejet Pro L7500 series (OJProKx50) + * Officejet Pro L7600 series (OJProKx50) + * Officejet Pro L7700 series (OJProKx50) + * HP Officejet Pro K5300 series (OJProKx50) + * HP Officejet Pro K5400 series (OJProKx50) + * HP Officejet J5700 series (DJGenericVIP) + OJProKx50 is derived from DJGenericVIP. + * 80_laserjet1100_fix.dpatch: Fixed problem of accessing an HP LaserJet 1100 + on the parallel port (reported in LP#98520). + * 82_scrolltool_py_deskjet_d4100_claen_device_not_found.dpatch: Fixed problem + of Python traceback when DeskJet 4100 not accessible (e. g. turned off), + reported in LP#98520 by Aaron Albright. + * 84_align10form_py_deskjet_5440_head_align.dpatch: Fixed problem of head + alignment GUI not working for DeskJet 5440 (closes: LP#98920). + * Removed patches 00_01_hplevels_fix.dpatch, + 80_hpijs_deskjet_d41xx_hangs.dpatch, + 85_hpfax_crash_when_hpssd_not_running.dpatch, + 90_hpfax_bad_lpinfo_-v_output.dpatch, merged upstream. + * Remade patch 14_charsign_fixes.dpatch, most of it was merged upstream. + * 61_noqt_message.dpatch: Improved error message which appears when + HPLIP utilities are called from the menu but PyQt is not installed + (closes: LP#86893).. + * Modified the debian/*.desktop files so that the environment variable + "STARTED_FROM_MENU=1" is set to make the utilities showing the + GTK-based error message window when called from the menu and PyQt is + not installed (closes: LP#86893). + * Added "NoDisplay=true" to the debian/*.desktop files so that the menu + entries for the HPLIP tools are hidden by default (closes: LP#67892). + * Fixed the pelling of the icon file names in the debian/*.desktop files + (closes: LP#88290). + * Removed debian/hp-toolbox.desktop, it was a duplicate menu entry for the + HP Toolbox. + * debian/hplip.postinst: Added clean-up for the ownerships of the user's + .hplip.conf files. hp-setup of HPLIP 1.7.1 (and perhaps some older + versions) created it with root ownerships and this made hp-toolbox not + starting (closes: LP#99326). + + -- Till Kamppeter Tue, 3 Apr 2007 16:40:55 +0100 + +hplip (1.7.1-1ubuntu2) feisty; urgency=low + + * 80_hpijs_deskjet_d41xx_hangs.dpatch: Applied offical patch from HP + (1.7.1-1), fixes DeskJet D41xx hanging on second job. + * 85_hpfax_crash_when_hpssd_not_running.dpatch: Fixes hpfax CUPS backend + crash when HPLIP daemons are not running (closes: LP#83936). + * 90_hpfax_bad_lpinfo_-v_output.dpatch: Fixes hpfax CUPS backend returning + an "hp:/..." URI instead of an "hpfax:/..." URI to CUPS. + + -- Till Kamppeter Wed, 14 Feb 2007 12:58:47 +0000 + +hplip (1.7.1-1ubuntu1) feisty; urgency=low + + * Merge from debian CVS (closes: LP#60242, LP#66830, + LP#74809, LP#77307), remaining changes: + - Add hplip to scanner group. + - Additional patches 70_no_fail_on_bad_locales, 80_no-compiler.h. + - Shuffling of hplip's recommendations/suggestions. + - Remove hplip's shutdown and reboot links. + - Splitting of desktop files, menu entries hidden by default. + - udev rules for MFP devices. + - Don't compress single files to make the package smaller. + * debian/hplip.postrm: Suppress error on uninstalling HPLIP when "scanner" + is not empty. + * 61_noqt_message.dpatch: Removed, functionality implemented upstream. + * 70_no_fail_on_bad_locales.dpatch: Rediff. + * debian/control: Added missing "libsane-dev" to Build-Depends. + * debian/hplip.install: Removed usr/lib/libsane*.so.*, not needed any more. + + -- Till Kamppeter Mon, 29 Jan 2007 12:58:47 +0000 + +hplip (1.7.1-1) unstable; urgency=low + + * New Upstream source + * HPLIP 1.7.1: + + Fixed uninitilized pointer in hplip_api library. + + Got some newer inkjet all-in-ones working with hp-makecopies: + + photosmart_c5100_series: Changed copy-type from '0' to '3' + + photosmart_c6100_series: Changed copy-type from '0' to '3' + + photosmart_c7100_series: Changed copy-type from '0' to '3' + + photosmart_3100_series: Changed copy-type from '0' to '3' + + photosmart_3200_series: Changed copy-type from '0' to '3' + + photosmart_3300_series: Changed copy-type from '0' to '3' + + Added a "last used device URI" feature to all utilities/UIs + + Added a device refresh after the job cancel function in the toolbox + + Fixed defect (hp-setup -u no devices ,

, etc. characters in + error log) + + Fixed sane_start: "Document feeder out of documents" problem with + LJ3300 MFP which have no ADF. + + Fixed defect (Test email text update) + + Improved progress dialog behaviour and messaging in hp-sendfax + + Fixed defect (The counter of selected picture in status bar does + not work if selecting picture by drag action.) + + Fixed defect (The "Show Thumbnail" item still appears after + executing "Show Thumbnails" operation if the picture does not support + "show thumbnail" function.) + + Implemented enhancement (Have front panel tab appear when supported + by printer) + + Fixed defect (The fax job can not be done while executing + 'hp-sendfax -n' in terminal on Fedora Core 6 32bit OS.) + + photosmart_c7100_series: Changed pcard-type from '2' to '1' + + Added feature (Fax Address Book also should be added on the Tools & + Settings tab in toolbox for usability.) + + Fixed defect (The printer still appears in the device list while + deleting the printer from CUPS.) + + Added feature: Toolbox device list auto refreshes after device is + added using hp-setup from toolbox + + Fixed an issue with ChoosePrinterDlg2 + + Re-wired "Configure Print Settings" in the toolbox to go directly + to the correct settings page for the printer + + Fixed an issue with toolbox auto refresh settings save in + ~/.hplip.conf + + Fixed defect (New Fax Address can not be listed in Individual(s) + and Group(s) fields of Recipients tab on Debian 3.1 32bit OS.) + + Fixed defect (The address can not be added to a group through edit + function in Fax Address Book.) + + Fixed defect (Help button is ineffective after clicking Align + Cartridges in Toolbox on Debian3.1 32bit OS.) + + Added some error checking to struct.unpack() in SLP packet decoding + + Fixed defect (An error occurs when enter "%" in "Print Name" of + "Enter Printer Information" window during setting up a device.) + + Fixed defect (The unloaded file still be showed in "Unload Files + from Photo Card" dialog box after unload it with "Remove selected + files" option in GUI mode.) + + Fixed defect ('.bmp' type file can not be directly added to a fax + job though this file type is listed in the Direct Allowable Types + list. ) + + Fixed problem with adding XPM files to hp-sendfax + + Removed extraneous MIME types from hp-sendfax allowable types + + Changed auto refresh update range to 5-60 sec. + + Merged PyQt polling fix (should fix faxing on systems with PyQt + 3.16 or 3.17) + + Added page range validation to hp-print (disallows ranges like "-2" + and "2-") + + Fixed defect 1291 (The plain-text type file which begins with + character "/*" can not be added rendered by the fax driver.) [Pretty + printing checkbox added to hp-print and hp-sendfax. Off by default.] + * HPIJS 2.7.1: + + Moved PSC 21XX from DJ9xxVIP to DJGenericVIP - these printers can + do fullbleed printing on 4x6 media + + Added a new printmode, photonormal for DJ9xxVIP to enable printers + without media sensors to print to photo media + * dpatch 00_01_upstream-fix-libusb-bigendian: removed, it is in 1.6.12 + * dpatch 00_02_upstream-fix-pragma-pack: removed, it is in 1.6.12 + * dpatch 10_shebang_fixes.dpatch: rediff + * dpatch 14_charsign_fixes: rediff + * dpatch 00_01_hplevels_fix (new): fixes showstopper bug in hp-levels + * debian/hplip.links: add link for hp-firmware + * debian/rules: use dh_clean without -k on install-stamp target, without + it we corrupt the changes file for the next build unless the clean + target was being invoked (as clean already had a dh_clean call) + * debian/control: suggest kdebase-bin (for kdesu) or gksu, as hp-toolbox + can use them + + -- Henrique de Moraes Holschuh Sun, 28 Jan 2007 15:59:50 -0200 + +hplip (1.6.12-1) UNRELEASED; urgency=low + + * New Upstream source + * HPLIP 1.6.12: + + Incorporated the following upstream change requests + from Red Hat: + 1. Removed IANA comment from hplip.conf. + 2. Added libm library check to configure.in. + 3. Added some IPP "STATE:" messages for CUPS 1.2 in the "hp" + backend. + + Applied 'hplip-loop' patch from Tim Waugh [changes hpssd.py async + loop timeout from 0.5 to 5.0 sec]. + + Fixed defect (The fax setup failed when executing hp-setup with + serial number USB ID parameter in terminal in Fedora Core6 32bit + OS.) + + Fixed defect ([hp-setup] device i/o error no way to cancel or go + back.) + + Fixed defect (The edit function can not be executed when changing + fax number only in Fax Address Book.) + + Fixed defect (The fax number and fax name was exchanged on the + "Finished Adding printer" page.) + + Fixed defect (Parameter "-bcups" of hp-probe command is disabled.) + + Fixed a potential batch scanning memory leak in libsane-hpaio with + scanimage version 1.0.18 or higher. + + Fixed defect (A blank screen is displayed while executing + "hp-check -lerror" in the terminal.) + + Fixed defect (The queue message of processing page is displayed + twice when executing a fax job with multi-pages in terminal in + Fedora core6.) + + Fixed a traceback in hp-check caused when non-HPLIP backends are + encountered in CUPS. [reported by user on mailing list] + + Fixed defect (The duplicate Nickname can be added to the Fax + Addresses by editing function.) + + photosmart_c6100_series: Changed copy-type from '3' to '0' [Note: + Make copies is temp. disabled for all inkjet AiOs] + + Replaced "pragma pack(1)" with "__attribute__ ((packed))" in all + C/C++ structures. This was needed for the ARM gcc compiler. + + Removed the libusb little-endian conversion in hpiod. This + conversion was not needed for big-endian systems because the usbfs + takes care of the big-endian to little-endian conversion. + + Added SANE_DEBUG_HPAIO support to libsane-hpaio + + Finished enhancement (Add mDNS/Bonjour/Rendezvous support to + hp-probe). + + Marked SANE_I18N text strings for localization in libsane-hpaio. + + Added checks to make sure conf files exist and have no errors. + + Reorganized include files in libsane-hpaio. + + Enhancement: HPSSD performance/code cleanup modifications (several + functions moved from hpssd to client code). + + Fax files are stored in temp files by hpssd rather than in memory. + + Fixed a problem with lineart scanning using MMR compression on + Laserjets. + + Workaround added for (Launch of hp-setup from hp-toolbox leads to + error [reported by Johannes]) [Added error dialog if gksu or kdesu + not found] + + Added the ability to quit in additional places for the color + alignment command-line tool and cleaned up some wording with-in the + command-line tool. + + Fixed defect (Allow [SERIAL NO.|USB bus:device|IP| DEVNODE] to be + used with -u) + + Fixed defect (The "remove of all files" - radio button is always + grayed-out in the hp-unload interface, so have removed it for now). + This was fixed by removing the radio button since we will not + support this functionality at this time. + + Applied the Ubuntu provided 61_noqt_message.dpatch with changes + [supplied by Matthias Klose with Ubuntu] + + Added missing time import in setupform.py. + + Fixed a problem with event forwarding in hpssd. + + Fixed a problem with device status refresh in hp-sendfax (hpssd + bug) + + Moved hplip_api code to separate "api" directory. + + Added hplip_api support for reading the new models.dat files. The + new models.dat file replaces the .xml files. For third-party + applications, the preferred way to read the models.dat file is to + use the hplip_api. The hplip_api can be used to get model attributes + without running the HPLIP daemons. See hplip_api.h for reference. + + Fixed defect (These Examples in usage of hp-setup that would work + in non-interactive mode should specify -i parameter.) + + Fixed defect (hp-print UI not usable on 800x600 screen w/GNOME) + * HPIJS 2.6.12: + + Made hplip_api calls in hpijs conditional at compile time. The + hpijs configure flag "hplip-build" will determine if hplip_api calls + are used. + + Added support for the following new printer(s). + + Color LaserJet CP4005 (LJColor/PS) + + LaserJet M5025 MFP (LJMono/PS) + + LaserJet M3027 MFP (LJMono/PS) + * This upstream version was never built or released by Debian + + -- Henrique de Moraes Holschuh Thu, 25 Jan 2007 23:53:53 -0200 + +hplip (1.6.10-3ubuntu3) feisty; urgency=low + + * Fixed hplip.desktop and added hplip-kubuntu.desktop. + Kubuntu doesn't have any application categorised in "Settings" + so that results a crappy Kmenu. The hplip.desktop file will not + show in KDE, and the kubuntu one, only shows in KDE, in + "System" section. + + -- Anthony Mercatante Sat, 20 Jan 2007 03:28:47 +0100 + +hplip (1.6.10-3ubuntu2) feisty; urgency=low + + * Rebuild for python2.5 as the default python version. + + -- Matthias Klose Fri, 12 Jan 2007 13:17:54 +0000 + +hplip (1.6.10-3ubuntu1) feisty; urgency=low + + * Merge from debian unstable, remaining changes: + - Add hplip to scanner group. + - Additional patches 70_no_fail_on_bad_locales, 80_no-compiler.h. + - Shuffling of hplip's recommendations/suggestions. + - Remove hplip's shutdown and reboot links. + - Splitting of desktop files, menu entries hidden by default. + - udev rules for MFP devices. + - Don't compress single files to make the package smaller. + - "NoQt message" patch. + - Added lines + usr/lib/libsane*.so.* + usr/lib/sane/libsane*.so.* + to debian/hplip.install to assure that scanning works. + + -- Till Kamppeter Tue, 19 Dec 2006 20:28:47 +0100 + +hplip (1.6.10-3) unstable; urgency=high + + * dpatch 00_01_upstream-fix-libusb-bigendian (new): Do not hto* libusb + stuff, it does so by itself (at least on the non-ancient versions), + backport from upstream 1.6.12-rc3 (closes: #401530) + * dpatch 00_02_upstream-fix-pragma-pack (new): Do not use pragma pack, use + attribute packed instead, backport from upstream 1.6.12-rc3 + + -- Henrique de Moraes Holschuh Mon, 18 Dec 2006 10:27:31 -0200 + +hplip (1.6.10-2ubuntu2) feisty; urgency=low + + * Added again missing libsane-hpaio.so.1.0.0 library. It seems that + Debian is not taking care of the missing scanner driver. Fixes + LP#65908 again. + + -- Till Kamppeter Mon, 11 Dec 2006 10:28:47 +0100 + +hplip (1.6.10-2ubuntu1) feisty; urgency=low + + * Synchronize with Debian CVS; remaining changes: + - Add hplip to scanner group. + - Additional patches 70_no_fail_on_bad_locales, 80_no-compiler.h. + - Shuffling of hplip's recommendations/suggestions. + - Remove hplip's shutdown and reboot links. + - Splitting of desktop files, menu entries hidden by default. + - udev rules for MFP devices. + - Don't compress single files to make the package smaller. + - "NoQt message" patch. + * Remove obsolete patches: debian/patches/80_no-compiler.h.dpatch. + + -- Matthias Klose Mon, 4 Dec 2006 16:24:01 +0100 + +hplip (1.6.10-2) unstable; urgency=low + + * debian/control: hpijs: Add versioned replaces on hpijs-ppds, hplip-ppds + for Fax PPD file move into hpijs package, that happened on 1.6.10-1 + (closes: #395862, #395847) + * debian/control: build-depend on patch >= 2.5.9-3bpo1 due to our use + of the Debian-specific -U flag for dpatch, introduced by + 2.5.9-4/2.5.9-3pbo1; build-depend on findutils >= 4.2.25 due to our use + of xargs -d. Thanks to Sylvain Beucler for noticing and + reporting these problems + + -- Henrique de Moraes Holschuh Sat, 28 Oct 2006 09:14:09 -0300 + +hplip (1.6.10-1) unstable; urgency=medium + + * New upstream source (closes: #393940, #395165) + * HPLIP 1.6.10: + + Fixed defect: hp-print and hp-sendfax: an error occurs while + executing hp-print with invalid device URI or the printer name + in CLI + + Removed batch scanning sane_cancel dependency. This fixes a + problem with scanimage version 1.0.18 or higher + (closes: #382648, #382652) + + Fixed defect: GUI Install - hp-setup - Does Not Finish + + Added icons to toolbox function page buttons + + Added make copies support for some inkjet AiO devices + + Added hp-timedate utility + + Simplified some text in hp-setup -u + + Fixed defect: the Timeout value for searching printer shouldn't + be able to set as value larger than 45 secs in HP Device Manager + + Made GUI mode the default for hp-setup + + Fixed defect: error occurs while manually finding the network + printers in HP Device Manager + + Made the "Find" button on the Manual Find dialog the default + button + + Added "Setup New Device..." in Toolbox + + Added "Remove Device..." in Toolbox + + Reworked "No Devices Found" dialog + + Fixed defect: Multi PPD files were found while installing the + Photosmart D5160 through hp-setup + + Fixed defect: hp-setup -u default window size needs to be a tad + larger + + Fixed defect: hp-setup -u par device detection problem + + Fixed defect: the "Location" and "Description" for Fax Information + also should be available while setup the device over hp-setup in + GUI mode + + Added additional fax name and printer name checking + + Fixed defect: hp-setup -u manually find usb device not manually + working + + Fixed defect: hp-setup -u Location/Desscription text field limits + + Fixed defect: hp-setup -u help button does not function + * HPIJS 2.6.10: + + Added support for the following new printer(s) + + LaserJet P2015 series (LJMono/PS) + + LaserJet M3035 MFP (LJMono/PS) + + LaserJet M5035 MFP (LJMono/PS) + + LaserJet M4345 mfp (LJMono/PS) + + LaserJet P3005 (LJMono/PS) + + LaserJet P3004 (LJMono/PS) + + Color LaserJet 2700 (PS) + + Color LaserJet CM1015 (PS) (no scanning yet) + + Color LaserJet CM1017 (PS) (no scanning yet) + * dpatches 50_ui-supportform-cleanups, 55_ui-supportform-debian (remove): + these patches were already disabled, and we are not going to enable them + back anytime soon anyway + * hplip.links: ship link for hp-timedate + * Makefile.am: fix borked install-exec-hook that broke libsane-hpaio + install (borkage added by upstream on 1.6.9), thanks to Matthias Klose + for forwading the bug report from Ubuntu + * debian/rules: correct paths to platform.h and auto-include.h, thanks + to Matthias Klose from Ubuntu + * debian/rules, debian/control: do the proper thing for binNMU safety, + and also simplify the various package relationships as much as we can: + hpijs-ppds: now depend on hpijs (versioned >=). hpijs: remove conflicts + with non-compatible ppd packages, and version suggests on hpijs-ppds + strictly. hplip-dbg: depend strictly on the version of hplip and hpijs + the debug symbols came from. hplip: suggest hpijs and hpijs-ppds with + >= version. This does allow the user to do stupid things if he really + wants, but given the ammount of arch any/all mixes in this set of + packages, attempting to get it perfect only causes headaches while + upgrading (and it is also nearly impossible) + * hplip.init: tell user to reinstall hplip if the statoverrides are + missing (closes: #393271) + + -- Henrique de Moraes Holschuh Thu, 26 Oct 2006 13:22:56 -0300 + +hplip (1.6.9-1) UNRELEASED; urgency=low + + * New upstream source + * HPLIP 1.6.9: + + Fixed defect: Printer supplies listed in "random" order + + Fixed defect: Don't report hpfax:/no_devices_found in CUPS 1.2 + + Fixed network printer detection (SLP) + + Added hp-probe back + + Fixed defect: The HP Fax URI could not be showed if executing + hp-makeuri with parameter "--fax" in the terminal + + Fixed defect: The "Add to List" button for Coverpage would be + grayed out after sent a fax job including Coverpage + + Fixed defect: An unexpected error occurred when add a FAB entry + using the space as the fist character of the entry name + + Made some misc. input validation improvements to hp-fab -i + + Changed print code so that it can use lpr or lp depending on + what is installed (lpr=default) + + Fixed defect: hp-unload only works with ASCII char's + + Fixed defect: hp-unload gives incorrect permissions bits. + hp-unload will save files with permissions of 0600. + + Fixed a laserjet scanning problem in hpiod + + Changed the 1284.4/MLC setup command for CLJ2840/LJ3050/LJ3055 + + Cleaned up PML errors occuring on DJ 4xx when doing dynamic + counters + + Fixed status-dynamic-counters value for DJ 460 + + Fixed defect: Toolbox cannot be launched successfully after setup + + Added code to cleanup spinner from text UIs + + Fixed defect: The fax job could not be sent while sending fax in + non-interactive mode + + Fixed defect: The value of Notes for an FAB entry cannot be + displayed correctly while the entry was added completely in + interactive mode + + Fixed defect: An error occurs while executing hp-sendfax in + non-interactive mode with the device disconnected + + Fixed defect: The .g3 file could not be added to the Items List + and could not be sent + + Fixed defect: The fax job could not be sent in non-interactive mode + + Added scan-style and fit-to-page fix to hp-makecopies + + Added scaling=100 to hp-sendfax. + + Moved Qt import in hp-toolbox and hp-print to after command line + processing + * HPIJS 2.6.9: + + Added support CD/DVD label printing (ie: PS D5100) + + Added support for the following new printer(s) + + PhotoSmart A310 series (DJGenericVIP) + + PhotoSmart C5100 series (DJGenericVIP) + + PhotoSmart C6100 series (DJGenericVIP) + + PhotoSmart C7100 series (DJGenericVIP) + + PhotoSmart D5100 series (DJGenericVIP) + + PhotoSmart D5060 series (DJGenericVIP) + + PhotoSmart Pro B8300 series (DJGenericVIP) + * debian/control: change -dbg package to priority extra, and place + hplip-ppds on section utils (to match ftp-master override file) + * Disable new libhpprop dynamic loading in hpijs ljjetready driver, + until we know for sure what it is and the code is fixed not to break + strict aliasing rules (and to use libtool) + * Fix some real and some cosmetic issues with the new Makefile.am and + configure.in files from upstream + * hplip.links: add hp-probe + * control: recommend both hpijs and linuxprinting.org PPD packages, + not just one or the other for package hplip + * hpijs: ship fax PPD in the hpijs binary package, and not in the + catch-all hpijs-ppds package. The reason for this is that many printers + need hpijs only for the fax functionality + * hplip.README.Debian: mention faxing, hpijs and python-reportlab for + covers + + -- Henrique de Moraes Holschuh Mon, 2 Oct 2006 16:25:00 -0300 + +hplip (1.6.9-0ubuntu2) edgy; urgency=low + + * Add missing libsane-hpaio.so.1.0.0 library. Ubuntu #65908. + + -- Matthias Klose Fri, 13 Oct 2006 15:28:47 +0000 + +hplip (1.6.9-0ubuntu1) edgy; urgency=low + + * Synchronize with Debian CVS; remaining changes: + - Add hplip to scanner group. + - Additional patches 70_no_fail_on_bad_locales, 80_no-compiler.h. + - Shuffling of hplip's recommendations/suggestions. + - Remove hplip's shutdown and reboot links. + - Splitting of desktop files, menu entries hidden by default. + - udev rules for MFP devices. + - Don't compress single files to make the package smaller. + * Restore and update the "NoQt message" patch, introduced in + 0.9.7-4ubuntu1, dropped later. + + -- Matthias Klose Wed, 11 Oct 2006 14:00:11 +0200 + +hplip (1.6.9-1) unreleased; urgency=low + + * New upstream source + * HPLIP 1.6.9: + + Fixed defect: Printer supplies listed in "random" order + + Fixed defect: Don't report hpfax:/no_devices_found in CUPS 1.2 + + Fixed network printer detection (SLP) + + Added hp-probe back + + Fixed defect: The HP Fax URI could not be showed if executing + hp-makeuri with parameter "--fax" in the terminal + + Fixed defect: The "Add to List" button for Coverpage would be + grayed out after sent a fax job including Coverpage + + Fixed defect: An unexpected error occurred when add a FAB entry + using the space as the fist character of the entry name + + Made some misc. input validation improvements to hp-fab -i + + Changed print code so that it can use lpr or lp depending on + what is installed (lpr=default) + + Fixed defect: hp-unload only works with ASCII char's + + Fixed defect: hp-unload gives incorrect permissions bits. + hp-unload will save files with permissions of 0600. + + Fixed a laserjet scanning problem in hpiod + + Changed the 1284.4/MLC setup command for CLJ2840/LJ3050/LJ3055 + + Cleaned up PML errors occuring on DJ 4xx when doing dynamic + counters + + Fixed status-dynamic-counters value for DJ 460 + + Fixed defect: Toolbox cannot be launched successfully after setup + + Added code to cleanup spinner from text UIs + + Fixed defect: The fax job could not be sent while sending fax in + non-interactive mode + + Fixed defect: The value of Notes for an FAB entry cannot be + displayed correctly while the entry was added completely in + interactive mode + + Fixed defect: An error occurs while executing hp-sendfax in + non-interactive mode with the device disconnected + + Fixed defect: The .g3 file could not be added to the Items List + and could not be sent + + Fixed defect: The fax job could not be sent in non-interactive mode + + Added scan-style and fit-to-page fix to hp-makecopies + + Added scaling=100 to hp-sendfax. + + Moved Qt import in hp-toolbox and hp-print to after command line + processing + * HPIJS 2.6.9: + + Added support CD/DVD label printing (ie: PS D5100) + + Added support for the following new printer(s) + + PhotoSmart A310 series (DJGenericVIP) + + PhotoSmart C5100 series (DJGenericVIP) + + PhotoSmart C6100 series (DJGenericVIP) + + PhotoSmart C7100 series (DJGenericVIP) + + PhotoSmart D5100 series (DJGenericVIP) + + PhotoSmart D5060 series (DJGenericVIP) + + PhotoSmart Pro B8300 series (DJGenericVIP) + * debian/control: change -dbg package to priority extra, and place + hplip-ppds on section utils (to match ftp-master override file) + * Disable new libhpprop dynamic loading in hpijs ljjetready driver, + until we know for sure what it is and the code is fixed not to break + strict aliasing rules (and to use libtool) + * Fix some real and some cosmetic issues with the new Makefile.am and + configure.in files from upstream + * hplip.links: add hp-probe + * control: recommend both hpijs and linuxprinting.org PPD packages, + not just one or the other for package hplip + * hpijs: ship fax PPD in the hpijs binary package, and not in the + catch-all hpijs-ppds package. The reason for this is that many printers + need hpijs only for the fax functionality + * hplip.README.Debian: mention faxing, hpijs and python-reportlab for + covers + + -- Henrique de Moraes Holschuh Mon, 2 Oct 2006 16:25:00 -0300 + +hplip (1.6.7-2ubuntu2) edgy; urgency=low + + * revert the Breaks usage and turn it into a Conflict to avoid + having to backport apt/dpkg/python-apt for the upgrade + (see bug: #54234 for the rational) + + -- Michael Vogt Tue, 26 Sep 2006 20:19:21 +0200 + +hplip (1.6.7-2ubuntu1) edgy; urgency=low + + * Merge from debian unstable. + * Removed patches 50_ui-supportform-cleanups.dpatch and + 55_ui-supportform-debian.dpatch, there is no support window in the HP + toolbox any more. + * HPLIP (file io/hpiod/usbext.h) includes linux/compiler.h which is not + part of Ubuntu Linux and not needed. Removed the include with patch + 80_no-compiler.h.dpatch. + * debian/control: Let the "Conflicts:" of hpijs-ppds be only a "Breaks:" + to facilitate an update from the previous version when both hpijs and + hpijs-ppds are installed. + + -- Till Kamppeter Fri, 15 Sep 2006 18:00:07 +0200 + +hplip (1.6.7-2) unstable; urgency=low + + * Transition to python 2.4, just rebuild (closes: #380845) + * Add python post-rtupdate handler to restart hplip, just in case + + -- Henrique de Moraes Holschuh Tue, 15 Aug 2006 00:35:27 -0300 + +hplip (1.6.7-1) unstable; urgency=low + + * The "I could easily start hating python because of them" release + * New upstream source (closes: #378401, #377265) + * HPLIP 1.6.7: + + Changed from dynamic IP ports to static IANA IP ports for hpiod + (2208) and hpssd (2207) + + Fixed defect: the valid letter and number for gray plot could not be + entered while executing hp-colorcal in terminal + + Fixed defect: the fax job could not be sent in non-interactive mode + + Move test page to last function with hp-setup + + Fixed defect: hp-setup would not select correct ppd file for some + models + + Removed Uni-di check code from device.Device.__openChannel() + + Fixed a problem that caused the fax wrong configuration error to + appear in error + + Fixed defect: the interactive and GUI mode for hp-fab can be entered + while executing hp-fab with parameter -i and -u + + Fixed defect with DeskJet 5540: traceback during align click from + toolbox + + Added non-interactive mode (-n) to hp-sendfax + + Added interactive mode (-i) to hp-fab. + + Fixed defect: the reduction was set to 25% automatically while + setting the Reduction/enlargement override 25-400%.) + + Added hp-makecopies + + Fixed defect: CUPS 1.2 does not auto-associate the PPD file to the + fax URI + * HPIJS 1.6.7: + + Added support for the following new printers: + + Photosmart D6100 series (DJGenericVIP) + + Photosmart D7100 series (DJGenericVIP) + * dpatch 00_01_upstream-1.6.6-1.dpatch (remove): applied upstream + * dpatch 20_fix_warnings (remove): accepted upstream + * dpatch 60_lp_instead_of_lpr (remove): accepted upstream + * Python policy changes (closes: #380845): + + Build-depend on debhelper (>= 5.0.37.2), python-support (>= 0.3) + + Add debian/pycompat with a content of "2" + + Call dh_pysupport in debian/rules, and move dh_installinit after + it for postinst scriptlet sanity + * hplip.init: Make sure to set permission of hpssd files in case the user + changed the suid/sgid information (closes: #372537) + * debian/control: remove redundant python build-dependency, as we have + python-dev already + * hplip.links: remove link for hp-photo, as that utility does not exist + anymore; add new hp-makecopies utility + * Makefile.am: ship copier/ stuff in libexecdir + * debian/rules: make sure we point to the hplip-doc package in hplip.conf + + -- Henrique de Moraes Holschuh Wed, 9 Aug 2006 14:26:00 -0300 + +hplip (1.6.6-1) UNRELEASED; urgency=low + + * The "it is just a number, after all... or is it?" non-release + * New upstream source + + HPLIP has reached maturity, with an 1.x release + + Switch versioning scheme for hplip and hpijs + + CUPS 1.2 compatibility + * HPLIP 1.6.6 (patchlevel 1): + + Fixed broken links in HTML documentation + + Added DOT4Init retry in hpiod. This fixed a intermittent scanning + problem with the HP PSC 3100 + + Changed libsane-hpaio to display any received scan data after I/O + timeout instead of aborting + + Fixed the File Types that can be directly added to the fax job could + not be displayed accurately on Send Fax dialog + + Added 30sec retry and timeout to hpfax + + Added CUPS 1.2 compatible output to hpfax + + Removed DeviceOpen from hp backend. This fixes two problems 1) usblp + will no longer be removed for device discovery 2) device discovery + will no longer cause Inkjets to power-up (closes: #369286) + + Changed hp backend device discovery verbage in order to work better + with CUPS 1.2 + + Fixed status-types for 2006-09 devices (5 --> 2) + + Fixed panel display for older OfficeJets that have VSTATUS + + Fixed "no printers installed, run toolbox, install printer, toolbox + produces error" bug + + Updated hpfax to "No devices found" text and behavior + + Removed extraneous syslog message during parallel port ProbeDevice + + Rewrite of toolbox refresh code. Should fix long running issue + + Fixed HP-Toolbox no activity after an hour causes toolbox to + disconnect from all printers + + Fixed the Job ID for fax job should be displayed in Status tab of + toolbox while starting fax send + + Modified XML schema (and all XML files to comply with it) - + status-type broken out into status-type, status-battery-check, and + status-dynamic-counters + + Made hplip_GetID more bullet proof in hplip_api.c + + Fixed invalid memory free in libsane-hpaio. Only occurred in the + sane_hpaio_open abort path + + Changed 1284.4/MLC credit reply timeout from 2 to 4 seconds in + hpiod. This fixed a problem with 1200dpi uncompressed scanning (ie: + PhotoSmart 2575) + + Removed support dialog (should have been removed in 0.9.11, was + missed) + + Changed Tools and Support pane to include "View Documentation" + rather than "View Support" - opens online docs in browser like + Help | Contents... + + Added sane hpaio.desc file to documentation + * HPIJS 2.6.6: + + Fixed an auto duplex problem in HPIJS + + Fixed gcc 4.1 compiler issues with HPIJS glue code + + Added support for the following new printers: + + Deskjet D4100 series (DJ4100) + + Deskjet D2300 series (DJ3600) + + Deskjet D1360 series (DJ3320) + + Photosmart A430 series (DJGenericVIP) + + Photosmart A510 series (DJGenericVIP) + + Photosmart A710 series (PSP470) + + Photosmart A610 series (PSP470) + + Photosmart C4100 series (DJGenericVIP) + + Photosmart C3100 series (DJGenericVIP) + + Photosmart D7300 series (DJGenericVIP) + + Updated the Ghostscript KRGB patch: Revisited the KRGB buffer + overflow issue with out-of-band data in fill_rectangle and + copy_mono. Changed the fill_rectangle and copy_mono to an inner + loop buffer check instead of a outer loop x/y extent check. + As requested by Ralph Giles, added K 1-bit (KRGB) and 8-bit (KxRGB) + support for KRGB, but only 1-bit is implemented for now + * hpijs-ppds: depend on foomatic-filters as the PPDs require foomatic-rip + to work. Version dependency to a new enough foomatic-rip (available in + stable as well, so this is not strictly needed, but still...) + (closes: #369833) + * hpijs: drop suggestion on foomatic-filters, hpijs doesn't use it for + anything anyway, and the PPDs (who do) now depend on it + * hplip: recommend one of hpijs-ppds or linuxprinting.org-ppds instead of + suggesting both. HPLIP really needs a PPD to do anything useful + * Improve description of the hplip-dbg package a little + * debian/watch: remove outdated URIs, update to version 3 + * dpatch 00_01_upstream-0.9.11-2 (remove): applied upstream + * dpatch 00_01_upstream-1.6.6-1 (new): upstream HPLIP 1.6.6-1 + * dpatch 40_quiet-hpiod (remove): accepted upstream + * dpatch 60_lp_instead_of_lpr: rediff + * dpatches 50_ui-supportform-cleanups, 55_ui-supportform-debian (disable): + upstream removed the supportform, but we may want to add those panes + somewhere else so just disable the patches for now + * dpatch 20_fix_warnings (new): fix broken code in hpijs that caused + warnings + * Remove old KRGB 1.2 patches + + -- Henrique de Moraes Holschuh Fri, 16 Jun 2006 18:44:55 -0300 + +hplip (0.9.11-2ubuntu7) edgy; urgency=low + + * 70_no_fail_on_bad_locales: + - don't fail if the locales can't be set (this breaks upgrades) + * Pre-Depend on python (>= 2.4.3-5). We need a working pyversions + otherwise invoke-rc.d will fail to start hpssd in the postinst + + -- Michael Vogt Mon, 4 Sep 2006 06:37:25 +0200 + +hplip (0.9.11-2ubuntu6) edgy; urgency=low + + * debian/rules: + - applied another debian patch to fix upgrade problem (dapper->edgy) + + -- Michael Vogt Fri, 1 Sep 2006 21:41:33 +0200 + +hplip (0.9.11-2ubuntu5) edgy; urgency=low + + * debian/rules: + - fix the ordering of the rules, this unbreaks the upgrade from + dapper to edgy (lp: #46595) + + -- Michael Vogt Wed, 30 Aug 2006 12:23:21 +0200 + +hplip (0.9.11-2ubuntu4) edgy; urgency=low + + * Add forgotten versioned-dependency on sysv-rc to get new update-rc.d + behaviour. Go me. + + -- Scott James Remnant Fri, 21 Jul 2006 01:29:01 +0100 + +hplip (0.9.11-2ubuntu3) edgy; urgency=low + + * Remove stop links from rc0 and rc6 + * Fix bogus build-depend line that doko introduced. + + -- Scott James Remnant Fri, 21 Jul 2006 00:35:52 +0100 + +hplip (0.9.11-2ubuntu2) edgy; urgency=low + + * Convert to updated Python policy. + * Run hpiod as root. + + -- Matthias Klose Thu, 6 Jul 2006 13:39:45 +0000 + +hplip (0.9.11-2ubuntu1) edgy; urgency=low + + * Resynchronize with Debian unstable. + + -- Matthias Klose Thu, 6 Jul 2006 15:20:00 +0200 + +hplip (0.9.11-2) unstable; urgency=low + + * dpatch 00_01_upstream-0.9.11-2 (new): HPLIP 0.9.11-2 + + Fixed an intermittent auto duplex problem with HPIJS + (closes: #360017) + + Add some missing PSC 950 model entries in models.xml + + Fixed some NDEBUG compiler issues (Debian) + + Fixed some gcc 4.1 compiler issues (Debian) + * dpatch 20_fix-asserts (remove): accepted upstream + * dpatch 30_gcc4.1-fixes (remove): accepted upstream + * dpatch 50_doc-location (remove): superseeded by dpatch + 50_ui-supportform-cleanups + * dpatch 50_ui-supportform-cleanups (new): Remove useless README pane + in hp-toolbox support form, fix the URIs to have ending slashes, and + some other cosmetic fixes + * dpatch 55_ui-supportform-debian (new): Add Debian pane to hp-toolbox + support form + + -- Henrique de Moraes Holschuh Fri, 12 May 2006 23:40:38 -0300 + +hplip (0.9.11-1) unstable; urgency=low + + * The "Eating hedgehogs ain't smart" release + * New upstream version: + * HPLIP 0.9.11: + + Changed hp-sendfax behavior: Now hp-sendfax must be run before + print jobs can be printed to a fax queue + + Completely revamped the email alert system (now uses sendmail + rather than a SMTP server) + + Changed hpssd so that it will not send an email if the same device + has the same error code multiple times in a row + + Changes auto device refresh interval units from seconds to minutes + in the hp-toolbox + + Added a device auto refresh type (all or 1) to settings dialog in + the hp-toolbox + + Replaced hplip_readme.html with web documents available at + hplip.sf.net + + Moved the DeviceClose in the hp-toolbox testpage routine to before + the lpr to fix an issue with contention with the "hp" backend + + Fixed a defect in hp-fab that didn't allow previously added + entries to be modified + + Added better error checking to hp-sendfax to detect HPLIP daemons + not running + + Fixed LJ2840 network port for faxing in hpiod + + Turned status off for all Business Inkjets 2200-2600 + + Moved fax address book file from ~/.hplip.fab to ~/hpfax/fab.db + + Changed hp-fab so that duplicate entries cannot be created + + Fixed endianness issue that hosed the HP Color LaserJet 3500 on + PPC (closes: #317683) + * HPIJS 2.1.10: + + Moved PSC 21xx from DJGenericVIP to DJ9xxVIP device class + (this requires all PSC 21xx users to update their PPDs) + + Forced hpijs and hppgsz to always build with -DNDEBUG + + Merged hpijs_readme.html into hplip documentation + + Added support for the following new printers: + + LaserJet 5200 (LJMono/PS) + + LaserJet 5200L (LJMono/PS) + + Color LaserJet 2605 (PS) + + Officejet 6300 series (DJGenericVIP) + + Officejet 4300 series (DJ3320) + * dpatch 00_01_upstream-0.9.10-2 (remove): applied upstream + * dpatch 00_01_upstream-0.9.11-1 (new): preliminary upstream patch: + + Fix regression where the PSC 950xi stops being detected + (reported by Till Kamppeter) + * dpatch 14_charsign_fixes: remove hunk applied upstream, rediff + * dpatch 60_lp_instead_of_lpr: update for new upstream code + * dpatch 20_fix-asserts (new): fix bugs that show up on NDEBUG builds + * dpatch 30_gcc4.1-fixes (new): fix strict aliasing bugs for gcc 4.1 + * Ship the new HPLIP/HPIJS documentation in a new arch-all package, + hplip-doc. The hplip and hpijs packages now have just Debian + documentation, and point to the hplip-doc package (or to the + online URI for that documentation) for the full user manual + * Add a users-guide.txt file to hplip and hpijs documentantion, + to point users to the hplip-doc package and to the online manual + * Bump standards version to 3.7.2 (no changes required) + * Drop support for initscript systems without invoke-rc.d, as + invoke-rc.d is now required per policy. This also shuts lintian + up, which is always a nice bonus + * hpijs.NEWS, hplip.NEWS: update for the new release + * hpijs.README.Debian: minor cleanup, and point users to hpijs-ppds + * hplip.README.Debian: minor updates and cleanup + * debian/control: Make hplip automatically recommend the newest + hpijs upstream version, instead of a manually set one I am not + always really sure about + * debian/rules: Provide hpijs:Source-Version as well for the control + file + * Add new hplip-dbg package with full symbolic debugging information for + all binaries and libraries generated by this source package + (closes: #366766) + * debian/control: place hpijs and hpijs-ppds on section text (as per the + override file for hpijs, and other -ppds packages) + * Ship doc/release_notes.html as the upstream changelog, as the old + text changelog is not being updated anymore by upstream + + -- Henrique de Moraes Holschuh Thu, 11 May 2006 12:56:38 -0300 + +hplip (0.9.10-1) unstable; urgency=low + + * New upstream version + * HPLIP 0.9.10 (patchlevel 2): + + Made the "hp" backend more product specific, now HP USB keyboards + won't be misdetected as printers.... + + Fixed jetdirect write timeout in hpiod + + Added deviceID to output of "hp" backend for CUPS 1.2 + + Fixed a problem where no fax send dialog pops up when sending + a fax job from OpenOffice Writer and the fax job can not be sent + correctly + + Fixed a hp-setup crash which can occur during fax setup testpage + printing + + Modified the hp-toolbox and hp-print so that they will work with + unsupported printer models without crashing + + Hp-setup now allows the user to manually enter a PPD file path + + The "NickName" from each located PPD file is displayed to the user + so that the "(recommended)" text will be shown. + + Fixed an error which occurs while executing hp-sendfax with + b parameter. + + Fixed a hp-toolbox problem displaying cartridge information for + Photosmart 8700 when device is connected via network + * dpatch 00_01_upstream-0.9.10-2 (new): upstream patchlevel 2 + + Drop useless (and broken) model test comparison (closes: #360385) + + Fix local DoS when usb communications get stuck + * dpatch 14_charsign_fixes: add new hunks to fix more sign problems + * Replace all instances of the old upstream hopepage (hpinkjet.sf.net) + with the new one (hplip.sf.net) + * Point users to the new upstream mailinglists + * Add watch entries for the renamed sourceforge project + + -- Henrique de Moraes Holschuh Mon, 24 Apr 2006 12:57:59 -0300 + +hplip (0.9.9-2) unstable; urgency=low + + * configure.in, Makefile.am, debian/rules, prnt/hpijs/configure.in: + fix /etc/hp/hplip.conf ppd dir setting, thus unbreaking hp-setup + and remove useless cruft re. PPD dir setup while at it (closes: #358719) + + -- Henrique de Moraes Holschuh Fri, 24 Mar 2006 21:22:17 -0300 + +hplip (0.9.9-1) unstable; urgency=low + + * New upstream version + * HPIJS 2.1.9: + + Fixed an array index underflow in ljfastraster.cpp + + Save paper width and height in UXServices object after a call to + SetPaperSize + + When fullbleed printing is requested, if printer supports it, + return actual paper dimensions for PrintableArea + + Added support for the following new printer(s): + + HP DeskJet F300 Series All-in-one (DJ3600) + * HPLIP 0.9.9: + + HPLIP now uses libusb for all USB I/O. Libusb replaces kernel + modules printer and usblp, and opens an entirely new can of worms + + Removed support for USB URIs based on device files. This means all + printers now use USB URIs based on "hp:/hp_model?serial=xxxxxxxx" + instead of "hp:/hp_model?device=/dev/usb/lpx". Old CUPS queues must + be updated to the new device location + + Added full USB 1284.4 support for the Color LaserJet 2840, and for + LaserJets 3050, 3060, 1010, 1012, 1015 and 2500 + + Updated HP-Fax-hplip.ppd to be in conformance with CUPS 1.2 + + Updated most LaserJet PPDs for CUPS 1.2 + + Changed the GetSnmp timeout from 5 to 2 seconds in hpiod + + Fixed incorrect supplies information for Color Laserjet 2840 + displayed in hp-toolbox + + Fixed problem where title input was of no use while adding a file to + item list in send fax dialog + + Add models.xml parallel port flag for Deskjet 5550 + + Moved hp-sendfax temp .g3 files to ~/hpfax/hpfax-*.g3. Before, + they would clutter the user's home directory + + Files added to hp-sendfax interface are now rendered into g3 format + as they are added to the batch + + Removed temporary file creation from hpfax: (temp files now created + only by hp-sendfax using mkstemp) + + Added total page counting feature to hp-sendfax + + Added a BSD license to magic.py + * debian/control: build-depend on libusb >= 0.1.8 + * dpatch 00_01_upstream-0.9.8-4: remove (applied upstream) + * dpatch 60_lp_instead_of_lpr: rediff to remove skips + * dpatch 40_quiet-hpiod: rediff to remove skips + * dpatch 01_rss: rediff to reorder file hunks + * dpatch 30_no-ping: remove, upstream removed icmp functionality + * dpatch 70_sane_ppd_directory_handling: remove (applied upstream) + * dpatch 45_quiet_hpijs-fax: remove (applied upstream) + * dpatch 35_no-fax-setuid: remove, upstream now does seteuid()/setegid() + only if sendfax is being run as root + * dpatch 10_shebang_fixes (new): new dump place for #! fixing + * hplip.menu: s/hp-fax/hp-sendfax/ + * debian/control, debian/compat: switch to debhelper mode V5 + * debian/control, debian/rules: provide and use hpijs:Upstream-Version, + rename Upstream-Version to hplip:Upstream-Version + * Rename hplip-ppds package to hpijs-ppds, update all documentation to + point to hpijs-ppds and linuxprinting.org-ppds and add a hpijs.NEWS + entry about the package rename as well + * debian/control: conflict hpijs with hplip-ppds versioned to source + version, as a dirty trick to not clash with hpijs-ppds providing + hplip-ppds + * debian/rules, debian/hpijs-ppds.install, debian/hpijs-ppds.links, + debian/hpijs-ppds.NEWS: + Don't ship non-hpijs PPDs anymore, linuxprinting.org-ppds takes care + of the pure postscript PPDs now + * debian/rules: version hpijs-ppds the same way we version hpijs + * debian/control: suggest hpijs-ppds and linuxprinting.org-ppds for hplip + instead of recommending the old hplip-ppds package. Recommend hpijs + with fax support for hplip. Remove conflict on foomatic-db-hpijs and + foomatic-filters-ppds from hplip. Conflict hpijs-ppds with + foomatic-filters-ppds before 20060113-1 when the PPD duplication was + removed from foomatic-filters-ppds + * debian/control: rework package descriptions a little + * debian/rules: ship all PPD files compressed + * debian/rules: separate arch-dep and arch-indep install, to avoid wasting + a great deal of time on slower archs gziping PPDs + * hplip initscript: Run hpiod as root because of libusb + * debian/copyright: update dates + + -- Henrique de Moraes Holschuh Sun, 19 Mar 2006 23:32:57 -0300 + +hplip (0.9.8-1) unstable; urgency=low + + * This release was not uploaded to Debian + * New upstream version + * HPIJS 2.1.8 (patchlevel 4): + + Moved OfficeJet 6100 and 6150 to DJ55xx.h; margins on these devices + are same as those on DJ5550 + + Added support for the following new printers: + + HP LaserJet 3050 (LJMono/PS) + + HP LaserJet 3060/3062 (LJMono/PS) + + HP LaserJet 3390/3392 (LJMono/PS) + + HP Deskjet 6980 series (DJGenericVIP) + + HP Deskjet 6940 series (DJGenericVIP) + + Updated KRGB patches to version 1.2: + + Fixed krgb buffer overflow issue with out-of-band data in + fill_rectangle and copy_mono. This buffer overflow condition + occurred with fullbleed print jobs that had k-band images + + Added Dan Coby's (artifex) fix for gsijs_read_string_malloc + gs_free *str memory leak. + * HPLIP 0.9.8 (patchlevel 4): + + Added send fax support (still quite rough) + + Added HP Setup utility + + Fixed deviceid zero termination issue in hplip_api.c + + Enhanced the status history table in hp-info + + Changed device list in toolbox to use small icons for status overlay + + Modified models.xml file to add pen info back to OJ5500 and disable + front panel + + Removed probe.py from distribution + + Added Fax URI generation to hp-makeuri + + Fixed hp-makeuri so that it would not report URIs for non-existent + functions + + Fixed hp-makeuri quiet modes that they are actually quiet + + Added a new chooser dialog that presents a list of CUPS queues + rather than device URIs (hp-sendfax, hp-print) + + Fixed a hpiod problem with the PS 2570 series. This will fix the + scanning blue-screen error with USB High Speed + * dpatch 00_01_upstream-0.9.8-4 (new): 0.9.8 patchlevel 4 + * hplip package: recommend python-reportlab for fax cover page support + * Instead of modifying the PPD manufacturer tag from HP to HP (HPLIP), + now append HPLIP and the upstream version to the nickname + (closes: #347264) + * Ship hpijs PPDs in /usr/share/ppd/hpijs/ as per + the Debian PPD file structure specification. Ship the pure postscript + PPDs in /usr/share/ppd/hplip-postscript, for now + * Normalise case and start all HP PPD file names with "HP-" + * debian/control: Remove foomatic-db-hpijs from suggests and + recommends, as it will go away + * Update READMEs and NEWS files for the above PPD changes, add NEWS + file for hplip-ppds while at it + * Update hplip's README for hp-setup + * Mention that the RSS patch is stale in hpijs' README + * Removed patch already applied upstream: 00_01_upstream_0.9.7-2 + * dpatches 30_no-ping, 50_doc-location, 60_lp_instead_of_lpr: rediff + * Let configure detect all standard paths for CUPS, except for the + PPD path + * Prune non-shipped-files.txt, and change debian/rules to tell us + which files were removed instead of doing it silently + * dpatch 70_sane_ppd_directory_handling (new): modify hplip to + look for PPD files under /usr/share/ppd/hplip, instead of + searching the entire CUPS PPD tree (used by hp-setup) + * Add menu entries for hp-print, hp-sendfax and hp-fab + * Add HPmenu.xpm icon + * dpatch 35_no-fax-setuid (new): change hpssd fax queue function + not to setuid(), as we don't run as root. This limits sending + faxes somehow, but the impact is not clear to me yet. Bug reports + welcome + * dpatch 45_quiet_hpijs-fax (new): remove noisy hpijs debug output in + the fax driver + * debian/control: rework package descriptions, mention fax support + * Ship KRGB patches cleaned up and tailored for Debian's gs versions + * Update debian/copyright for new directories, mention license of KRGB + patches (MIT) + + -- Henrique de Moraes Holschuh Mon, 6 Mar 2006 16:43:08 -0300 + +hplip (0.9.7-4ubuntu1) dapper; urgency=low + + * Synchronize with Debian unstable. + * Keep the .desktop file, add "NoDisplay=true". + * Keep qt build dependencies, now in main. + * hplip-data now provides hpijs-data (introduced in 0.9.8). + * Try to open a message dialog for the "No Qt" message. Malone: #26413. + * Install ppd files into a manufacturer specific directory. + * Set the manufacturer name to "HP". + * Start hplip before cupsys. Malone: #3841, #26570. + * Put toolbox icon in category system, not application. Malone: #25627. + + -- Matthias Klose Tue, 11 Apr 2006 10:27:47 +0000 + +hplip (0.9.7-4) unstable; urgency=low + + * New upstream 0.9.7-2 patch: fixes for the following problems: + + Photosmart 2570 series blue screen scanning error + + GetDeviceStatus overwrite in hpiod (from RedHat) + + SuperB margin issue with OJ K550, OJ K850 and DJ9800 + + _GNU_SOURCE define in hpaio.h. (from RedHat) + * Remove versioning of python-qt3 and pyqt-utils build-dependencies to + make backports easier. Current versions in stable, testing and sid + are safe AFAIK + * Build-depend on libsnmp9-dev|libsnmp5-dev, to ease sarge backports + + -- Henrique de Moraes Holschuh Wed, 7 Dec 2005 14:05:12 -0200 + +hplip (0.9.7-3) unstable; urgency=low + + * Switch from two versioned conflicts to two versioned depends/recommends + to encode the relationship between hplip and hplip-data. This is + easier on apt, since conflicts preclude unpack, while depends preclude + configure + * Fix non-removal of rem_str on 60_lp_instead_of_lpr (closes: #341445) + + -- Henrique de Moraes Holschuh Wed, 30 Nov 2005 15:04:33 -0200 + +hplip (0.9.7-2) unstable; urgency=low + + * Brown paperbag release + * Actually add 60_lp_instead_of_lpr to list of active dpatches. + This closes: #336407 for real + + -- Henrique de Moraes Holschuh Fri, 25 Nov 2005 00:24:58 -0200 + +hplip (0.9.7-1) unstable; urgency=low + + * New upstream version + * HPIJS 2.1.7: + + Fixed OJ K550 typo in HPIJS + + Added photo tray support to DJGenericVIP device class. This effects + all DJGenericVIP PPD files + + Added support for the following new printers: + + HP Color LaserJet 3000 (LJColor/PS) + + HP Color LaserJet 3600 (LJJetReady) + + HP Color LaserJet 3800 (LJColor/PS) + * HPLIP 0.9.7: + + Added 1284.4 support to hpiod. Previous support was MLC only + + Changed hp-toolbox startup behavior to increase performance + + Added checks in messaging code to prevent invalid messages from + crashing hpssd + + Added hp-toolbox PML cleanup code to LJ status code + + Fixed clj28xx scanning issue. Mfpdtf buffer was too small + libsane-hpaio. This fixes a problem introduced in 0.9.5 + + Modified hp-makeuri to allow hostnames for network addresses + + Added support for "alternate n-up" for PS documents to hp-print + + Fixed an issue where the website link for support information is + wrong in "HP" tab of "Support Information" dialog + + Fixed an issue setting the scan token in libsane-hpaio + + Fixed an issue where an error occurs while executing the command + "hp-check -lnone" in terminal + + Fixed an issue where an exception is caught but the program does not + show a correct prompt when running the command "hp-align" with parameter + -p + + Fixed System::GetSnmp sigfault in hpiod. This will fix network + scanning/hp-toolbox issues in previous HPLIP releases + + Fixed an issue where an error occurs while executing hp-photo after + the usb cable was disconnected + * Use far less tight versioning that works with the new rules for binNMUs, + and break a dependency loop while at it (closes: #339909) + * Add versioned dependency on coreutils 5.1+ (closes: #337375) + * New dpatch 60_lp_instead_of_lpr: + Use "lp" instead of "lpr" to submit jobs (closes: #336407) + * Ship copyright and changelogs along with hplip-data too, as it is not + depending on hplip anymore and the /usr/share/doc/hplip-data symlink has + to go away + + -- Henrique de Moraes Holschuh Thu, 24 Nov 2005 16:20:29 -0200 + +hplip (0.9.6-1ubuntu8) dapper; urgency=low + + * Fix symlink in /usr/share/cups/model. + + -- Matthias Klose Fri, 14 Apr 2006 08:06:24 +0000 + +hplip (0.9.6-1ubuntu7) dapper; urgency=low + + * Keep the .desktop file, add "NoDisplay=true". + * Keep qt build dependencies, now in main. + * hplip-data now provides hpijs-data (introduced in 0.9.8). + * Try to open a message dialog for the "No Qt" message. Malone: #26413. + * Install ppd files into a manufacturer specific directory. + * Set the manufacturer name to "HP". + * Start hplip before cupsys. Malone: #3841, #26570. + * Put toolbox icon in category system, not application. Malone: #25627. + + -- Matthias Klose Tue, 11 Apr 2006 10:27:47 +0000 + +hplip (0.9.6-1ubuntu6) dapper; urgency=low + + * Updated patch name and listed it from 00list so it's used + + -- Sebastien Bacher Wed, 15 Feb 2006 23:53:10 +0100 + +hplip (0.9.6-1ubuntu5) dapper; urgency=low + + * Patch to support the newer-style /dev/usblp%d device names we've + been using in dapper for USB printers. + + -- Scott James Remnant Wed, 15 Feb 2006 18:18:14 +0000 + +hplip (0.9.6-1ubuntu4) dapper; urgency=low + + * Rebuild with libsnmp9-dev. + + -- Fabio M. Di Nitto Thu, 01 Dec 2005 08:13:47 +0100 + +hplip (0.9.6-1ubuntu3) dapper; urgency=low + + * Really disable .desktop file by removing it from debian/ + * Really make hp-toolbox and hp-unload give helpful error + messages. (Malone #4659) + + -- Tollef Fog Heen Mon, 21 Nov 2005 09:24:32 +0100 + +hplip (0.9.6-1ubuntu2) dapper; urgency=low + + * Demote python-qt3 to Suggests (so we don't end up with python-qt3 in + desktop) + * Don't ship .desktop file. + * Make hp-toolbox and hp-unload give helpful error messages if + python-qt3 isn't installed. + + -- Tollef Fog Heen Thu, 17 Nov 2005 10:36:22 +0100 + +hplip (0.9.6-1ubuntu1) dapper; urgency=low + + * Resynchronise with Debian + - Remove 90_bigendian-fix.dpatch, since it's already upstream + - Remove 88_configure.in.dpatch and 89_configure.dpatch and pass icon + path in debian/rules instead. + - Still use libsnmp5-dev. + - Switch to newer-style LSB init script functions (which are in the + Debian package, thanks hmh) + - Forward-port "have hplip installed, but please don't start it" + patch. + + -- Tollef Fog Heen Tue, 15 Nov 2005 11:30:10 +0100 + +hplip (0.9.6-1) unstable; urgency=low + + * New upstream version + * HPIJS 2.1.6: + + Moved DJ450 from DJGenericVIP class to DJ9xxVIP class, because + mandatory margins are 0.25 inch on left and right sides and it does + not support fullbleed on any papersize + + Added a new printer family, DJ55xx to take care of margin issues for + DJ55xx printers + + Fixed a bug in sending custom paper size to JetReady and FastRaster + printers + + Fixed a bug in LJFastRaster when last band was less than 128 height, + it was incorrectly positioned. + + Fixed margin adjustment code to allow fullbleed or .125 inch margins + for those printers that support it in autoduplex mode + + Added support for the following new printers: + + HP Color LaserJet 4730 MFP (LJColor/PS) + + HP Deskjet 460 (DJGenericVIP) + + HP Officejet Pro K550, K850 (DJGenericVIP) + * HPLIP 0.9.6: + + In hp-toolbox (Device Manager) made a small LaserJet status change + that makes the CLJ 2550 work correctly + + Fixed a bug with the PSC3310 with low photo supplies (caused a + toolbox exception) + + Fixed a problem that made an offline CLJ2500 crash hpssd + + The hp-toolbox no longer uses a "listen" server socket. All + communication is done over the same client socket to hpssd + + Added new hp-toolbox UI for supplies and maintenance tools + + Made numerous changes to hp-toolbox + + Set CLJ 25xx devices to uni-di mode in models.xml + * Henrique de Moraes Holschuh: + * Remove patches already applied upstream: + 00_upstream-0.9.5-3, 11_fix-misc-gcc-warnings, 13_intsign-fixes, + 15_64bit_fixes, 20_fix_unitialized_var_bugs, 50_hp-clean_fix, + 99_ubuntu_hplip-deroot + * Remove some hunks already applied upstream: + 14_charsign_fixes + * Add a NEWS file for hpijs, warning users of PPDs that are documented + by upstream to have been changed significantly + * Fix hpijs autobuild system to actually work re. libhpip, by adding + some automake magic and libtool support + * Merge hplip-base and hplip packages. Current upstream code makes it + a losing battle to try to keep the two separate + * Don't bother explaining about alternate PPD sources in basic docs like + README.Debian. Don't suggest them in control file, either. This is + needed because HPLIP PPDs often change in non-forward or non-backwards + compatible ways + * Remove stray scan/__init__.py file + * New patch 30_noping: Do not attempt to send icmp packets in hpssd, as + it will not work since it doesn't run as root anymore. Thanks to + tatu.mannisto@iki.fi for the report (closes: #333850) + * New patch 40_quiet-hpiod: Shut hpiod up while trying to autodetect + parallel port printers, it was being waay too annoying in syslog + * New patch 50_doc-location: Add final / to URIs and point the readme + to the /usr/share/doc location inside hp-toolbox. If the local admin + doesn't like documentation and removes /usr/share/doc/hplip, this + doesn't break anything... you just get no documentation, which was + kind the point the admin was trying to make, I suppose ;-) + + -- Henrique de Moraes Holschuh Mon, 24 Oct 2005 13:08:43 -0200 + +hplip (0.9.5-4) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * Add more hunks to 14_charsign_fixes, probably non-critical fixes + * Clean up and revamp configure.in/Makefile.am so that it is less buggy + re. some 'assumptions' made upstream (closes: #329782) + * Version pyqt build-dependendices to make sure no autobuilder will + screw us over the C++/gcc transition, these can be removed in the + not-so-distant future + * Fix minor typo in a package description + * Move hp-print from hplip-base to hplip, as it has a GUI now, thanks + to HPLIP upstream for the bug report + * Move /usr/lib/hplip/plugins from hplip-base to hplip package, as it + is an ui/ component + + -- Henrique de Moraes Holschuh Wed, 5 Oct 2005 00:14:33 -0300 + +hplip (0.9.5-3) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * Added upstream patch 0.9.5-3 + + Fix scanning on little-endian hosts + * Dropped 40_testmail_fix, not only it was already present upstream, + but I failed to notice patch screwing up royally when I rediffed it + for 0.9.5-1. Thanks to HPLIP upstream for the heads'up(!) + + -- Henrique de Moraes Holschuh Wed, 21 Sep 2005 00:06:21 -0300 + +hplip (0.9.5-2ubuntu2) breezy; urgency=low + + * Fix big-endian architecture FTBFS. + - adds 90_bigendian-fix.dpatch + * Fix configure.in breakage when picking default desktop directory. + - adds 88_configure.in.dpatch, 89_configure.dpatch + + -- LaMont Jones Thu, 22 Sep 2005 12:08:22 +0000 + +hplip (0.9.5-2ubuntu1) breezy; urgency=low + + * New upstream version, exception from upstream version freeze. + * Synchronize with unstable. + - Build against libsnmp5-dev. + - Use older lsb init functions found in breezy. + + -- Matthias Klose Tue, 20 Sep 2005 18:03:11 +0200 + +hplip (0.9.5-2) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * Added upstream patch 0.9.5-2 + + Fix scanning on Laserjets + + Fix scanning on parallel-port only Inkjets + + -- Henrique de Moraes Holschuh Tue, 20 Sep 2005 01:01:05 -0300 + +hplip (0.9.5-1) unstable; urgency=low + + * New upstream version + * HPIJS 2.1.5: + + Fixed a 4-sided full bleed printing issue in HPIJS + + Added support for the following new printers: + HP Photosmart 420 (PSP100) + HP Photosmart 470 (PSP100) + HP Photosmart 2570 (DJGenericVIP) + HP PSC 1400 (DJ3600) + HP Officejet 5600 (DJ3600) + HP Photosmart 3100 (DJGenericVIP) + HP Photosmart 3200 (DJGenericVIP) + HP Photosmart 3300 (DJGenericVIP) + HP Photosmart 8000 (DJGenericVIP) + HP Photosmart 7800 (DJGenericVIP) + HP Deskjet 5940 (DJGenericVIP) + HP Deskjet 5440 (DJGenericVIP) + HP Color laserJet 4700 (LJColor/PS) + * HPLIP 0.9.5: + + Added parallel port support for printing and scanning. See + Product Support table for supported devices and features + + Changed the PS8700 PPD inputslot from "default" to "upper" + + Fixed miser mode MLC credit problem in hpiod + + Fixed MLC credit problem with short timeouts + + Fixed many known hp-toolbox issues + + Fixed case where hp-toolbox crashed if models.xml entry was missing + + Fixed hp-colorcal incorrect parameter passing to maint routines + + Fixed a bug in hpssd.py that caused hal:\\ devices to crash hpssd + + Fixed supplies status for CLJ28xx + + Fixed powersettings for DJ4x0 + + Fixed LJ1022 status problem + * Henrique de Moraes Holschuh: + * Dpatch maintenance: + + Remove 20_useless_assignment_fix: fixed properly upstream + + Update 11_fix-misc-gcc-warnings, 14_charsign_fixes, + 50_hp-clean_fix: some hunks fixed upstream, some new hunks added + + Rediff 13_intsign-fixes, 40_testmail_fix + + New 20_fix_unitialized_var_bugs: fix some real bugs caused by + broken code with unitialized variables + + Switch all dpatches to /usr/share/dpatch/dpatch-run + * Add hp-levels symlink for new utility, that shows agent levels + using ASCII-art bar graphs + + -- Henrique de Moraes Holschuh Mon, 19 Sep 2005 11:44:52 -0300 + +hplip (0.9.4-4) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * Rebuild for C++ transition + * Mention usblp on README.Debian (closes: #326684) + * Fix invocation of dh_python for all binary packages other than hplip + * Do not remove pyc/pyo python compiled files from package hplip-base + when package hplip is removed + * Switch initscript to LSB-like reporting, and remove old HPGUId cruft + while at it + * hplip-base: add dependency on lsb-base due to initscript changes + + -- Henrique de Moraes Holschuh Thu, 8 Sep 2005 12:47:58 -0300 + +hplip (0.9.4-3ubuntu4) breezy; urgency=low + + * One hplip B-D has changed under our feet breaking configure in a quite + impressive useless (for Ubuntu and Debian) point: + + Fix configure and configure.in to cope with this change. + + Fix FTBFS. + + -- Fabio M. Di Nitto Mon, 19 Sep 2005 13:58:12 +0200 + +hplip (0.9.4-3ubuntu3) breezy; urgency=low + + * No GUIs here, correct LSB status messages + + -- Matt Zimmerman Wed, 14 Sep 2005 11:57:15 -0700 + +hplip (0.9.4-3ubuntu2) breezy; urgency=low + + * Add /etc/default/hplip to define a variable RUN_HPLIP, so + users can explicitely disable the start of hplip without + removing Ubuntu meta packages. Addresses Ubuntu 14054. + + -- Matthias Klose Tue, 13 Sep 2005 22:35:16 +0200 + +hplip (0.9.4-3ubuntu1) breezy; urgency=low + + * Synchronize with unstable. + * Unconditionally run as user hplip (Ubuntu 14061). + * Use LSB init-functions (Ubuntu 14339). + + -- Matthias Klose Fri, 2 Sep 2005 14:20:24 +0200 + +hplip (0.9.4-3) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * New cleanup patches: 14_charsign_fixes, 20_useless_assignment_fix + * New dpatch: 15_64bit_fixes + * New hunks to dpatch: 11_fix-misc-gcc-warnings.dpatch + + -- Henrique de Moraes Holschuh Sat, 6 Aug 2005 02:10:24 -0300 + +hplip (0.9.4-2) unstable; urgency=low + + * Matthias Klose : + * hplip-base should also replace files in hplip-data (<< 0.9.3) + * Run HPLIP daemons as non-root user (optional, default as run as root) + (closes: #320936) + * Henrique de Moraes Holschuh: + * Modify Matthias' postinst to create the hplip user in a safer way + * Depend on the correct adduser version for the above (just in case some + dweeb tries to backport this to ancient Debian) + * Add hplip-base.post{inst,rm} and initscript machinery for the hplip + user, supporting ephemeral /var/run and dpkg-statoverride the way I + like it + * Make run-hplip-as-non-root *non*-optional, it is safer and there is + nothing in hpiod or hpssd that requires root priviledges to work in a + Debian system + * Add NEWS.Debian item about running as non-root + + -- Henrique de Moraes Holschuh Tue, 2 Aug 2005 23:36:19 -0300 + +hplip (0.9.4-1ubuntu1) breezy; urgency=low + + * Synchronize with Debian. + - Just keep dropping the pyqt-tools build dependency, and don't + remove the generated .py files from the source. + * debian/hplip-base.postinst: + - Create system user "hplip" (with primary group lp). + * debian/hplip-base.postrm: + - Remove system user "hplip" on purge. + * debian/hplip-base.init: + - Start daemons as as user:group hplip:lp. + - Create /var/run/hplip, if directory doesn't exist. + * debian/hplip-base.default: + - Default to run as user hplip. + - Add comment not to use port numbers below 1024 if not running as root. + * debian/control: + - hplip-base replaces hplib-data (<< 0.9.3). + * debian/patches/60_derootify.dpatch: + - New patch, don't run as root. + + -- Matthias Klose Thu, 28 Jul 2005 21:23:58 +0200 + +hplip (0.9.4-1) unstable; urgency=low + + * New upstream version + * HPIJS 2.1.4: + + In order to accommodate 4-sided full bleed, PS320/330/370/380 were + moved to the DJGenericVIP device class + + Added hplip_api convenience library + + Fixed a problem where bi-di was not turned off correctly in hpijs. + This caused extra deviceid queries + + Fixed postscript PPD file case sensitivity issue. This issue caused + a problem with kprinter + + Added PPD files for the following new printers: HP Color LaserJet + 2800, HP Photosmart 8200, HP Photosmart 330, HP Photosmart 380, + Deskjet 1280, Deskjet 3040, Deskjet 3920 + * HPLIP 0.9.4: + + Added uni-di device support to "hp" backend + + Added hplip_api convenience library. Converted HPLIP clients (hp, + libsane-hpaio, hpijs, ptest) to hplip_api + + Added device ID mode to hp-info utility (Tim Waugh of Red Hat + request) + + Added new DeviceOpen() parameters to accommodate different backend + types + + Changed and added new "io" support tags to models.xml + + Added LJ1022 to models.xml file + + Desensitized model names generated by hpiod. This will eliminate + leading, trailing and double spaces in the model name + + Made change to the models.xml file for Photosmart 120 and 240 series + which had pen 57 mislabeled as black + + Added LJ 8000, LJ 1160 series entries to models.xml + + Removed LJ 3100 from models.xml. There are no plans to support this + printer + + Fixed a scanimage problem with OJ D135 and OJ 7110 + + Fixed "Invalid color calibration type" error in hp-colorcal + + Fixed "Unknown internal error" when executing command "hp-probe + -bnet" + + Fixed a intermittent SNMP problem reading signed integers in hpiod. + This will fix some network scanning issues. + + Enhanced hp-info and hp-makeuri as per Red Hat and Suse request + + Changed SLP detection to detect more devices based on forum + feedback + + Added limited support for HP Color LaserJet 2800, is limited to: + only postscript printing is supported; Photo Card access is not + available via hp-photo, but it is available via USB mass storage; + Network scanning is supported, but USB scanning is not; + Hp-toolbox status is not complete + * Henrique de Moraes Holschuh: + * Removed patches already upstream: 00_upstream_0.9.3-1, + 10_missing-prototypes + * Merged LTLIBRARY instances in top Makefile.am + * Fixed some minor typos in README.Debian, thanks to Santiago Vila + * Bump standards version to 3.6.2, no changes + * Makefile.am: declare colorcal4form_base.ui, printerform_base.ui as + noinst_DATA + + -- Henrique de Moraes Holschuh Sun, 24 Jul 2005 09:37:29 -0300 + +hplip (0.9.3-3) unstable; urgency=high + + * New upstream patch 0.9.3-1 to hpijs: + + Fixed a bi-di problem with all LIDIL printers (DJ3320, DJ3600) + + Fixed a 64-bit problem with LJJetReady printers + + Fixed a KRGB issue in the VIP path in HPIJS. This fixes a problem + where black text would drop some pixels with VIP printers (DJ9xxVIP, + DJGenericVIP) (closes: #314442) + * Henrique de Moraes Holschuh: + * Minor updates to README.Debian on the various packages + * Rework package descriptions a bit in control file + * Stop confliting with HPOJ. We are fine with it as long as the same + device is NOT being used by HPOJ and HPIJS + * Remove hplip-base dependency from hplip-ppds. Instead, suggest + hpijs and hplip-base in hplip-ppds, and ship changelog instead of symlink + * Remove some stray -Nhplip crap from arch-dep section of rules files + * Remove 12_fix-gcc4-errors.dpatch, accepted upstream (patch 0.9.3-1) + * debian/rules: avoid useless /usr/bin/find warnings about + maxdepth/mindepth + + -- Henrique de Moraes Holschuh Wed, 29 Jun 2005 00:48:18 -0300 + +hplip (0.9.3-2) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * New binary-all package: hplip-ppds, with the PPDs shipped by HPLIP + upstream. Other than due to bug-fixes, these are usually a better + match for the current hpijs/hplip capabilities than those from + foomatic-filters-ppds or foomatic-db-hpijs + * Change the Manufacturer string on all PPDs to "HP (HPLIP)", to set + them apart from PPDs of other sources + * Update README.Debian with information about the HPLIP PPDs + * Recommend hplip-ppds (closes: #311470, #311474) + * New patch: 12_fix-gcc4-errors (closes: #310435) + + -- Henrique de Moraes Holschuh Sat, 4 Jun 2005 09:28:18 -0300 + +hplip (0.9.3-1) unstable; urgency=low + + * New upstream version + * HPIJS 2.1.3: + + Increased the printable region for DJGenericVIP. This resolves a + left margin issue + + Fixed a problem printing more than one page with LJ 1010/1012 + + Modified hpijs to ignore bi-di errors so the "hp" backend can + handle them. This fixed a problem where hpijs would hang + forever + * HPLIP 0.9.3: + + Modified models.xml Deskjet_1220C panel_check_type to be 0 + + Fix the Test Email Alert + + Added MlcInit retry to hpiod + + Changed hplip_readme.html "Photo" support to yes for + OJ7200/7300/7400 + + Fixed intermittent device hang problem with LJ 1010/1012/1015 + in hp.c + + Added OfficeJet V40 to models.xml + + Fixed models.xml so that LJ 1010, 1012, 1015, and 1022 all print + using "raw" io + + Fixed "hp-probe -s*" error + + Fixed error while clicking the"Access Photo Cards" without any + photo card + + Fixed error while running hp-testpage command to print + after disconnecting the USB cable + + Added LJ 1010 and 1012 to models.xml, and made sure the OJ K80xi + has both a single spaces and a double spaced entry + + Fixed error which occurs after launching the toolbox in the terminal + + In models.xml cloned HP LaserJet 4050 Series to the same thing with a + trailing underscore + * Henrique de Moraes Holschuh: + * Swap maintainer and uploader fields for now, since I am spending + far more time in HPLIP than Torsten. Should that change, he will + switch the fields back as they were + * Tell libtool that the sane plugin is a plugin with -module + * Split hplip into GUI and non-GUI packages, as suggested by + Matthias Klose (closes: #307790) + + Change /usr/share/doc/hplip to a symlink (requires hplip.preinst + and hplip.postinst glue to support error unwind and downgrades) + + Change hplip package to arch all, as all C source and binary + modules belong in hplip-base + + hplip-base.preinst (new), hplip-base.postrm (new), hplip.postrm: + Remove any .pyc and .pyo files scattered around /usr/lib/hplip + * Fix configure.in, Makefile.am to accept and use a PYTHON variable + to select the python version to run properly, and really use whatever + python that variable points to, and no other (closes: #307788) + * Rework configure.in and Makefile.am a bit, in a moment of utter + boredom + * Change autogen.sh and debian/rules to get the hpijs versioning + through autoconf --trace at autotools-run time, and document the + debian/hpijs.version file in debian/README.Source + * Remove unneeded #! lines from python modules before packaging the + debs, to make lintian happier + * Control new files showing up upstream, by using a static list of + non-shipped files and passing --fail-missing to dh_install + * Remove debian/executable.files and debian/deletable.files support, + as this package does not require it + * hplip-base: recommend cupsys-client, as some of the utilities + run "lp -d..." and friends (closes: #308960) + * Rediff 01_rss.dpatch, 10_missing-prototypes.dpatch, + 11_fix-misc-gcc-warnings.dpatch, 13_intsign-fixes.dpatch, + 40_testmail_fix.dpatch, 50_hp-clean_fix.dpatch to remove some hunks + accepted upstream and remove any fuzziness and line numbering skews + * Remove patch 30_bind_to_INADDR_LOOPBACK, completely accepted + upstream + + -- Henrique de Moraes Holschuh Wed, 25 May 2005 00:31:22 -0300 + +hplip (0.9.2-2ubuntu3) breezy; urgency=low + + * Fix FTBFS using GCC 4.0. + + -- Matthias Klose Mon, 23 May 2005 15:01:45 +0000 + +hplip (0.9.2-2ubuntu2) breezy; urgency=low + + * Rebuild for new C++ ABI + + -- Matthias Klose Wed, 18 May 2005 15:42:15 +0000 + +hplip (0.9.2-2ubuntu1) breezy; urgency=low + + * Resynchronise with Debian. Ubuntu 10583. + * Fix location of document registered with doc-base. Ubuntu 10490. + + -- Matthias Klose Tue, 10 May 2005 14:57:10 +0200 + +hplip (0.9.2-2) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * Added new patch: 50_hp-clean_fix, fix hp-clean bad wipeAndSpitType1() + invocation + + -- Henrique de Moraes Holschuh Tue, 26 Apr 2005 02:04:27 -0300 + +hplip (0.9.2-1ubuntu1) breezy; urgency=low + + * Detect python default version. + * Split out all non GUI stuff into hplip-base, keep only the GUI + in hplip. Avoids installation of QT. + * Remove build dependencies on pyqt-tools and python-qt3. Nothing + needed for the build process. Keep the pregenerated .py files. + + -- Matthias Klose Thu, 5 May 2005 14:16:04 +0200 + +hplip (0.9.2-1) unstable; urgency=medium + + * New upstream version + * HPIJS 2.1.2: + + Added new print mode "FastDraft Grayscale" to DJGenericVIP + + Put limit (max=5) on syslog messages when output device write() + fails (closes: #210449) + + Removed specified gcc options in hpijs configure.in + + Fixed a 64-bit compile issue in ljjetready.cpp (closes: #302828) + * HPLIP 0.9.2: + + Fixed "Invalid color calibration type" error occurs when executing + command "colorcal" in terminal + + Fixed number of arguments error in hp-align + + Made UI architectural change (removed hpguid.py, removed popup feature, + etc) + + Fixed a scanning issue with Laserjet flatbed scanners (PML scanners). + Scan would fail at end of scan + + Removed images.tgz after install + + Fixed a problem when all function buttons are grayed out when toolbox is + launched at the first time. + + Fixed DJ450 battery check issue + * Henrique de Moraes Holschuh: + * Updated dpatch 11_fix-misc-gcc-warnings with many new hunks + * Added 40_testmail_fix, to get hpssd and Test Email functionality to + actually work (it was completely useless and hopelessly broken) + (closes: #291346) + * Updated README.Debian files for HPIJS and HPLIP + + -- Henrique de Moraes Holschuh Wed, 20 Apr 2005 10:05:59 -0300 + +hplip (0.9.1-2) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * New dpatch (30_bind_to_INADDR_LOOPBACK): + Bind to INADDR_LOOPBACK instead of to INADDR_ANY for now, as + HPLIP is constrained to working bound to localhost currently + (closes: #304068) + + -- Henrique de Moraes Holschuh Wed, 13 Apr 2005 08:14:25 -0300 + +hplip (0.9.1-1) unstable; urgency=low + + * New upstream version: + * HPIJS 2.1.1: + + Fixed hpijs bi-di assert issue with business inkjet 1100 + + Added PPD files for the following printers: HP LaserJet 4240, + HP LaserJet 9040, HP color LaserJet 4610, HP LaserJet 1022, + HP Business Inkjet 1000 + * HPLIP 0.9.1: + + Added a "front panel" enable/disable flag to models.xml. Some printers + were disabled (ie: deskjets) + + Ink level and status displays have been fixed for CP1160/1700, OJ7100 + series and OJ D series + + Added battery level check for mobile deskjets (DJ 450, etc) + + Fixed issue that could cause DJ 450 to lock-up during panel check + (miser mode) + + Fixed extraneous hpiod error. Corrected pml iod in scl path that was + in libsane-hpaio + + Added PSC 750xi, OJ 5110 to models.xml file + + Added device manager *.ui files to package + * Henrique de Moraes Holschuh: + * Rebuild 11_fix-misc-gcc-warnings, most of it accepted upstream, + but we have also new hunks as well + * Remove 12_portability-fixes, accepted upstream + * Remove 14_fix-fat-prototypes, accepted upstream + * Remove 20_jddirect-bug-from-hell, fixed upstream + * Remove 30_fix-missing-retcode, accepted upstream + * Avoid shipping check.py, since it is useless for Debian systems + * Change both upstream and Debian build system to take advantage + of the .ui files and rebuild the .py files that are generated + from them using pyuic + * Build-depend on pyqt-tools for pyuic + + -- Henrique de Moraes Holschuh Sat, 2 Apr 2005 10:58:28 -0300 + +hplip (0.9-1) unstable; urgency=low + + * New upstream version (closes: #302230): + * HPIJS 2.1: + + Added two new device classes - LJFastRaster and LJJetReady + + Fixed input tray issue with Business Inkjet 1100/1200 + + Changed default quality setting from 300 to 600 dpi for DJ9xxVIP + + Replaced gdevijs-krgb-1.0.patch with gdevijs-krgb-1.1.patch + This patch fixes as segfault issue with 1-bit color space IJS drivers + (ie: epsonepl) + + Fixed a issue with DJ3600 photo pen printing + + Support additional printers: LaserJet 1010/1012/1015, Color LaserJet + 3500/3550, HP Photosmart 8750, HP Deskjet 6600, HP Deskjet 9800 Series + * HPLIP 0.9: + + Added network scanning support + + Added full status and supply information for most LaserJets + + Added hp-makeuri command for generating "hp" URIs from an IP address + or device node + + Fixed some network issues with hp-probe + + Fixed a problem with multiple files using the same name in photo card + + Fixed a bug in the cancel job code in hp-toolbox + + Fixed some dialog cancel defects in clean and align + + Reversed order of status history in hp-toolbox + + Added photo card access status + + Added hp-toolbox right click menu + + Hpssd no longer scans devices at startup, devices are scanned when + hp-toolbox is first started + + Removed power-up from the probe command in hpiod. This means that + when CUPS queries the "hp" backend for devices, the printer will not + power-up (closes: #291321) + + Added non-zero exit codes to hp-toolbox + + Added changes to display EXIF data in photo card + + Added channel cleanup code to hpiod. This will fix some issues when + canceling print jobs from the host + + Added a non-scrolling "front panel display" feature to hp-toolbox + + Added Color Calibration for various printer platforms + + Do not keep restarting/reopening hp-toolbox at every status change + (closes: #292672) + * Henrique de Moraes Holschuh: + * Build-depend on libjpeg62-dev for hpijs 2.1 + * Version build-dependency on libsnmp5-dev (>> 5.1.2-6), to avoid + #302195 which completely hoses the hplip build + * Remove 30_xpp_support.dpatch, applied upstream + * New patches: + + 10_missing-prototypes: Add missing prototypes + + 11_fix-misc-gcc-warnings: Fix bad C code that causes + warnings and strict aliasing rules problems (closes: #297587) + + 12_portability-fixes: Remove braindamage that causes + portability problems and warnings + + 13_intsign-fixes.dpatch: Fix signed/unsigned comparison issues + + 14_fix-fat-prototypes: Fix prototypes missing a (void) so that gcc + shuts up + + 20_jddirect-bug-from-hell: Fix complete breakage in + JetDirectDevice::NewChannel (undefined value assigned to channel + mode) + + 30_fix-missing-retcode: Add missing assignment of retcode + * Add hplip.desktop freedesktop.org file, thanks to Christopher Martin + (closes: #302248) + * Rename all hplip_* links in /usr/bin to hp-* to follow upstream + * Ship new SANE backend dll.d configuration, and conflict with libsane + (<< 1.0.15-7) (closes: #296317) + * Torsten Landschoff: + + debian/control: Fix typos in description + - of hpijs: a IJS driver -> an IJS driver (closes: #299987) + - of hplip: a X11 session -> an X11 session (closes: #299991) + + -- Henrique de Moraes Holschuh Fri, 1 Apr 2005 09:38:12 -0300 + +hplip (0.8.8-1) unstable; urgency=low + + * UNRELEASED: This release was never uploaded to unstable due to serious + issues with many devices + + * New upstream version: + * Added low ink infrastructure to device manager + * Made fixes to cleaning procedure + * Offline devices will now show supplies list with "Unknown" levels (was + blank before) + * Fixed the display for black cartridge number 15 on the Supplies Tab + * Added tech-type to models.xml + * Fixed Laserjet 1220 model.xml entry + * Fixed an issue with the Alert email service (does NOT fix #291346) + * Henrique de Moraes Holschuh: + * Removed patches accepted upstream: + 20_hpiod_pidfile.dpatch, 40_gcc4_buildfixes.dpatch, + 50_securityfix_umask.dpatch, + 51_securityfix_detect_unsafe_conf_file.dpatch + * Remove patches that don't make sense anymore + 10_toplevel_makefile.dpatch + * Rediff 30_xpp_support so that it applies cleanly + + -- Henrique de Moraes Holschuh Sun, 13 Feb 2005 21:04:27 -0200 + +hplip (0.8.7-4) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * HPLIP: + * Remove stray tab on 50_securityfix_umask.dpatch. Reupload in + case python decides to croak on us because of it + * Remove unneeded (but harmless) patch 21_base_pidfile_support.dpatch + + -- Henrique de Moraes Holschuh Tue, 1 Feb 2005 12:46:56 -0200 + +hplip (0.8.7-3) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * HPLIP: + * SECURITY FIX: create .hplip.conf on user directory mode 600 (was 666) + The HPLIP suite was failing to set the process umask to sane values, + hpssd.py and hpguid.py were affected. Also, modify HPLIP so that it + warns the user of the broken permissions, ignores such a file, and + fixes the permissions on the next time the config file is written to. + Thanks to Erwan David for reporting this bug + (closes: #293117) + * Really fix debian/rules to unpatch only after cleaning the tree + + -- Henrique de Moraes Holschuh Tue, 1 Feb 2005 11:03:22 -0200 + +hplip (0.8.7-2) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * Updated copyright file with all the relevant information for HPLIP + * Move dh_python calls to before dh_installdeb (closes: #291746) + + -- Henrique de Moraes Holschuh Sat, 22 Jan 2005 23:24:22 -0200 + +hplip (0.8.7-1) unstable; urgency=low + + * New upstream source + + Fixed a issue with the max setting for input trays in APDK (HPIJS 2.0.1) + + Added OfficeJet K series support + + Changed scanning default compression from none to jpeg. This speeds up + device I/O significantly during scans + + Cleaned up cancel button functionality in device manager. + + Added r value caching to hpssd to increase responsiveness of some + printers when doing dynamic counters + + Fixed a defect in strings.py (wrong string for not installed cart) + + Added DeviceIDs to the models.xml file + + Added PPD files for the following new printers: LaserJet 4345 MFP, + LaserJet 3015/3020/3030 + + Fixed some devices which were wrongly set to MLC mode instead of RAW + * Henrique de Moraes Holschuh: + * Better dpatch support on debian/rules: use clean-patched target + instead of reinvoking make + * Patches 22_hpssd_pidfile and 50_bigendian merged upstream + * Rediff all dpatches and switch to -p1, so that using dpatch-edit-patch + is much easier + * HPLIP: + * Try to stop all instances of hpguid.py on initscript stop. We need + to revisit this later when hpguid and hpssd get more intelligent + hpguid pidfile/termination handling + + -- Henrique de Moraes Holschuh Fri, 21 Jan 2005 12:39:24 -0200 + +hplip (0.8.4-5) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * HPIJS: + * s/cartridge/pen/ everywhere in the Debian stuff, since that's how HP + calls the printing head + ink cartridge combo + * HPLIP: + * Add dependency on python-qt3 (closes: #291202) + + -- Henrique de Moraes Holschuh Thu, 20 Jan 2005 04:54:42 -0200 + +hplip (0.8.4-4) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * HPLIP: + * Fix FTBFS on big-endian archs: add 50_bigendian.dpatch, to fix typo + in pcard/vfat.h + * Add lintian overrides for "description-synopsis-starts-with-a-capital- + letter", since HP *is* always written in uppercase + + -- Henrique de Moraes Holschuh Tue, 18 Jan 2005 23:50:03 -0200 + +hplip (0.8.4-3) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * HPLIP: + * Add python to build-depends, fix FTBFS on all arches + * Switch all python2.3-* build-depends to python-* build-depends + + -- Henrique de Moraes Holschuh Tue, 18 Jan 2005 12:38:40 -0200 + +hplip (0.8.4-2) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * HPIJS: + * Apply patch by Andreas Jochens to fix FTBFS + problems with gcc 4.0 on AMD64 (#286353) + * Improve suggests: for foomatic and hplip integration + * HPLIP: + * Conflict with all non-bidir-enabled hpijs and foomatic versions + * Add a quick-install guide to README.Debian + * Be silent about CUPS reloads, to avoid startling users during + system shutdown + * Upload to Debian unstable. Do note that 64-bit archs are still an + unknown (feedback welcome) + + -- Henrique de Moraes Holschuh Tue, 18 Jan 2005 00:54:44 -0200 + +hplip (0.8.4-1) experimental; urgency=low + + * Initial packaging of HPLIP (closes: #285026) + * Source for HPIJS is now provided by the HPLIP source package + * Version of the hpijs package will now be: + + + + * Henrique de Moraes Holschuh: + * HPIJS: + * New upstream source, supports HPLIP bi-directional channels, and + DJGenericVIP four-sided full bleed printing. Now support printers + that require bi-directional channels to work. + * Update Depends: to versions of the gs packages with KRBG support + * Ship KRGB patch in usr/share/doc + * HPLIP: + * Added pidfile locking to hpiod, hpssd [merged upstream in 0.8.4] + * Fixed upstream autotools build system something fierce + * Build libhpip as a convenience library (and don't package it) + * Add hplip_* links to the user binaries on /usr/bin + * Add a hpssd link on /usr/sbin and use that on initscript + * Support xpp as a default "print" GUI interface + + * This is not complete yet. This package has not been validated to + work on 64-bit archs (help is welcome) upstream. We have absolutely + no idea if the MFP utilities (photo-card reading, SANE scanning) work + at all (help is also welcome). + * Do not install this if you are not ready to help track down the bugs + + -- Henrique de Moraes Holschuh Sat, 18 Dec 2004 12:25:49 -0200 + +hpijs (1.7.1-1) unstable; urgency=high + + * Henrique de Moraes Holschuh: + * New upstream source (1.7.1) + + Support a few more printers (PPD changes only) + + No upstream changes to any binary packages + * Urgency high, since this is only an upstream-sync upload with + no noteworthy changes + * debian/watch: add primary watch line using prdownloads.sf.net, + since the ftp servers for sf.net are not realiable at all + + -- Henrique de Moraes Holschuh Mon, 15 Nov 2004 11:47:48 -0200 + +hpijs (1.7-1) unstable; urgency=medium + + * Henrique de Moraes Holschuh: + * New upstream source (1.7) + + Support a few more printers (code changes, not only PPD changes) + * Add watch file for uscan/DEHS + * Remove patch 03_fixsegfaults, now applied upstream + * Remove disabled patch 02_destdir, applied upstream a long time ago + + -- Henrique de Moraes Holschuh Sun, 17 Oct 2004 12:41:21 -0300 + +hpijs (1.6.2-1) unstable; urgency=medium + + * Henrique de Moraes Holschuh: + * New upstream version (no changes to binaries, since we do not ship the + PPD files from this source package). + * Update autogen.sh for automake 1.9, rerun autotools + * Remove all autogenerated files from CVS tree (use debian/autogen.sh to + recreate the files, debian/rules should do this automatically on + cvs-buildpackage) + * Suggests foomatic-db-hpijs (closes: #270566) + * Urgency medium to get sooner into testing + + -- Henrique de Moraes Holschuh Sat, 18 Sep 2004 10:28:09 -0300 + +hpijs (1.6.1-1) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * New upstream version (no changes to binary packages, + since we do not ship the PPD files from this source package). + * Move autogen.sh to debian/ for tidyness + * Not uploaded + + -- Henrique de Moraes Holschuh Fri, 9 Jul 2004 14:18:41 -0300 + +hpijs (1.6-3) unstable; urgency=low + + * Mention hpoj on README.Debian and package description. + + -- Henrique de Moraes Holschuh Fri, 9 Jul 2004 13:41:00 -0300 + +hpijs (1.6-2) unstable; urgency=low + + * Add comment about rss patch to package description (closes: #209127) + * Fix hpijs segfaults (probably non-exploitable) when given bad parameters, + or when something bad happens at startup time. HPIJS really needs an + audit, since the code is doing NULL pointer derreferences that easily + (closes: #169587) + * Minor manpage tweaks, mention option -h + + -- Henrique de Moraes Holschuh Mon, 14 Jun 2004 19:35:45 -0300 + +hpijs (1.6-1) unstable; urgency=low + + * Henrique de Moraes Holschuh : + * New upstream source: + + Added support for: HP business inkjet 2300, HP officejet 9100, + HP officejet 4200, HP psc 1310 + + Added envelope support, needed for center-feed envelope + trays (ie: laserjets): Envelopes #10, A2, C6, DL, Japanese #3, + Japanese #4 + + Added KRGB colorspace support (patch to ghostscript required to + enable) + * Update dependencies to use gs-gpl, add gs-afpl as lowest priority + * Update standards version to 3.6.1 + * Add copyright notice for the Debian packaging to debian/copyright + * Use debhelper compatibility mode V4 + * Switch to packaged dpatch + * Remove auto-generated files auto-include.h and platform.h in clean + target + * Autotools-dev support, using links + * Enable AM_MAINTAINER_MODE + * Set things up so that we regen the entire autotools toolchain (by + calling autogen.sh) on cvs-checkout. Add an autogen.sh, since + upstream lacks one + * Modify configure.in so that our CXXFLAGS and CFLAGS are respected + * Add a simple manpage for the hpijs binary with pointers to the real + docs, since hpijs is NEVER called directly + + -- Henrique de Moraes Holschuh Mon, 17 May 2004 21:35:32 -0300 + +hpijs (1.5-1) unstable; urgency=low + + * New upstream release (closes: #218074). + + -- Torsten Landschoff Wed, 29 Oct 2003 08:53:05 +0100 + +hpijs (1.4.1-1) unstable; urgency=low + + * New upstream release (closes: #198606). + * Apply new black-ink-only patch from + http://www.linuxprinting.org/download/printing/hpijs/ + using dpatch (closes: #198657). + * debian/control: Add Henrique de Moraes Holschuh to the Uploaders field + (thanks for your help, Henrique). + * debian/rules: Disable foomatic and cups install for now. Not sure how + to deal with that correctly. + + -- Torsten Landschoff Sun, 17 Aug 2003 01:43:11 +0200 + +hpijs (1.3.1-1.1) unstable; urgency=low + + * NMU + * Copy in config.guess and config.sub from autotools-dev (20020320.1). + Closes: #190959 + + -- LaMont Jones Mon, 12 May 2003 11:00:13 -0600 + +hpijs (1.3.1-1) unstable; urgency=low + + * New upstream release (closes: #188858). + + -- Torsten Landschoff Sun, 13 Apr 2003 19:26:32 +0200 + +hpijs (1.3-1) unstable; urgency=low + + * New upstream release. + * Disable the -rss patch as it no longer applies to this version of + hpijs and some of the changes have been folded upstream. + + -- Torsten Landschoff Sat, 2 Nov 2002 09:50:10 +0100 + +hpijs (1.2.2-1) unstable; urgency=low + + * Co-Maintainer upload + * New upstream version (Closes: #163094) + * Added -rss patch (via dpatch) + * debian/control: fix dependancy line (Closes: #153514, #159716) + * debian/control: Updated Standards-Version + * debian/copyright: Added note about the -rss patch + + -- Martin Loschwitz Sun, 13 Oct 2002 22:36:00 +0200 + +hpijs (1.2-1) unstable; urgency=low + + * New upstream release (closes: #147065). + + -- Torsten Landschoff Thu, 18 Jul 2002 11:49:36 +0200 + +hpijs (1.0.4-2) unstable; urgency=low + + * Ship the hpijs_readme.html with the package (closes: #143492). + For some reason the upstream Makefile does not install it anymore, + it is now listed in debian/docs. + + -- Torsten Landschoff Thu, 18 Apr 2002 21:25:06 +0200 + +hpijs (1.0.4-1) unstable; urgency=low + + * New upstream release (closes: #135271). + * No longer puts documentation files in /usr/share/doc/hpijs-$ver + (closes: #131588). + + -- Torsten Landschoff Mon, 25 Mar 2002 23:18:32 +0100 + +hpijs (1.0.2-1) unstable; urgency=low + + * New upstream release. + * debian/control: As HP has updated the license of this software + it can now go into main. Woohoo! :-) Changed the section accordingly. + * debian/copyright: Update to the new license. + + -- Torsten Landschoff Sat, 19 Jan 2002 02:08:24 +0100 + +hpijs (1.0-3) unstable; urgency=low + + * debian/copyright: Include the more restrictive license. Seems like + hpijs.cpp was already changed to be DFSG compatible. Kudos to + James Troup for pointing this out. + + -- Torsten Landschoff Tue, 15 Jan 2002 21:40:00 +0100 + +hpijs (1.0-2) unstable; urgency=low + + * ijs_server.c (ijs_server_init): Fix off by one bug which clobbered the + stack making the binary unusable when compiled with optimization. + * debian/rules.c (configure): Add support for --enable-debug using the + DEB_BUILD_OPTIONS interface as suggested in debian-policy. + + -- Torsten Landschoff Mon, 14 Jan 2002 03:09:00 +0100 + +hpijs (1.0-1) unstable; urgency=low + + * Initial release. + + -- Torsten Landschoff Sat, 12 Jan 2002 03:40:10 +0100 + --- hplip-2.7.10.orig/debian/55-hpmud.rules +++ hplip-2.7.10/debian/55-hpmud.rules @@ -0,0 +1,18 @@ +# Udev rules file for HP printer products. + +ACTION!="add", GOTO="hpmud_rules_end" +SUBSYSTEM=="ppdev", OWNER="lp", GROUP="scanner", MODE="0660" +SUBSYSTEM!="usb_device", GOTO="hpmud_rules_end" + +# Check for AiO products (0x03f0xx11). +SYSFS{idVendor}=="03f0", SYSFS{idProduct}=="??11", OWNER="lp", GROUP="scanner", MODE="0660" +# Check for Photosmart products (0x03f0xx02). +SYSFS{idVendor}=="03f0", SYSFS{idProduct}=="??02", OWNER="lp", GROUP="scanner", MODE="0660" +# Check for Business Inkjet products (0x03f0xx12). +SYSFS{idVendor}=="03f0", SYSFS{idProduct}=="??12", OWNER="lp", GROUP="scanner", MODE="0660" +# Check for Deskjet products (0x03f0xx04). +SYSFS{idVendor}=="03f0", SYSFS{idProduct}=="??04", OWNER="lp", GROUP="scanner", MODE="0660" +# Check for LaserJet products (0x03f0xx17). +SYSFS{idVendor}=="03f0", SYSFS{idProduct}=="??17", OWNER="lp", GROUP="scanner", MODE="0660" + +LABEL="hpmud_rules_end" --- hplip-2.7.10.orig/debian/control +++ hplip-2.7.10/debian/control @@ -0,0 +1,137 @@ +Source: hplip +Section: utils +Priority: optional +Maintainer: Debian HPIJS and HPLIP maintainers +Uploaders: Henrique de Moraes Holschuh , Torsten Landschoff , Mark Purcell +Build-Depends: libcupsys2-dev, libsane-dev, libsnmp-dev, libjpeg62-dev, libusb-dev (>= 0.1.8), python-dev, python-qt3, pyqt-tools, debhelper (>= 5.0.37.2), autotools-dev, dpatch (>= 2), python-support (>= 0.3), patch (>= 2.5.9-3bpo1), findutils (>= 4.2.28), autoconf, automake, libtool +Standards-Version: 3.7.2 +Homepage: http://hplip.sourceforge.net/ +Vcs-Svn: svn://svn.debian.org/pkg-hpijs/hplip/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-hpijs/hplip/?op=log + +Package: hplip +Architecture: any +Pre-Depends: python (>= 2.4.4~c1) +Depends: coreutils (>= 5.1.0), lsb-base (>= 3), adduser (>= 3.34), cupsys (>= 1.1.20), hplip-data (>> ${hplip:Upstream-Version}), hplip-data (<< ${hplip:Upstream-Version}.1), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, sysv-rc (>= 2.86.ds1-14.1ubuntu2) +Recommends: cupsys-client (>= 1.1.20), hpijs (>= ${hpijs:Upstream-Version}), hpijs-ppds, openprinting-ppds, python-reportlab, hplip-gui +Replaces: hplip-data (<< 0.9.3), hplip-base +Suggests: kdeprint | gtklp | xpp, openprinting-ppds, hpijs-ppds, hplip-doc, gksu | kdebase-bin, hplip-gui +Conflicts: hpijs (<< 2.1), hplip-base +XB-Python-Version: ${python:Versions} +Description: HP Linux Printing and Imaging System (HPLIP) + The HP Linux Printing and Imaging System provides full support for + printing on most HP SFP (single function peripheral) inkjets and many + LaserJets, and for scanning, sending faxes and for photo-card access on + most HP MFP (multi-function peripheral) printers. + . + HPLIP is composed of: + * System services to handle communications with the printers + * HP CUPS backend driver (hp:) with bi-directional communication with + HP printers (provides printer status feedback to CUPS and enhanced + HPIJS functionality such as 4-side full-bleed printing support) + * HP CUPS backend driver for sending faxes (hpfax:) + * HPIJS Ghostscript IJS driver to rasterize output from PostScript(tm) + files or from any other input format supported by Ghostscript, and + also for PostScript(tm) to fax conversion support + (HPIJS is shipped in a separate package) + * Command line utilities to perform printer maintenance, such as + ink-level monitoring or pen cleaning and calibration + * GUI and command line utility to download data from the photo card + interfaces in MFP devices + * GUI and command line utilities to interface with the fax functions + * A GUI toolbox to access all these functions in a friendly way + * HPAIO SANE backend (hpaio) for flatbed and Automatic Document Feeder + (ADF) scanning using MFP devices + . + USB, JetDirect (network) and parallel-port devices are supported. + . + +Package: hplip-data +Architecture: all +Recommends: hplip +Description: HP Linux Printing and Imaging - data files + This package contains data files for the HP Linux Printing and + Imaging System. + +Package: hplip-gui +Architecture: all +Depends: hplip, python-qt3 +Replaces: hplip (<< 2.7.7.dfsg.1-0ubuntu2) +Description: HP Linux Printing and Imaging - GUI utilities + This package contains utilites with graphical user interface (GUI) for + HPLIP: HP Toolbox, HP Fax, ... + +Package: hplip-dbg +Architecture: any +Priority: extra +Depends: hplip (= ${hplip:binary:Version}) | hpijs (= ${hpijs:binary:Version}) +Description: HP Linux Printing and Imaging - debugging information + This package contains debugging symbolic information for all the + binaries and libraries in the hplip and hpijs packages. + . + It is useful for generating backtraces using debuggers like + gdb and to get better information from tools like ltrace. + +Package: hplip-doc +Architecture: all +Section: doc +Description: HP Linux Printing and Imaging - documentation + This package contains the full documentation for the HP Linux + Printing and Imaging System for off-line reading. It includes + the documentation for the HPIJS IJS driver as well. + . + These docs are available online at: + http://hplip.sourceforge.net/ + +Package: hpijs-ppds +Architecture: all +Section: utils +Suggests: hplip +Provides: hplip-ppds +Replaces: hplip-ppds +Conflicts: hplip-ppds, foomatic-filters-ppds (<< 20060113-1) +Depends: foomatic-filters (>= 3.0.2), hpijs (>= ${hpijs:source:Version}) +Description: HP Linux Printing and Imaging - HPIJS PPD files + This package contains PPD (printer definition) files for the + printers supported through the HP Linux Printing and Imaging + System HPIJS driver. + . + These PPDs should work well with the matching versions of HPLIP + and HPIJS, but may not be the most up-to-date PPDs available for + a given printer. See http://www.openprinting.org/ for the latest + version of the PPDs (which are not guaranteed to work well). + +Package: hpijs +Architecture: any +Section: text +Depends: ${shlibs:Depends}, ${misc:Depends}, ghostscript (>= 8.60) | gs-gpl (>= 8.01-5) | gs-esp (>= 7.07.01-8) | gs-afpl (>= 7.04-2), hplip (>= ${hplip:binary:Version}) +Suggests: hpijs-ppds (= ${hpijs:source:Version}), hplip-doc +Replaces: hpijs-ppds (<< 2.6.10+1.6.10-1), hplip-ppds (<< 1.6.10-1) +Description: HP Linux Printing and Imaging - gs IJS driver (hpijs) + This package contains an IJS printer driver for Ghostscript, which + adds support for most inkjet printers and some LaserJet printers + manufactured by HP. It is also required for HPLIP fax support. + . + The Debian package of hpijs includes the so-called rss patch, to use + pure black ink instead of composite black in printers that don't do + color map conversion in firmware. + . + HPIJS can take advantage of Ghostscript IJS KRGB support when + available, to enhance black printing on printers that do color + map conversion in firmware and are thus not affected by the old + rss patch. + . + Users of the CUPS printing system are advised to also install the + hplip package, and use the hp CUPS backend to send data to the printer. + HPLIP supports USB, networked and parallel-port devices, and enables + extended HPIJS functionality such as border-less printing. + Selecting any hpijs ppd in CUPS will use hpijs automatically. + . + Users of spoolers other than CUPS with printers connected through USB or + parallel ports are advised to install the hpoj package. Extended HPIJS + functionality will not be available. + . + HPIJS is meant to be used through the foomatic system (see the + foomatic-filters package). + . + Homepage: http://hplip.sourceforge.net/ --- hplip-2.7.10.orig/debian/DEBIAN_UBUNTU_DIFFERENCES +++ hplip-2.7.10/debian/DEBIAN_UBUNTU_DIFFERENCES @@ -0,0 +1,5 @@ +* Fixed hplip.desktop and added hplip-kubuntu.desktop. + Kubuntu doesn't have any application categorised in "Settings" + so that results a crappy Kmenu. The hplip.desktop file will show + in gnome and xfce, and the kubuntu one, only shows in KDE, in + "System" section --- hplip-2.7.10.orig/debian/hplip.postrm +++ hplip-2.7.10/debian/hplip.postrm @@ -0,0 +1,79 @@ +#! /bin/sh +# postrm script for hplip +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' overwrit>r> +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + +# Kill any pre-compiled python crap +kill_python_crappage() { + [ -d /usr/share/hplip ] && \ + find /usr/share/hplip \ + \( -name '*.pyc' -o -name '*.pyo' \) \ + -exec rm -f {} \; + : +} + + +case "$1" in + failed-upgrade|abort-install|abort-upgrade) + # Remove the symlink, no matter what. If it is + # needed, dpkg will recreate it. This is in an + # downgrade/failed upgrade unwind path + if [ -h /usr/share/doc/hplip ]; then + rm -f /usr/share/doc/hplip + fi + # and kill any crap left over for failed-upgrade + kill_python_crappage + ;; + upgrade) + # support downgrading + if [ -h /usr/share/doc/hplip ]; then + rm -f /usr/share/doc/hplip + fi + ;; + remove|disappear) + kill_python_crappage + ;; + purge) + kill_python_crappage + + for i in /var/run/hplip ; do + dpkg-statoverride --remove $i || true + done + + if getent group scanner | fgrep -q hplip; then + deluser --quiet hplip scanner + delgroup --quiet --only-if-empty scanner || true + fi + getent passwd hplip >/dev/null && \ + deluser --quiet --system hplip + getent group hplip >/dev/null && \ + delgroup hplip + + [ -d /var/run/hplip ] && rm -fr /var/run/hplip + ;; + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- hplip-2.7.10.orig/debian/hplip-data.install +++ hplip-2.7.10/debian/hplip-data.install @@ -0,0 +1 @@ +/usr/share/hplip --- hplip-2.7.10.orig/debian/non-shipped-files.txt +++ hplip-2.7.10/debian/non-shipped-files.txt @@ -0,0 +1,10 @@ +usr/share/hplip/check +usr/share/doc/hplip/README_LIBJPG +usr/share/doc/hplip/hpijs_readme.html +usr/share/doc/hplip/gs_hpijs.png +usr/share/doc/hplip/hplip_readme.html +usr/share/doc/hplip/hplip_overview.png +usr/share/doc/hplip/COPYING +usr/share/hplip/hplip.conf +usr/lib/sane/libsane-hpaio.so +usr/lib/sane/libsane-hpaio.la --- hplip-2.7.10.orig/debian/rules +++ hplip-2.7.10/debian/rules @@ -0,0 +1,354 @@ +#!/usr/bin/make -f +# debian/rules for hplip +# GNU copyright 1997 to 1999 by Joey Hess. +# Copyright (c) 2003 Torsten Landschoff +# Copyright (c) 2004-2006 Henrique de Moraes Holschuh + +PACKAGE=hplip +BASEPKG=hplip + +# DPatch +DEB_SOURCE_PACKAGE:=$(PACKAGE) +include /usr/share/dpatch/dpatch.make + +# DebHelper control +export DH_ALWAYS_EXCLUDE=CVS:.cvsignore +#export DH_VERBOSE=1 + +DBGPKG:=$(BASEPKG)-dbg +PKGTMP:=$(CURDIR)/debian/tmp +PPDDIR:=$(PKGTMP)/usr/share/ppd +CHANGELOG:=doc/release_notes.html + +# Version information +# We cannot get the hpijs version like this because we could be generating +# it at runtime when we run autogen.sh +HPLIP_BINARY_VERSION?=$(shell dpkg-parsechangelog | grep -E "^Version:" | \ + tr -d ' \t' | cut -d ':' -f 2-) +ifeq (,$(HPLIP_BINARY_VERSION)) + $(error Could not get debian package version from debian/changelog) +endif + +HPLIP_VERSION:=$(shell echo "$(HPLIP_BINARY_VERSION)" | \ + sed -e 's/+b[0-9]\+$$//') +HPLIP_UPSTREAM_VERSION:=$(shell echo "$(HPLIP_VERSION)" | \ + sed -e 's/-[^-]\+$$//') + +# Autoconf +export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +CONFFLAGS = +ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) + CONFFLAGS += --build $(DEB_HOST_GNU_TYPE) +else + CONFFLAGS += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +endif + +DEBUGFLAGS=-g +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + DEBUGFLAGS += -O0 +else + DEBUGFLAGS += -O2 +endif + +CFLAGS:=-Wall -pipe $(DEBUGFLAGS) +CXXFLAGS:=$(CFLAGS) + +## +## Build-tree preparation +## + +configure: Makefile.am configure.in + dh_testdir + tar -czf foomatic-db-hpijs-backup.tar.gz foomatic-db-hpijs + chmod +x debian/autogen.sh + debian/autogen.sh + tar -xzf foomatic-db-hpijs-backup.tar.gz + rm -f foomatic-db-hpijs-backup.tar.gz + +debian/hpijs.version: configure + @if test -r $@ ; then \ + touch $@ ; \ + else \ + echo "Cannot create debian/hpijs.version, please try running debian/autogen.sh manually" ; \ + exit 1 ; \ + fi + +# Clean everything up, including everything auto-generated +# at build time that needs not to be kept around in the Debian diff +clean: clean-patched unpatch +clean-patched: configure debian/hpijs.version + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + rm -f install-stamp install-arch-stamp install-indep-stamp + + -$(MAKE) clean + -$(MAKE) distclean + find -type d -name autom4te.cache -print0 | xargs -0 -r rm -rf \; + -rm -f prnt/hpijs/platform.h prnt/hpijs/auto-include.h + find -type d -name build -print0 | xargs -0 -r rm -rf \; + find \( -name config.sub -o -name config.guess \ + -o -name config.cache -o -name config.log \) -print0 \ + | xargs -0 -r rm -f \; + + # We prefer to regenerate these using pyuic + (cd ui && for i in *.ui ; do rm -f $${i%.ui}.py ; done) + + dh_clean + +## +## Package build +## + +configure-stamp: patch-stamp configure debian/hpijs.version + dh_testdir + + ln -sf /usr/share/misc/config.sub . + ln -sf /usr/share/misc/config.guess . + rm -f config.cache + + ./configure CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \ + HPLIP_PPD_PATH=/usr/share/ppd \ + $(CONFFLAGS) \ + --config-cache \ + --disable-dependency-tracking \ + --prefix=/usr \ + --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info \ + --docdir=\$${prefix}/share/doc/hplip \ + --with-docdir=\$${prefix}/share/doc/hplip \ + --datadir=\$${prefix}/share \ + --libexecdir=\$${prefix}/lib \ + --localstatedir=/var \ + --sysconfdir=/etc \ + --enable-debug \ + --without-icondir \ + --disable-foomatic-xml-install \ + --disable-foomatic-ppd-install \ + --enable-network-build \ + --enable-pp-build \ + --enable-scan-build \ + --enable-gui-build \ + --enable-fax-build + + touch configure-stamp + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + + $(MAKE) docdir=\$${prefix}/share/doc/hplip dist_firm_DATA= am__dist_firm_DATA_DIST= + + touch build-stamp + +## +## Debian packaging +## + +# common part of the install: Upstream makefiles, general stuff +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean + dh_installdirs + + $(MAKE) install "DESTDIR=$(PKGTMP)" docdir=/usr/share/doc/hplip dist_firm_DATA= am__dist_firm_DATA_DIST= + + # Remove files we are not to ship from the install tree + @echo Removing non-shipped files, see debian/non-shipped-files.txt + @cat debian/non-shipped-files.txt | \ + ( cd "$(PKGTMP)" && xargs -d '\n' -t -r rm -fv ) + + # Edit the generated hp.conf + ( cd "$(PKGTMP)/etc/hp" && \ + sed -e 's#^doc=.*#doc=/usr/share/doc/hplip-doc/HTML#' \ + < hplip.conf > hplip.conf.1 && \ + mv -f hplip.conf.1 hplip.conf ) + + # Lintian and linda overrides + cd debian ; \ + for i in *.linda ; do \ + [ -r "$$i" ] && { \ + mkdir -p "$${i%%.linda}/usr/share/linda/overrides" ;\ + install -m 644 "$$i" "$${i%%.linda}/usr/share/linda/overrides/$${i%%.linda}" ;\ + } ;\ + done ;\ + for i in *.lintian ; do \ + [ -r "$$i" ] && { \ + mkdir -p "$${i%%.lintian}/usr/share/lintian/overrides" ;\ + install -m 644 "$$i" "$${i%%.lintian}/usr/share/lintian/overrides/$${i%%.lintian}" ;\ + } ;\ + done + + touch install-stamp + +# install arch-dependent packages specific files +install-arch: install-arch-stamp +install-arch-stamp: install-stamp + # Remove stray #! lines on python libraries, and fix permissions + find "$(PKGTMP)/usr/share/hplip" -maxdepth 1 -mindepth 1 -type d -print0 | \ + xargs -0 -r -i@ find @ -type f -name '*.py' | \ + while read -r i ; do \ + chmod a-x "$$i" && \ + sed < "$$i" > "$$i.tmp" -e '/^#!/ {1 d}' && \ + mv -f "$$i.tmp" "$$i" ; \ + done + + mkdir -p "$(PKGTMP)/usr/share/pixmaps" + install -m 644 debian/*.xpm "$(PKGTMP)/usr/share/pixmaps" + mkdir -p "$(PKGTMP)/usr/share/applications" + install -m 644 debian/*.desktop "$(PKGTMP)/usr/share/applications" + + mkdir -p "$(PKGTMP)/etc/sane.d/dll.d" + install -m 644 debian/$(BASEPKG).sane "$(PKGTMP)/etc/sane.d/dll.d/$(PACKAGE)" + + # Fax PPD, install to destdir directly + mkdir -p "$(CURDIR)/debian/hpijs/usr/share/ppd/hpijs/HP" + sed < "fax/ppd/HP-Fax-hplip.ppd" \ + -e '/^[*]NickName:/ s/" *$$/ - HPLIP $(HPLIP_UPSTREAM_VERSION)"/' \ + | gzip -9 \ + > "$(CURDIR)/debian/hpijs/usr/share/ppd/hpijs/HP/HP-Fax-hplip.ppd.gz" + + dh_install -a "--sourcedir=$(PKGTMP)" --list-missing >install-arch-stamp 2>&1 || \ + ( echo "Last five lines of error log:" ; tail -n 5 install-arch-stamp ; exit 1 ) + +# install arch-independent packages specific files +install-indep: install-indep-stamp +install-indep-stamp: install-stamp install-arch-stamp + # PPDs + # 1. Append hplip identifier to the long nickname + # 2. Install to basedir// + # 3. Normalize case of PPD file names + # 4. Compress all PPDs + # + # Fax PPD: shipped by arch-dep hpijs package + find ppd -type f -name '*-hpijs.ppd' | \ + while read -r i ; do \ + PPDSUITE="hpijs" ;\ + PPDVENDOR=$$(sed -r -n \ + -e '/^[*]Manufacturer/ { s/[^:]+:[[:blank:]]+"([^"]*)".*/\1/;s/[[:blank:]]//g;p }' \ + < "$$i" ) ;\ + mkdir -p "$(PPDDIR)/$${PPDSUITE}/$${PPDVENDOR}" ;\ + PPDFILE=$$(echo "$$i" | sed -r -e 's#.*/([^/]+)$$#\1#' \ + -e 's#(^|/)hp[-_]#HP-#i' \ + -e s/series/Series/i -e s/color/Color/i \ + -e s/office/Office/i -e s/business/Business/i \ + -e s/jet/Jet/i -e s/ink/Ink/i -e s/desk/Desk/i \ + -e s/smart/Smart/i -e s/photo/Photo/i -e s/psc/PSC/i \ + -e s/laser/Laser/i -e s/design/Design/i \ + -e s/mfp/MFP/i -e 's/[-_]hpijs/-hpijs/i' ) ;\ + sed < "$$i" -e '/^[*]NickName:/ s/" *$$/ - HPLIP $(HPLIP_UPSTREAM_VERSION)"/' \ + | gzip -9 \ + > "$(PPDDIR)/$${PPDSUITE}/$${PPDVENDOR}/$${PPDFILE}.gz" ;\ + chmod 644 "$(PPDDIR)/$${PPDSUITE}/$${PPDVENDOR}/$${PPDFILE}.gz" ;\ + done + + # Ubuntu: uncompress again, makes the package smaller for distribution + -find $(PPDDIR) -name '*.ppd.gz' | xargs gunzip + + dh_install -i "--sourcedir=$(PKGTMP)" --list-missing >install-indep-stamp 2>&1 || \ + ( echo "Last five lines of error log:" ; tail -n 5 install-indep-stamp ; exit 1 ) + +# Build architecture-independent packages +binary-indep: install-indep debian/hpijs.version + dh_testdir -i + dh_testroot +# dh_installdebconf -i + dh_installdocs -i + dh_installexamples -i + dh_installmenu -i +# dh_installlogrotate -i +# dh_installemacsen -i +# dh_installpam -i +# dh_installmime -i +# dh_installinit -i +# dh_installcron -i + dh_installman -i +# dh_installinfo -i + dh_installchangelogs -i $(CHANGELOG) + dh_link -i + dh_strip -i --dbg-package=$(DBGPKG) + dh_compress -i + dh_fixperms -i +# dh_perl -i +# dh_pysupport -i +# dh_python -i /usr/share/hplip +# dh_makeshlibs -i + dh_installdeb -i + dh_shlibdeps -i + dh_gencontrol -phpijs-ppds -- \ + -v"$$(cat debian/hpijs.version)+$(HPLIP_BINARY_VERSION)" \ + -V"hplip:source:Version=$(HPLIP_VERSION)" \ + -V"hpijs:source:Version=$$(cat debian/hpijs.version)+$(HPLIP_VERSION)" \ + -V"hplip:Upstream-Version=$(HPLIP_UPSTREAM_VERSION)" \ + -V"hpijs:Upstream-Version=$$(cat debian/hpijs.version)" \ + -V"hplip:binary:Version=$(HPLIP_BINARY_VERSION)" \ + -V"hpijs:binary:Version=$$(cat debian/hpijs.version)+$(HPLIP_BINARY_VERSION)" + dh_gencontrol -i -Nhpijs-ppds -- \ + -V"hplip:source:Version=$(HPLIP_VERSION)" \ + -V"hpijs:source:Version=$$(cat debian/hpijs.version)+$(HPLIP_VERSION)" \ + -V"hplip:Upstream-Version=$(HPLIP_UPSTREAM_VERSION)" \ + -V"hpijs:Upstream-Version=$$(cat debian/hpijs.version)" \ + -V"hplip:binary:Version=$(HPLIP_BINARY_VERSION)" \ + -V"hpijs:binary:Version=$$(cat debian/hpijs.version)+$(HPLIP_BINARY_VERSION)" + dh_md5sums -i + dh_builddeb -i + +# Build architecture-dependent packages +binary-arch: install-arch debian/hpijs.version + dh_testdir -a + dh_testroot + + mkdir -p debian/hplip/lib/udev + install -m755 debian/check_mfp_printer debian/hplip/lib/udev/ + mkdir -p debian/hplip/etc/udev/rules.d + install -m644 debian/45-hplip.rules debian/hplip/etc/udev/rules.d/ + install -m644 debian/55-hpmud.rules debian/hplip/etc/udev/rules.d/ + +# dh_installdebconf -a + dh_installdocs -a + dh_installexamples -a + dh_installmenu -a + dh_desktop -a +# dh_installlogrotate -a +# dh_installemacsen -a +# dh_installpam -a +# dh_installmime -a +# dh_installcron -a + dh_installman -a +# dh_installinfo -a + dh_installchangelogs -a $(CHANGELOG) + dh_pysupport -a /usr/share/hplip + dh_python -a /usr/share/hplip + # must come after dh_pysupport and dh_python, or the postinst + # ordering will be screwed up and break. + #dh_installinit -phplip --init-script=hplip -- multiuser 19 +# dh_perl -a + dh_link -a + dh_strip -a --dbg-package=$(DBGPKG) + dh_compress -a + dh_fixperms -a +# dh_makeshlibs -a + dh_installdeb -a + dh_shlibdeps -a + dh_gencontrol -phpijs -- \ + -v"$$(cat debian/hpijs.version)+$(HPLIP_BINARY_VERSION)" \ + -V"hplip:source:Version=$(HPLIP_VERSION)" \ + -V"hpijs:source:Version=$$(cat debian/hpijs.version)+$(HPLIP_VERSION)" \ + -V"hplip:Upstream-Version=$(HPLIP_UPSTREAM_VERSION)" \ + -V"hpijs:Upstream-Version=$$(cat debian/hpijs.version)" \ + -V"hplip:binary:Version=$(HPLIP_BINARY_VERSION)" \ + -V"hpijs:binary:Version=$$(cat debian/hpijs.version)+$(HPLIP_BINARY_VERSION)" + dh_gencontrol -a -Nhpijs -- \ + -V"hplip:source:Version=$(HPLIP_VERSION)" \ + -V"hpijs:source:Version=$$(cat debian/hpijs.version)+$(HPLIP_VERSION)" \ + -V"hplip:Upstream-Version=$(HPLIP_UPSTREAM_VERSION)" \ + -V"hpijs:Upstream-Version=$$(cat debian/hpijs.version)" \ + -V"hplip:binary:Version=$(HPLIP_BINARY_VERSION)" \ + -V"hpijs:binary:Version=$$(cat debian/hpijs.version)+$(HPLIP_BINARY_VERSION)" + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch +.PHONY: build clean clean-patched binary-indep binary-arch binary install install-arch install-indep --- hplip-2.7.10.orig/debian/hpijs-ppds.postinst +++ hplip-2.7.10/debian/hpijs-ppds.postinst @@ -0,0 +1,42 @@ +#! /bin/sh +# postinst script for hplip-ppds +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package +# + +case "$1" in + configure|abort-upgrade|abort-remove|abort-deconfigure) + # Restart CUPS if it is running + [ -r /var/run/cups/cupsd.pid ] && { + echo "Forcing CUPS to reload available PPD list..." >&2 + invoke-rc.d --quiet cupsys restart || true + } + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- hplip-2.7.10.orig/debian/HPmenu.xpm +++ hplip-2.7.10/debian/HPmenu.xpm @@ -0,0 +1,128 @@ +/* XPM */ +static char *HPmenu[] = { +/* columns rows colors chars-per-pixel */ +"32 32 90 1", +" c black", +". c #000050", +"X c #000058", +"o c #000067", +"O c #00006B", +"+ c #000076", +"@ c #00007C", +"# c #000082", +"$ c #06068A", +"% c #0C0C89", +"& c #001E83", +"* c #14148C", +"= c #19198F", +"- c #1C1C91", +"; c #022285", +": c #082687", +"> c #0D2A89", +", c #112E8C", +"< c #16318E", +"1 c #19348F", +"2 c #1B3690", +"3 c #1E3992", +"4 c #232394", +"5 c #292997", +"6 c #2E2E99", +"7 c #243D94", +"8 c #32329B", +"9 c #38389E", +"0 c #3E3EA1", +"q c #294197", +"w c #2E4599", +"e c #344A9C", +"r c #394E9E", +"t c #3E52A1", +"y c #4343A3", +"u c #4949A6", +"i c #4D4DA8", +"p c #4356A3", +"a c #4658A5", +"s c #495CA6", +"d c #4D5FA8", +"f c #5454AB", +"g c #5A5AAE", +"h c #5F5FB0", +"j c #4F62A9", +"k c #5464AB", +"l c #5866AD", +"z c #5B6AAE", +"x c #5E6CB0", +"c c #6262B2", +"v c #606DB1", +"b c #6A6AB6", +"n c #6F6FB8", +"m c #6372B3", +"M c #6A76B5", +"N c #6D79B7", +"B c #6F7AB8", +"V c #7373BA", +"C c #727DB9", +"Z c #7A7BBD", +"A c #7681BC", +"S c #7B84BE", +"D c #7C88BF", +"F c #8484C2", +"G c #848AC2", +"H c #8C8DC5", +"J c #8A91C5", +"K c #8F96C8", +"L c #9494C9", +"P c #969ACA", +"I c #9C9CCD", +"U c #9DA2CE", +"Y c #A0A0CF", +"T c #A4A5D1", +"R c #A5A9D2", +"E c #A8A7D3", +"W c #ACACD5", +"Q c #B0B0D7", +"! c #B3B4D9", +"~ c #B6B8DA", +"^ c #BBBBDC", +"/ c #C0C0DF", +"( c #C4C4E1", +") c #CECEE6", +"_ c #D0D0E7", +"` c #D5D5E9", +"' c #E4E4F1", +"] c #ECECF5", +"[ c #F6F6FA", +"{ c None", +/* pixels */ +"{{{{{{{{{{{o@####@#+O{{{{{{{{{{{", +"{{{{{{{{{@#$=6uffu6=###{{{{{{{{{", +"{{{{{{{#@%8nW_'[[')WV8%##{{{{{{{", +"{{{{{{@$5n/][[[[[[[[](n5$#{{{{{{", +"{{{{{#%yH_''''''''''''_Lu%#{{{{{", +"{{{{#*gF!)_``````````_)!Gf*#{{{{", +"{{{#%gLL!////)/)((((((^!LHg%#{{{", +"{{@$iLIIW^/^~~~^^^^^^!!ELLHi$#{{", +"{{#8HIPITWWWWWWWRQRQQRRULLLH6@{{", +"{@*nYHZarrrrrvNzDsterrretVHLn*@{", +"{#0LTZl<@&&:tSwkUDA3+>,>,dCLL9#{", +"{%cIYa,&:&:zRDqJRRRUj>@>;,aILh%{", +"@-FIIr&&;;tRRk7MKKAAAq@,;@eILF-@", +"#9HIIr&&;:ARUee>kjw@rA>@;&rIIH9#", +"#fPIIr&&@,P!Dqm;@rIIIf#", +"#gYIYr&&:<;>KRqm3mawseRD,>:OrUURx+", +"@jUURj+@;;mJrMeG237A~A@,>,rRUUl@", +"@yUR~r@,;@eRQ!QA7DR~U3O>++sRYPr@", +"@4URRs,@:::m^/^at~(~A>,>,,jRTK4@", +"{%VWWDj,;;@+,debian/hpijs.version +} +exit 0 --- hplip-2.7.10.orig/debian/patches/00list +++ hplip-2.7.10/debian/patches/00list @@ -0,0 +1,6 @@ +01_rss +10_shebang_fixes +14_charsign_fixes +61_noqt_message.dpatch +85_rebuild_python_ui.dpatch +87_move_documentation.dpatch --- hplip-2.7.10.orig/debian/patches/87_move_documentation.dpatch +++ hplip-2.7.10/debian/patches/87_move_documentation.dpatch @@ -0,0 +1,75 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 87_move_documentation.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad hplip-2.7.7~/Makefile.am hplip-2.7.7/Makefile.am +--- hplip-2.7.7~/Makefile.am 2007-08-10 16:44:21.000000000 +0100 ++++ hplip-2.7.7/Makefile.am 2007-08-10 16:46:09.000000000 +0100 +@@ -26,45 +26,45 @@ + + if DOC_BUILD + wwwsrc = doc +-www0dir = $(docdir) ++www0dir = $(hpdocdir)/HTML + dist_www0_DATA = $(wwwsrc)/contacts.html $(wwwsrc)/faqs.html $(wwwsrc)/features.html $(wwwsrc)/index.html $(wwwsrc)/legal.html $(wwwsrc)/license.html $(wwwsrc)/mailing_lists.html \ + $(wwwsrc)/release_notes.html $(wwwsrc)/screenshots.html $(wwwsrc)/support_statement.html $(wwwsrc)/system_requirements.html $(wwwsrc)/about.html \ + $(wwwsrc)/other_support.html $(wwwsrc)/downloads.html +-www1dir = $(docdir)/howtos ++www1dir = $(www0dir)/howtos + dist_www1_DATA = $(wwwsrc)/howtos/* +-www2dir = $(docdir)/install ++www2dir = $(www0dir)/install + dist_www2_DATA = $(wwwsrc)/install/index.html +-www21dir = $(docdir)/install/step1 ++www21dir = $(www0dir)/install/step1 + dist_www21_DATA = $(wwwsrc)/install/step1/* +-www22dir = $(docdir)/install/step2 ++www22dir = $(www0dir)/install/step2 + dist_www22_DATA = $(wwwsrc)/install/step2/* +-www23dir = $(docdir)/install/step3 ++www23dir = $(www0dir)/install/step3 + dist_www23_DATA = $(wwwsrc)/install/step3/* +-www24dir = $(docdir)/install/step4 ++www24dir = $(www0dir)/install/step4 + dist_www24_DATA = $(wwwsrc)/install/step4/index.html +-www241dir = $(docdir)/install/step4/cups ++www241dir = $(www0dir)/install/step4/cups + dist_www241_DATA = $(wwwsrc)/install/step4/cups/* +-www242dir = $(docdir)/install/step4/setup ++www242dir = $(www0dir)/install/step4/setup + dist_www242_DATA = $(wwwsrc)/install/step4/setup/* +-www243dir = $(docdir)/install/step4/suse ++www243dir = $(www0dir)/install/step4/suse + dist_www243_DATA = $(wwwsrc)/install/step4/suse/* +-www251dir = $(docdir)/install/manual ++www251dir = $(www0dir)/install/manual + dist_www251_DATA = $(wwwsrc)/install/manual/* +-www252dir = $(docdir)/install/manual/distros ++www252dir = $(www0dir)/install/manual/distros + dist_www252_DATA = $(wwwsrc)/install/manual/distros/* +-www261dir = $(docdir)/install/install ++www261dir = $(www0dir)/install/install + dist_www261_DATA = $(wwwsrc)/install/install/* +-www3dir = $(docdir)/styles ++www3dir = $(www0dir)/styles + dist_www3_DATA = $(wwwsrc)/styles/* +-www4dir = $(docdir)/images ++www4dir = $(www0dir)/images + dist_www4_DATA = $(wwwsrc)/images/* +-www5dir = $(docdir)/supported_devices ++www5dir = $(www0dir)/supported_devices + dist_www5_DATA = $(wwwsrc)/supported_devices/* +-www6dir = $(docdir)/tech_docs ++www6dir = $(www0dir)/tech_docs + dist_www6_DATA = $(wwwsrc)/tech_docs/* +-www61dir = $(docdir)/tech_docs/man_pages ++www61dir = $(www0dir)/tech_docs/man_pages + dist_www61_DATA = $(wwwsrc)/tech_docs/man_pages/* +-www7dir = $(docdir)/troubleshooting ++www7dir = $(www0dir)/troubleshooting + dist_www7_DATA = $(wwwsrc)/troubleshooting/* + endif + --- hplip-2.7.10.orig/debian/patches/85_rebuild_python_ui.dpatch +++ hplip-2.7.10/debian/patches/85_rebuild_python_ui.dpatch @@ -0,0 +1,33 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 85_rebuild_python_ui.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad hplip-2.7.6~/Makefile.am hplip-2.7.6/Makefile.am +--- hplip-2.7.6~/Makefile.am 2007-06-12 22:00:31.000000000 +0100 ++++ hplip-2.7.6/Makefile.am 2007-08-09 13:13:01.000000000 +0100 +@@ -4,6 +4,10 @@ + # (c) 2004-2007 Copyright Hewlett-Packard Development Company, LP + # + ++# Generic rules ++%.py: %.ui ++ $(PYUIC) -x -o $@ $< ++ + INCLUDES = -Iip -Iio/hpmud -Iscan/sane + + BZRSERVER=http://bzr.linuxprinting.org/devel +diff -urNad hplip-2.7.6~/configure.in hplip-2.7.6/configure.in +--- hplip-2.7.6~/configure.in 2007-06-22 23:44:06.000000000 +0100 ++++ hplip-2.7.6/configure.in 2007-08-09 13:34:09.000000000 +0100 +@@ -250,6 +250,8 @@ + AC_MSG_RESULT("using $PYTHONINCLUDEDIR") + AC_ARG_VAR(PYTHONINCLUDEDIR, [path to Python.h C header file]) + AC_CHECK_HEADERS(python$PYTHON_VERSION/Python.h, ,[AC_MSG_ERROR([cannot find python-devel support], 6)]) ++ AC_ARG_VAR([PYUIC], [PyQT pyuic .ui to .py compiler command]) ++ AC_CHECK_TOOLS([PYUIC], [pyuic]) + fi + + if test "$hpijs_only_build" = "no" && test "$scan_build" = "yes"; then --- hplip-2.7.10.orig/debian/patches/61_noqt_message.dpatch +++ hplip-2.7.10/debian/patches/61_noqt_message.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 61_noqt_message.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad hplip-1.7.3~/base/utils.py hplip-1.7.3/base/utils.py +--- hplip-1.7.3~/base/utils.py 2007-03-19 16:26:30.000000000 +0000 ++++ hplip-1.7.3/base/utils.py 2007-03-26 18:26:17.000000000 +0100 +@@ -626,7 +626,7 @@ + w = gtk.Window() + dialog = gtk.MessageDialog(w, gtk.DIALOG_MODAL | gtk.DIALOG_DESTROY_WITH_PARENT, + gtk.MESSAGE_WARNING, gtk.BUTTONS_OK, +- "PyQt not installed. GUI not available. Please check that the PyQt package is installed. Exiting.") ++ "PyQt not installed. GUI not available. Install \"python-qt3\" with the Synaptic Package Manager (Menu: System -> Administration -> Synaptic Package Manager) or run the command \"sudo apt-get install python-qt3\" in a terminal window.") + dialog.run() + dialog.destroy() + --- hplip-2.7.10.orig/debian/patches/10_shebang_fixes.dpatch +++ hplip-2.7.10/debian/patches/10_shebang_fixes.dpatch @@ -0,0 +1,15 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 10_hashbang_fixes.dpatch by Henrique de Moraes Holschuh +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Fix missing, weird or otherwise broken shebang lines + +@DPATCH@ +diff -urNad hplip~/__init__.py hplip/__init__.py +--- hplip~/__init__.py 2007-01-26 12:24:33.000000000 -0200 ++++ hplip/__init__.py 2007-01-26 15:21:09.158181349 -0200 +@@ -1,3 +1,4 @@ ++#!/usr/bin/env python + # -*- coding: utf-8 -*- + # + # (c) Copyright 2003-2007 Hewlett-Packard Development Company, L.P. --- hplip-2.7.10.orig/debian/patches/00patch-opts +++ hplip-2.7.10/debian/patches/00patch-opts @@ -0,0 +1 @@ +patch_opts="-g0 -f --no-backup-if-mismatch -F0 -U ${workdir:+-d ${workdir}}" --- hplip-2.7.10.orig/debian/patches/01_rss.dpatch +++ hplip-2.7.10/debian/patches/01_rss.dpatch @@ -0,0 +1,111 @@ +#!/bin/sh /usr/share/dpatch/dpatch-run +## rss.dpatch by Torsten Landschoff +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Blank-ink-only patch by Richard Spencer-Smith + +@DPATCH@ +diff -urNad hplip~/prnt/hpijs/breaks_open.cpp hplip/prnt/hpijs/breaks_open.cpp +--- hplip~/prnt/hpijs/breaks_open.cpp 2006-03-16 11:12:00.000000000 -0300 ++++ hplip/prnt/hpijs/breaks_open.cpp 2006-03-16 11:22:28.984082881 -0300 +@@ -1078,7 +1078,10 @@ + + { + 0, 0, 255, 0, +-0, 1, 255, 0, ++// 2001.06.16 mrb: changed the value to 0. With the original "1" ++// the printer sometimes prints empty lines... ++//0, 1, 255, 0, ++0, 0, 255, 0, + 0, 3, 255, 0, + 0, 5, 255, 0, + 0, 7, 255, 0, +diff -urNad hplip~/prnt/hpijs/dj660_maps.cpp hplip/prnt/hpijs/dj660_maps.cpp +--- hplip~/prnt/hpijs/dj660_maps.cpp 2006-03-16 11:12:00.000000000 -0300 ++++ hplip/prnt/hpijs/dj660_maps.cpp 2006-03-16 11:22:28.984082881 -0300 +@@ -38,7 +38,10 @@ + //const + uint32_t ulMapDJ660_CCM_KCMY[ 9 * 9 * 9 ]= + { +- 422720226UL, 142187374UL, 94354238UL, 62442785UL, 45668877UL, 27648516UL, 8972032UL, 7335680UL, 5895424UL, ++// 2001.06.14 mrb: Replaced the first entry so the printer will ++// use only the black pen when he should print real black. ++// 422720226UL, 142187374UL, 94354238UL, 62442785UL, 45668877UL, 27648516UL, 8972032UL, 7335680UL, 5895424UL, ++ 226UL, 142187374UL, 94354238UL, 62442785UL, 45668877UL, 27648516UL, 8972032UL, 7335680UL, 5895424UL, + 2519110233UL, 807846483UL, 391693109UL, 260029471UL, 143570703UL, 42776580UL, 8501760UL, 7782400UL, 6539520UL, + 3072173868UL, 1881129514UL, 841465387UL, 524792087UL, 358391818UL, 174364420UL, 40408577UL, 6920704UL, 6530560UL, + 3407591425UL, 2551891200UL, 1612695808UL, 824489479UL, 506699268UL, 306153730UL, 105283329UL, 5144320UL, 5737216UL, +diff -urNad hplip~/prnt/hpijs/dj690_maps.cpp hplip/prnt/hpijs/dj690_maps.cpp +--- hplip~/prnt/hpijs/dj690_maps.cpp 2006-03-16 11:12:00.000000000 -0300 ++++ hplip/prnt/hpijs/dj690_maps.cpp 2006-03-16 11:22:28.984082881 -0300 +@@ -38,7 +38,10 @@ + uint32_t ulMapDJ690_CMYK[ 9 * 9 * 9 ]= + // DJ690_CMYK + { +- 337848575UL, 37838470UL, 155209268UL, 137905152UL, 36454656UL, 2310144UL, ++// 2001.06.14 mrb: Replaced the first entry so the printer will ++// use only the black pen when he should print real black. ++// 337848575UL, 37838470UL, 155209268UL, 137905152UL, 36454656UL, 2310144UL, ++ 226UL, 37838470UL, 155209268UL, 137905152UL, 36454656UL, 2310144UL, + 2179072UL, 2051072UL, 1733120UL, 2013280119UL, 385897321UL, 303379741UL, + 270610688UL, 102772224UL, 1844992UL, 1911552UL, 1847296UL, 1784832UL, + 2080387626UL, 1157643294UL, 452996881UL, 335555072UL, 202384384UL, 50991872UL, +diff -urNad hplip~/prnt/hpijs/dj895_maps.cpp hplip/prnt/hpijs/dj895_maps.cpp +--- hplip~/prnt/hpijs/dj895_maps.cpp 2006-03-16 11:12:00.000000000 -0300 ++++ hplip/prnt/hpijs/dj895_maps.cpp 2006-03-16 11:22:28.985082758 -0300 +@@ -37,7 +37,10 @@ + + uint32_t ulMapDJ895_KCMY[ 9*9*9 ]= + { +-1819176703UL, 79494215UL, 112983330UL, 79035667UL, 78183948UL, 60489224UL, 59571718UL, 42007811UL, 7405312UL, ++// 2001.06.14 mrb: Replaced the first entry so the printer will ++// use only the black pen when he should print real black. ++//1819176703UL, 79494215UL, 112983330UL, 79035667UL, 78183948UL, 60489224UL, 59571718UL, 42007811UL, 7405312UL, ++226UL, 79494215UL, 112983330UL, 79035667UL, 78183948UL, 60489224UL, 59571718UL, 42007811UL, 7405312UL, + 4230922555UL, 655358293UL, 176553263UL, 128253208UL, 61209869UL, 60751368UL, 26606852UL, 9305345UL, 8650496UL, + 4248940299UL, 3776766759UL, 756415798UL, 308083743UL, 142671120UL, 59440646UL, 9239553UL, 9109248UL, 8779520UL, + 4248086274UL, 4214276619UL, 2786390812UL, 942206231UL, 491516427UL, 224131588UL, 6616320UL, 7399168UL, 7857664UL, +diff -urNad hplip~/prnt/hpijs/dj895_maps2.cpp hplip/prnt/hpijs/dj895_maps2.cpp +--- hplip~/prnt/hpijs/dj895_maps2.cpp 2006-03-16 11:12:00.000000000 -0300 ++++ hplip/prnt/hpijs/dj895_maps2.cpp 2006-03-16 11:22:28.985082758 -0300 +@@ -163,7 +163,10 @@ + + uint32_t ulMapDJ895_Binary_KCMY[ 9*9*9 ]= + { +-1819176648UL, 64158794UL, 80805158UL, 80215318UL, 62389519UL, 61406730UL, ++// 2001.06.14 mrb: Replaced the first entry so the printer will ++// use only the black pen when he should print real black. ++//1819176648UL, 64158794UL, 80805158UL, 80215318UL, 62389519UL, 61406730UL, ++226UL, 64158794UL, 80805158UL, 80215318UL, 62389519UL, 61406730UL, + 60292615UL, 42401028UL, 7601920UL, 4230922301UL, 571406681UL, 160889651UL, + 113048859UL, 62717200UL, 45415944UL, 27917573UL, 10419457UL, 9238272UL, + 4248940557UL, 3743081259UL, 790296119UL, 325515810UL, 127007505UL, 27196678UL, +diff -urNad hplip~/prnt/hpijs/dj970_maps.cpp hplip/prnt/hpijs/dj970_maps.cpp +--- hplip~/prnt/hpijs/dj970_maps.cpp 2006-03-16 11:12:00.000000000 -0300 ++++ hplip/prnt/hpijs/dj970_maps.cpp 2006-03-16 11:22:28.985082758 -0300 +@@ -127,7 +127,11 @@ + + uint32_t ulMapDJ970_KCMY[ 9*9*9 ]= + { +- 673723135UL, 26007371UL, 9756717UL, 10020638UL, 10022677UL, 10153743UL, ++// 2003.06.05 rss: Replaced the first entry so the printer will ++// (hopefully) use only the black pen when he should print real black. ++// Please report as a bug if it doesn't, or something worse happens. ++// 673723135UL, 26007371UL, 9756717UL, 10020638UL, 10022677UL, 10153743UL, ++ 226UL, 26007371UL, 9756717UL, 10020638UL, 10022677UL, 10153743UL, + 10285066UL, 10416133UL, 9169408UL, 3405886809UL, 59743UL, 23980849UL, + 9366812UL, 10153744UL, 10285066UL, 10153990UL, 10087424UL, 9169408UL, + 3858807091UL, 2197868343UL, 60220UL, 4714015UL, 7270155UL, 8646656UL, +diff -urNad hplip~/prnt/hpijs/dj970_maps3.cpp hplip/prnt/hpijs/dj970_maps3.cpp +--- hplip~/prnt/hpijs/dj970_maps3.cpp 2006-03-16 11:12:00.000000000 -0300 ++++ hplip/prnt/hpijs/dj970_maps3.cpp 2006-03-16 11:22:28.985082758 -0300 +@@ -37,7 +37,8 @@ + + uint32_t ulMapDJ970_Draft_KCMY[ 9*9*9 ]= + { +-1802205183UL, 22740362UL, 5832524UL, 5635892UL, 5570340UL, 5308188UL, ++//1802205183UL, 22740362UL, 5832524UL, 5635892UL, 5570340UL, 5308188UL, ++ 226UL, 22740362UL, 5832524UL, 5635892UL, 5570340UL, 5308188UL, + 5308180UL, 5504778UL, 5504768UL, 4278239136UL, 65446UL, 4194132UL, + 5308210UL, 5373728UL, 5308182UL, 5504784UL, 5504776UL, 5504768UL, + 4278498896UL, 1862336354UL, 65388UL, 2621242UL, 4128540UL, 4718348UL, --- hplip-2.7.10.orig/debian/patches/14_charsign_fixes.dpatch +++ hplip-2.7.10/debian/patches/14_charsign_fixes.dpatch @@ -0,0 +1,24 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 14_charsign_fixes.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad hplip-1.7.3~/scan/sane/scl.c hplip-1.7.3/scan/sane/scl.c +--- hplip-1.7.3~/scan/sane/scl.c 2007-03-19 16:26:48.000000000 +0000 ++++ hplip-1.7.3/scan/sane/scl.c 2007-03-26 22:48:39.000000000 +0100 +@@ -36,10 +36,11 @@ + #define DEBUG_DECLARE_ONLY + #include "sanei_debug.h" + +-static int SclBufferIsPartialReply( unsigned char * data, int datalen ) ++static int SclBufferIsPartialReply( void * dataptr, int datalen ) + { + int i = 0, value = 0; +- unsigned char d; ++ unsigned char * const data = dataptr; ++ unsigned int d; + + if( i >= datalen ) + { --- hplip-2.7.10.orig/debian/tmpno/hplip.desktop +++ hplip-2.7.10/debian/tmpno/hplip.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=0.6 +Type=Application +Name=HP Device Manager +GenericName=HP Device Manager +Comment=View device status, ink levels and perform maintenance. +Exec=/usr/share/hplip/toolbox.py +Icon=/usr/share/hplip/data/images/HPmenu.png +Terminal=false +Categories=Application;Utility; +X-KDE-StartupNotify=false +StartupNotify=false --- hplip-2.7.10.orig/debian/hplip.menu +++ hplip-2.7.10/debian/hplip.menu @@ -0,0 +1,24 @@ +?package(hplip):needs="X11" \ + section="Apps/Tools" \ + title="HPLIP Toolbox" \ + command="/usr/bin/hp-toolbox" \ + hints="Printing,Print,Printer,Setup,Config,CUPS,HPLIP" \ + icon="/usr/share/pixmaps/hp-logo.xpm" +?package(hplip):needs="X11" \ + section="Apps/Tools" \ + title="HPLIP File printing" \ + command="/usr/bin/hp-print" \ + hints="Printing,Print,Printer,CUPS,HPLIP" \ + icon="/usr/share/pixmaps/HPmenu.xpm" +?package(hplip):needs="X11" \ + section="Apps/Tools" \ + title="HPLIP Fax address book" \ + command="/usr/bin/hp-fab" \ + hints="Printing,Print,Printer,CUPS,Fax,HPLIP" \ + icon="/usr/share/pixmaps/HPmenu.xpm" +?package(hplip):needs="X11" \ + section="Apps/Tools" \ + title="HPLIP Fax utility" \ + command="/usr/bin/hp-sendfax" \ + hints="Printing,Print,Printer,CUPS,Fax,HPLIP" \ + icon="/usr/share/pixmaps/HPmenu.xpm" --- hplip-2.7.10.orig/debian/hplip.desktop +++ hplip-2.7.10/debian/hplip.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=HPLIP Toolbox +GenericName=Printer Toolbox +Comment=HP Printing System Control Center +Exec=sh -c 'STARTED_FROM_MENU=yes /usr/bin/hp-toolbox' +Icon=/usr/share/pixmaps/hp-logo.xpm +Categories=Application;Settings; +Terminal=false +Type=Application +StartupNotify=false +NotShowIn=KDE; +NoDisplay=false --- hplip-2.7.10.orig/debian/hpijs.lintian +++ hplip-2.7.10/debian/hpijs.lintian @@ -0,0 +1 @@ +hpijs: description-synopsis-starts-with-a-capital-letter --- hplip-2.7.10.orig/debian/users-guide.txt +++ hplip-2.7.10/debian/users-guide.txt @@ -0,0 +1,8 @@ +The HPLIP and HPIJS user's guide is available online at: +http://hplip.sourceforge.net/ + +It is also available for offline reading as a Debian package, +one just needs to install the "hplip-doc" package. The +documentation will then be found at /usr/share/doc/hplip-doc/, +and it will also be registered with the Debian doc-base system +so that packages like "doc-central" can find it. --- hplip-2.7.10.orig/debian/hplip.sane +++ hplip-2.7.10/debian/hplip.sane @@ -0,0 +1,4 @@ +# dll.conf snippet for hplip +# + +hpaio --- hplip-2.7.10.orig/debian/hplip-gui.install +++ hplip-2.7.10/debian/hplip-gui.install @@ -0,0 +1,2 @@ +usr/share/applications +usr/share/pixmaps --- hplip-2.7.10.orig/debian/hplip-data.lintian +++ hplip-2.7.10/debian/hplip-data.lintian @@ -0,0 +1 @@ +hplip-data: description-synopsis-starts-with-a-capital-letter --- hplip-2.7.10.orig/debian/hpijs.docs +++ hplip-2.7.10/debian/hpijs.docs @@ -0,0 +1,3 @@ +prnt/hpijs/*patch +debian/gdevijs*patch +debian/users-guide.txt --- hplip-2.7.10.orig/debian/hpijs.1 +++ hplip-2.7.10/debian/hpijs.1 @@ -0,0 +1,40 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH HPIJS 1 "2004-05-15" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +hpijs \- HP IJS server for the GhostScript IJS client driver +.SH DESCRIPTION +hpijs should never be called directly. GhostScript will run it +if the IjsServer parameter is set to IjsServer=hpijs when invoking the +IJS driver. +.br +.SH OPTIONS +.TP +.B -h +Show version +.SH SEE ALSO +For more information, please refer to /usr/share/doc/hpijs, and +to http://www.openprinting.org/. +.TP +/usr/share/doc/hpijs/hpijs_readme.html +.TP +http://hplip.sourceforge.net/ +.TP +http://www.openprinting.org/ (search for hpijs driver) +.SH AUTHOR +This manual page was written by Henrique de Moraes Holschuh , +for the Debian project (but may be used by others). --- hplip-2.7.10.orig/debian/hpijs-ppds.links +++ hplip-2.7.10/debian/hpijs-ppds.links @@ -0,0 +1 @@ +/usr/share/ppd/hpijs /usr/share/cups/model/hpijs --- hplip-2.7.10.orig/debian/hplip.lintian +++ hplip-2.7.10/debian/hplip.lintian @@ -0,0 +1 @@ +hplip: description-synopsis-starts-with-a-capital-letter --- hplip-2.7.10.orig/debian/hp-logo.xpm +++ hplip-2.7.10/debian/hp-logo.xpm @@ -0,0 +1,64 @@ +/* XPM */ +static char *hp-logo[] = { +/* columns rows colors chars-per-pixel */ +"32 32 26 1", +" c #000100", +". c #080A06", +"X c #141513", +"o c #1F201E", +"O c #272826", +"+ c #2F312E", +"@ c #3A3B39", +"# c #3F403E", +"$ c #500000", +"% c #454744", +"& c #535552", +"* c #5E605D", +"= c #6D6F6C", +"- c #787A77", +"; c #818380", +": c #8E908D", +"> c #989A97", +", c #A2A4A1", +"< c #B1B3B0", +"1 c #BEC0BD", +"2 c #D0D2CF", +"3 c #D8DAD7", +"4 c #E2E4E0", +"5 c #EEF0ED", +"6 c #FDFFFC", +"7 c None", +/* pixels */ +"77777777777777777777777777777777", +"77777777777777777777777777777777", +"77777777777777777777777777777777", +"77777777777777777777777777777777", +"77777777777777777777777777777777", +"77777777777777777777777777777777", +";. &: o4 .;", +". #2@ -4>-@ .", +" X<63 366662# ", +" X366- +6666666= ", +" 1666O :66666666* ", +" *6661 1566444465X ", +" 2666= >6X X4: ", +" o6666X >@ -< .1 34 ", +" &666< .4. 1& *: +66X ", +" *666& *: O5. <+ :66@ ", +" &665. <@ -> X2 .466+ ", +" +66> X3 3# =- %666. ", +" 46# =- @4 =o ,661 ", +" ;6**2;*<; .oo@666* ", +" X4666666+ ;666662. ", +" @566662 366664o ", +" @5666- @66663O ", +" X:56o >663=. ", +"o O1 .4%X o", +"7&##########>:#-2#############&7", +"77777777777777777777777777777777", +"77777777777777777777777777777777", +"77777777777777777777777777777777", +"77777777777777777777777777777777", +"77777777777777777777777777777777", +"77777777777777777777777777777777" +}; --- hplip-2.7.10.orig/debian/hpijs.manpages +++ hplip-2.7.10/debian/hpijs.manpages @@ -0,0 +1 @@ +debian/hpijs.1 --- hplip-2.7.10.orig/debian/hp-fab.desktop +++ hplip-2.7.10/debian/hp-fab.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Fax address book +GenericName=Fax address book +Comment=HPLIP Fax address book +Exec=/bin/sh -c 'STARTED_FROM_MENU=yes /usr/bin/hp-fab' +Icon=/usr/share/pixmaps/HPmenu.xpm +Categories=Application;Office; +Terminal=false +Type=Application +StartupNotify=false +NoDisplay=false --- hplip-2.7.10.orig/debian/compat +++ hplip-2.7.10/debian/compat @@ -0,0 +1 @@ +5 --- hplip-2.7.10.orig/debian/TODO +++ hplip-2.7.10/debian/TODO @@ -0,0 +1,46 @@ +When running hpiod as non-root: + - add it to group scanner (see Ubuntu) + + - hp-toolbox busyloops if hpssd is restarted + - hp-toolbox busyloops in other ocasions + - hp-sendfax busyloops + + Looks like all the pyqt code that talks to hpssd likes to busyloop + + - faxing does not work since 1.6.7. + +1.6.9: + Talk to upstream: + - Use libtool for dlopen() + +1.6.6/1.6.7: + - syslogging from hppsc has this crap "python" tag, that needs to become hpssd[pid] + + - check to make sure we are shipping everything. copier/ was missing + +hpiod: + 1. Fix pidfile locking so that main thread waits for the others to die + before exiting + 2. Privilege separation, do away with most crap as root + 3. Fix hpiod syslog to also include [pid] information + +hpssd.py: + 1. remove all hardcoded paths + 2. syslog() stuff instead of dumping to stdout, and do it in a less + hideous way than "khazad-dum python: [ERROR] ..." + + U1. Get upstream to allow one to configure sender address, etc + U2. Date header (#291277), precedence header too. + +sane backend: + 1. provide sane- manpage + +build: + 1. use python automake support + 1a. Make sure to call python as the detected python in autoconf, NOT as "python" + when that's fixed, remove "python" build-dep. + 2. get all the hplip stuff into a hplip *python* package (basically, add hplip. before every import) + 2a. then move it out of /usr/lib into the python paths + 3. remove hardcoding of /etc/hp, make it a configure.in thing + 4. remove python #! lines from stuff that are not end-user executables (done?) + 5. fix and submit upstream something less hackish than the data -> ../share/data symlink --- hplip-2.7.10.orig/debian/hpijs-ppds.install +++ hplip-2.7.10/debian/hpijs-ppds.install @@ -0,0 +1 @@ +usr/share/ppd/hpijs --- hplip-2.7.10.orig/debian/hpijs.NEWS +++ hplip-2.7.10/debian/hpijs.NEWS @@ -0,0 +1,213 @@ +hpijs (2.6.10+1.6.10-1) unstable; urgency=low + +Appropriate PPDs for this release are available on the hpijs-ppds package. +They're also available from www.openprinting.org. + +Users of the following printers (or of any printers that use the same PPDs) +should reinstall their PPDs in CUPS to replace them with up-to-date ones +from www.openprinting.org or hpijs-ppds: + + * ALL HPIJS-SUPPORTED PRINTERS! + +New printers supported in this release: + + * LaserJet P2015 series (LJMono/PS) + * LaserJet M3035 MFP (LJMono/PS) + * LaserJet M5035 MFP (LJMono/PS) + * LaserJet M4345 mfp (LJMono/PS) + * LaserJet P3005 (LJMono/PS) + * LaserJet P3004 (LJMono/PS) + * Color LaserJet 2700 (PS) + * Color LaserJet CM1015 (PS) (no scanning yet) + * Color LaserJet CM1017 (PS) (no scanning yet) + +Note: to update a PPD, you have to reinstall the printer or use the +"modify printer" command in a CUPS administrative interface. See +Debian bug report #333746 for more information. + + -- Henrique de Moraes Holschuh Wed, 25 Oct 2006 11:21:17 -0300 + +hpijs (2.6.9+1.6.9-1) UNRELEASED; urgency=low + +Appropriate PPDs for this release are available on the hpijs-ppds package. +They're also available from www.openprinting.org. + +The PPD needed for faxing is shipped in the hpijs package itself starting +with this release. + +Users of the following printers (or of any printers that use the same PPDs) +should reinstall their PPDs in CUPS to replace them with up-to-date ones +from www.openprinting.org or hpijs-ppds: + + * ALL HPIJS-SUPPORTED PRINTERS! + +New printers supported in this release: + + * PhotoSmart A310 series (DJGenericVIP) + * PhotoSmart C5100 series (DJGenericVIP) + * PhotoSmart C6100 series (DJGenericVIP) + * PhotoSmart C7100 series (DJGenericVIP) + * PhotoSmart D5100 series (DJGenericVIP) + * PhotoSmart D5060 series (DJGenericVIP) + * PhotoSmart Pro B8300 series (DJGenericVIP) + +Note: to update a PPD, you have to reinstall the printer or use the +"modify printer" command in a CUPS administrative interface. See +Debian bug report #333746 for more information. + + -- Henrique de Moraes Holschuh Mon, 2 Oct 2006 16:25:00 -0300 + +hpijs (2.6.7+1.6.7-1) unstable; urgency=low + +Appropriate PPDs for this release are available on the hpijs-ppds package. +They're also available from www.openprinting.org. + +Users of the following printers (or of any printers that use the same PPDs) +should reinstall their PPDs in CUPS to replace them with up-to-date ones +from www.openprinting.org or hpijs-ppds: + + * HP Business Inkjet (all models) + * HP Color Inkjet CP1160, CP1700 + * HP Color LaserJet (all models) + * HP Deskjet (all models) + * HP LaserJet (all models) + * HP OfficeJet and OfficeJet Pro (all models) + * HP PhotoSmart (all models) + * HP PSC (all models) + * HP Mopier 240 and 320 + +Note: to update a PPD, you have to reinstall the printer or use the +"modify printer" command in a CUPS administrative interface. See +Debian bug report #333746 for more information. + + -- Henrique de Moraes Holschuh Wed, 9 Aug 2006 13:03:38 -0300 + +hpijs (2.4.10+0.9.11-1) unstable; urgency=low + +Most of the user documentation for hpijs is now shipped on the hplip-doc +package, as per upstream changes. + +Appropriate PPDs for this release are available on the hpijs-ppds package. +They're also available from www.openprinting.org. + +Users of the following printers (or of any printers that use the same PPDs) +should reinstall their PPDs in CUPS to replace them with up-to-date ones +from www.openprinting.org or hpijs-ppds: + + * HP 2000C + * HP Business Inkjet (all models) + * HP Color Inkjet CP1700 + * HP Color LaserJet (all models) + * HP Deskjet (all models) + * HP LaserJet (all models) + * HP OfficeJet and OfficeJet Pro (all models) + * HP PhotoSmart (all models) + * HP PSC (all models) + +Note: to update a PPD, you have to reinstall the printer or use the +"modify printer" command in a CUPS administrative interface. See +Debian bug report #333746 for more information. + + -- Henrique de Moraes Holschuh Wed, 10 May 2006 18:09:37 -0300 + +hpijs (2.4.9+0.9.9-1) unstable; urgency=low + +Appropriate PPDs for this release are available on the new hpijs-ppds package. +They're also available from www.openprinting.org. + + -- Henrique de Moraes Holschuh Wed, 1 Feb 2006 00:54:49 -0200 + +hpijs (2.4.8+0.9.8-1) unstable; urgency=low + +Appropriate PPDs for this release are available on the hplip-ppds package +as usual. They're also available from www.openprinting.org. + +Users of the following printers should reinstall their PPDs in CUPS to +replace them with up-to-date ones from www.openprinting.org or hplip-ppds: + + * HP PSC 1300 + * HP OfficeJet 61xx + * HP LaserJet 5L + +Note: to update a PPD, you have to reinstall the printer or use the +"modify printer" command in a CUPS administrative interface. See +Debian bug report #333746 for more information. + + -- Henrique de Moraes Holschuh Wed, 1 Feb 2006 00:54:49 -0200 + +hpijs (2.4.7+0.9.7-1) unstable; urgency=low + +Appropriate PPDs for this release are available on the hplip-ppds package +as usual. They're also available from www.openprinting.org and foomatic-* +packages dated after 2005-11-22. + +Users of the following printers should reinstall their PPDs in CUPS to +replace them with up-to-date ones from www.openprinting.org or hplip-ppds: + + * ALL DJGenericVIP devices, which include but is not restricted to: + HP Business Inkjet 1xxx + HP Business Inkjet 2600 + HP Deskjet 5100 + HP Deskjet 5400 series + HP Deskjet 555x + HP Deskjet 56xx + HP Deskjet 57xx + HP Deskjet 58xx + HP Deskjet 5900 series + HP Deskjet 6500 + HP Deskjet 6600 + HP Deskjet 6800 + HP Deskjet 9600 + HP Deskjet 9800 + HP dj450 + HP Officejet pro k550 + HP Officejet pro k850 + HP Officejet 6100 series + HP Officejet 6150 series + HP Officejet 6200 series + HP Officejet 7200 series + HP Officejet 7300 series + HP Officejet 7400 series + HP PSC 1500 series + HP PSC 1600 series + HP PSC 21xx series + HP PSC 2200 series + HP PSC 23xx series + HP PSC 2400 series + HP PSC 2500 series + HP Photosmart 2570 series + HP Photosmart 2600 series + HP Photosmart 2700 series + HP Photosmart 3100 series + HP Photosmart 3200 series + HP Photosmart 3300 series + HP Photosmart 3xx series + HP Photosmart 4xx series + HP Photosmart 7xxx series + HP Photosmart 8xxx series + +Note: to update a PPD, you have to reinstall the printer or use the +"modify printer" command in a CUPS administrative interface. See +Debian bug report #333746 for more information. + + -- Henrique de Moraes Holschuh Wed, 23 Nov 2005 09:34:06 -0200 + +hpijs (2.4.6+0.9.6-1) unstable; urgency=low + +Appropriate PPDs for this release are available on the hplip-ppds package +as usual. They're also available from www.openprinting.org and foomatic-* +packages dated after 2005-10-10. + +Users of the following printers should reinstall their PPDs in CUPS to +replace them with up-to-date ones from www.openprinting.org or hplip-ppds: + + * HP Deskjet 450 family + * HP Deskjet 55xx family + * HP PhotoSmart 8700 (modified for hpijs 2.4.5) + * HP PhotoSmart 320/330/370/380 (modified for hpijs 2.1.4) + +Note: to update a PPD, you have to reinstall the printer or use the +"modify printer" command in a CUPS administrative interface. See +Debian bug report #333746 for more information. + + -- Henrique de Moraes Holschuh Thu, 13 Oct 2005 10:08:51 -0300 --- hplip-2.7.10.orig/debian/hplip.NEWS +++ hplip-2.7.10/debian/hplip.NEWS @@ -0,0 +1,63 @@ +hplip (1.6.7-1) unstable; urgency=low + +hp-photo is gone, its functionality has been folded into hp-unload. There is +also a new utility, hp-makecopies, which controls the copier function of some +of the multifunctional devices. + +Support documentation is in the hplip-doc package, you must install it for the +"View Documentation" functionality of hp-toolbox to work. + + -- Henrique de Moraes Holschuh Wed, 9 Aug 2006 13:03:38 -0300 + +hplip (0.9.11-1) unstable; urgency=low + +Most of the user documentation for hplip is now shipped on the hplip-doc +package, as per upstream changes. + +The fax support has been modified, and now faxes will not be sent if +hp-sendfax is not running. To send a fax, first you must run hp-sendfax. +After hp-sendfax is running, add the documents to be sent as a fax using +the hp-sendfax UI or at your option, print them to the fax queue using any +application. The jobs printed to the fax queue will show up in hp-sendfax +after a few moments. + + -- Henrique de Moraes Holschuh Wed, 10 May 2006 18:09:37 -0300 + +hplip (0.9.9-1) unstable; urgency=low + +Fax support is enabled, but it is still mostly untested on the Debian +packages, and it has its set of rough edges. Temporary fax files will +end up in ~/hpfax/, feel free to delete them. + +hpiod now uses user-space drivers (through libusb) to talk to all usb +devices (including printers). We have reverted hpiod to run as root +temporarily, because of that. + + -- Henrique de Moraes Holschuh Sat, 18 Mar 2006 16:22:48 -0300 + +hplip (0.9.5-1) unstable; urgency=low + +HPLIP fully supports parallel-port devices as of version 0.9.5. + + -- Henrique de Moraes Holschuh Sat, 17 Sep 2005 12:51:02 -0300 + +hplip (0.9.4-2) unstable; urgency=low + +Thanks to an initial patch by Matthias Klose (from Ubuntu), HPLIP daemons +(hpiod and hpssd) now run under the hplip user, and lp group. + +Unlike the original Ubuntu patch, Debian's changes are non-optional. HPLIP +running as root is not supported in Debian anymore, unless someone gives me +very strong reasons to revert this. + +The only behaviour changes runing as non-root causes are that now hpiod and +hpssd will not be able to bind to reserved ports below 1024. This causes no +loss of functionality as far as I know, as there are very little good reasons +to run any of the daemons in a port below 1024, especially since they always +bind to localhost only. + +In an up-to-date Debian Sarge system, all will work out-of-the-box. If it +doesn't work in a particular configuration, please make sure group lp has +write access to the USB lp devices, and so on. + + -- Henrique de Moraes Holschuh Tue, 2 Aug 2005 23:23:48 -0300 --- hplip-2.7.10.orig/debian/hplip.postinst +++ hplip-2.7.10/debian/hplip.postinst @@ -0,0 +1,91 @@ +#! /bin/sh +# postinst script for hplip +# $Id: hplip.postinst,v 1.1 2005/10/15 21:39:04 hmh Exp $ +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package +# +# quoting from the policy: +# Any necessary prompting should almost always be confined to the +# post-installation script, and should be protected with a conditional +# so that unnecessary prompting doesn't happen if a package's +# installation fails and the `postinst' is called with `abort-upgrade', +# `abort-remove' or `abort-deconfigure'. + +case "$1" in + configure) + # add hplip system user (requires adduser >= 3.34) + # don't muck around with this unless you KNOW what you're doing + echo "Creating/updating hplip user account..." + adduser --system --ingroup lp --home /var/run/hplip \ + --gecos "HPLIP system user" --shell /bin/false \ + --quiet --disabled-password hplip || { + # adduser failed. Why? + if getent passwd hplip >/dev/null ; then + echo "Non-system user hplip found. I will not overwrite a non-system" >&2 + echo "user. Remove the user and reinstall hplip." >&2 + exit 1 + fi + # unknown adduser error, simply exit + exit 1 + } + if getent group scanner >/dev/null; then + adduser --quiet hplip scanner + else + addgroup --quiet --system scanner + adduser --quiet hplip scanner + fi + + for i in /var/run/hplip + do + if ! dpkg-statoverride --list $i > /dev/null + then + dpkg-statoverride --update --add hplip root 755 $i + fi + done + + + # Remove shutdown and reboot links; this init script does not need them. + if dpkg --compare-versions "$2" lt "1.7.3-0ubuntu4"; then + rm -f /etc/rc0.d/K19hplip /etc/rc6.d/K19hplip + fi + + # Correct ownership of personal HPLIP config files of the users + # (in older HPLIP versions hp-setup created these files with root + # permissions and made hp-toolbox crashing) + for line in `cat /etc/passwd | sed -e 's/ //g'`; do + user=`echo $line | cut -d : -f 1`; + homedir=`echo $line | cut -d : -f 6`; + [ -d $homedir ] && \ + find $homedir -maxdepth 1 -not -user $user -name .hplip* \ + -exec chown $user '{}' \; 2>/dev/null || : + done + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- hplip-2.7.10.orig/debian/README.Source +++ hplip-2.7.10/debian/README.Source @@ -0,0 +1,17 @@ +$Id: README.Source,v 1.6 2006/03/18 19:09:22 hmh Exp $ + +To make the HPLIP package more easily maintainable there are no +directly applied patches any more. Everything is done as dpatches. +Therefore we run the autotools during the build process now. + +The file debian/hpijs.version must contain the version number of +HPIJS. It is automatically generated from configure.in +through autoconf --trace, by the debian/autogen.sh script. + +The file debian/non-shipped-files.txt is used to remove clutter +from the installed tree. It is maintainend manually. + +The original source code ships firmware files for the HP LaserJet 1018 +and 1020 (in data/firmware/) but has no license for them. The +developers at HP asked for removing them which is done in the .dfsg.1 +modification of the source tarball. --- hplip-2.7.10.orig/debian/copyright +++ hplip-2.7.10/debian/copyright @@ -0,0 +1,94 @@ +This package was debianized by Torsten Landschoff +and Henrique de Moraes Holschuh + +It was downloaded from: + http://prdownloads.sourceforge.net/hplip/ + +Upstream website: + http://hplip.sourceforge.net/ + +The Debian packaging of hplip and hpijs is: + Copyright (c) 2003-2004 by Torsten Landschoff + Copyright (c) 2004-2006 by Henrique de Moraes Holschuh + and distributed in the same license as the upstream source it applies to. + +Upstream Authors: + David Suffield and others + + The -rss series was primarily provided by Matthias Bunte + and was adapted to hpijs 1.2.x by Richard Spencer-Smith. + +Copyright: + Copyright (c) 2001-2006 Hewlett-Packard Company + Copyright (c) 2001-2006 Hewlett-Packard Development Company, L.P. + All rights reserved. + + In general all applications are covered by the GNU General Public License + (GPL) version 2, and the backends and gs KRGB patch are covered by a MIT + license. The printer driver HPIJS uses a BSD license (DFSG-compatible). + + GPL: + The GPL version 2 (or any later version) applies to all files in the + directories: base, data, data/pcl, data/ps, data/ldl, data/xml, + data/images, ip, pcard, pcard/pcardext, prnt, prnt/cupsext, scan, ui, + plugins, fax. + + This program 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. + + The GPL may be found in /usr/share/common-licenses/GPL on a Debian system. + + MIT: + The MIT license applies to all files in the directories: backend, + backend/hp, io, io/hpiod, scan/sane. It also applies to the KRGB patches + to be applied to Ghostscript. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + IN THE SOFTWARE. + + BSD: + The BSD license applies to all files in the directory prnt/hpijs, + except for the KRGB patches to be applied to Ghostscript. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the Hewlett-Packard nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PATENT INFRINGEMENT; PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING + IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + + -- Henrique de Moraes Holschuh Mon, 6 Mar 2006 16:04:26 -0300 --- hplip-2.7.10.orig/debian/hpijs.README.Debian +++ hplip-2.7.10/debian/hpijs.README.Debian @@ -0,0 +1,33 @@ +Notes about the Debian hpijs package +------------------------------------ + +This package includes the rss patch from + + http://www.openprinting.org/download/printing/hpijs/ + +This patch tries to make sure that black is printed with just +the black pen, if the printer supports it. Almost all new +HP printers (those using the DJGenericVIP model) do colormap +conversion in firmware, and will completely ignore the rss +patch. Also, nobody has maintained that patch for a long time, +so it is unlikely that rss support will be ever added to newer +printer drivers even if they could support it. + +Should Ghostscript have the latest version of the IJS server +code, hpijs will be able to use the KRGB protocol to talk to +Ghostscript, which often will produce better printings wherever +black is used. + +It is a very good idea to install the hplip package if you +use CUPS as your printing spooler. For spoolers other than +CUPS, you should use hpoj instead. + +A lot of enhanced functionality is only available in bi-dir +mode, which is supported only by HPLIP. + +If you are going to use PPDs, it is recommended that the ones +from the hpijs-ppds PPD package be used, as they are guaranteed +to work well with this version of hpijs. + + -- Torsten Landschoff + -- Henrique de Moraes Holschuh --- hplip-2.7.10.orig/debian/hplip.README.Debian +++ hplip-2.7.10/debian/hplip.README.Debian @@ -0,0 +1,181 @@ +Notes about the Debian hplip packages +$Id: hplip.README.Debian,v 1.15 2006/10/02 19:26:58 hmh Exp $ +========================================================================== + +HPLIP is supposed to make things very easy for the end user. That isn't +exactly true at this point in time, but it is shaping up rather nicely. + +Almost everything works out-of-the-box after a printer is set up, except +for a few selected printers that have misbehaving or buggy firmware/ +hardware, and for the unfortunate owners of substandard USB hubs, cables +or host adapters. Fax support is new, probably somewhat buggy, and it has +some limitations which will be addressed in the near future. + +HPOJ and HPLIP cannot share a device. For HPLIP to work, you must +configure HPOJ properly so that it does not talk to the devices you want +to use HPLIP with. + +Warning: Some broken as designed USB printers cannot work in bi-dir mode, +and thus HPLIP will at best work with reduced functionality, if at all. + + +Quick Install: +-------------- + +1. Install the hplip, hpijs-ppds, hpijs and cupsys packages. If yor + printer is a native PostScript printer, install the + openprinting-ppds package as well. + + Documentation is in the hplip-doc package. Reading it is advised, + especially the fax how-to. The documentation is installed in + the /usr/share/doc/hplip-doc/ folder. + +2. Setup your printer using the hp-setup utility (must be run as root). + hp-setup is capable of detecting your printer, and it can also + setup the normal printing (and if available, also the fax) queue + for CUPS. + + See the "Detecting the printer" section if you have trouble getting + hp-setup to find your printer. + + To run the auto-detection of USB, CUPS (for printers that are already + setup, but, e.g. have no fax queue yet) and parallel-port printers, + just call hp-setup without parameters. + + Alternatively, you can install the printer through a CUPS configuration + interface (such as the one in KDE or the one in GNOME, or the CUPS + built-in web interface), using the proper PPD (the ones provided by the + hpijs-ppds package have HPLIP and the version of the package in their + name), and the hp: CUPS backend (installed by hplip). Use the + "AppSocket/HP JetDirect" device, and the hp:/ URI that hp-makeuri or + hp-setup can generate for you. After that, you can use hp-setup to + generate a fax queue for your printer if it supports faxing. + + +Detecting the printer: +---------------------- + +If you have trouble to get HPLIP's CUPS backend to detect the printer, you +should check if it is being found by the kernel and by the HPLIP services. + +First, you need the HPLIP services running (run "/etc/init.d/hplip start" as +root to activate them). Run "ps U hplip" to check if the HPLIP services are +running, it should return a line with "python /usr/sbin/hpssd". It may also +return a line with "hpiod". If it doesn't return a line with "hpiod", please +check whether "ps U root | grep hpiod" does. + +If either hpssd or hpiod cannot be found in the output of the above commands, +check the syslog (/var/log/*) for error messages. + +HPLIP won't be able to talk to your printer if anything on the lower +layers is broken: + +1. For USB printers: + * The printer must be listed in the output of the "lsusb" command when + you run it as root (sometimes lsusb doesn't list printers behind hubs + if you run it as a normal user); + * Make sure you have the USB subsystem in a sane state (no error messages + from the kernel USB drivers in /var/log/kern.log); + + Use "hp-setup -b usb" to search the USB bus for printers, or + "hp-setup -b usb :" (as returned by lsusb) to + select an specific printer to probe. + + If that fails, remove any USB hubs between the computer and the printer, + maybe change USB cabling, and try again. + +2. For networked printers: + * Make sure that you can ping the printer. + + Use "hp-setup -b net" to attempt the (very flaky) network printer + automatic searching and autodetection. Warning: this may trip network + IDS and other anti-scanning defence systems. + + Use "hp-setup -b net -m " for direct printer model auto- + detection (much better than the automatic searching, and should not + trip any IDS). + +3. For parallel-port printers: + * Make sure you have the parport module loaded (or built in the kernel) + and that it has IEEE 1284 support active (CONFIG_PARPORT_1284=y); + * Make sure you have the parport_pc (or whichever parport device layer + module is used by your architecture) and lp modules loaded (or built + in the kernel); + * Check printer cables, etc. + + Use "hp-setup -b par" for automatic searching of an IEEE 1824 printer, + or "hp-setup -b par -m /dev/lp0" (or lp1, lp2...) to probe an specific + parallel port. + +If these steps fail to detect and probe your printer, ask for help in one of +the Debian user lists, or in the upstream HPLIP mailinglists, available at +http://hplip.sourceforge.net. Should you do so, always include which O.S, +version of HPLIP and HPIJS, and all the information about your printer model +and how it is connected to your computer) in your post. + + +Printing: +--------- + +All printing in HPLIP is done through CUPS. If you require other printing +system, HPLIP won't work for you, and you are stuck with HPOJ. One *could* +write a non-CUPS backend to fix this limitation. If you feel like writing +one, please drop me a note. + +The HP CUPS backend tries to be very helpful and detect every printer +automatically... at CUPS startup time. And, sometimes, it will only work +when the HPLIP daemons are already up and running, and your printer is +connected (and online, for network printers). It may also cause some +annoying messages to be delivered to syslog while it tries to find any +parallel-port devices. + +So, if your printer doesn't show up, please make sure the HPLIP services +are running (/etc/init.d/hplip start), and then reload the CUPS +configuration (/etc/init.d/cupsys reload) or restart CUPS. + +It is necessary to add the printer to CUPS before most HPLIP utilities will +work. To that end, you need to configure a printer in CUPS that uses the +hp:/ backend (other backends won't work with HPLIP). + +Chances are you will need the hpijs (required by most printers supported by +HPLIP) and hpijs-ppds packages installed to be able to set the printer up +correctly in CUPS, as CUPS needs to find the PPD for your printer somewhere +to sucessfully install it. True native PostScript printer PPD files are +shipped by the openprinting-ppds package, so install that too if your +printer speaks PostScript natively. + +CUPS is most braindamaged in that it will NOT automatically use an updated +version of a PPD installed in the system, so you will need to perform the +steps below every time you update the PPD or any of the packages that +provide the PPD files. + +To update a CUPS PPD: + 1. Update the PPD file (if not from a package) + 2. Restart CUPS + 3. Use the CUPS administration tools to "Modify Printer", and + take the same steps as if you were adding a new printer + (yes, this is utter brain damage in CUPS) + + +Scanning: +--------- + +The HPLIP SANE backend is called hpaio. Hpaio requires the HPLIP services +running to work, and it should "just work" out of the box. + +To access the scanning functions, make sure you have xsane properly +installed, and either use the hp-toolbox, or run xsane to access the +scanner. + + +Sending fax: +------------ + +It might work, and it might not. You need hpijs, even if the printer is a +pure-postscript one, as hpijs is used by HPLIP to render the fax job. If you +want cover pages, make sure you have installed the python-reportbug package. + +Receiving faxes is not supported, and HP says it is not on their roadmap to +implement this, either. + + -- Henrique de Moraes Holschuh --- hplip-2.7.10.orig/debian/watch +++ hplip-2.7.10/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://prdownloads.sourceforge.net/hplip/ (?:.*/)?hplip-?_?([\w+\d+\.]+|\d+)(?:\.tar(?:\.gz|\.bz2)|\.tgz) debian false --- hplip-2.7.10.orig/debian/hplip-doc.doc-base +++ hplip-2.7.10/debian/hplip-doc.doc-base @@ -0,0 +1,11 @@ +Document: hplip-manual +Title: HP Linux Printing and Imaging System (HPLIP/HPIJS) Manual +Author: David Suffield +Abstract: User manual for the HP Linux Printing and Imaging + System, with basic usage instructions and a list of products + supported. Includes the manual for the HPIJS IJS driver. +Section: Apps/Tools + +Format: HTML +Index: /usr/share/doc/hplip-doc/HTML/index.html +Files: /usr/share/doc/hplip-doc/HTML/* --- hplip-2.7.10.orig/debian/hpijs.version +++ hplip-2.7.10/debian/hpijs.version @@ -0,0 +1 @@ +2.7.10