--- brother-lpr-drivers-laser-2.0.1-3.orig/debian/brother-lpr-drivers-laser.install +++ brother-lpr-drivers-laser-2.0.1-3/debian/brother-lpr-drivers-laser.install @@ -0,0 +1,2 @@ + debian/tmp/usr/* usr/ + debian/tmp/var/* var/ --- brother-lpr-drivers-laser-2.0.1-3.orig/debian/changelog +++ brother-lpr-drivers-laser-2.0.1-3/debian/changelog @@ -0,0 +1,79 @@ +brother-lpr-drivers-laser (2.0.1-3-0ubuntu7) noble; urgency=medium + + * Fix FTBFS upgrade to debhelper 7 and gain buildinfo. + + -- Dimitri John Ledkov Sat, 17 Feb 2024 17:37:38 +0000 + +brother-lpr-drivers-laser (2.0.1-3-0ubuntu6) noble; urgency=medium + + * No change rebuild to gain buildinfo. + + -- Dimitri John Ledkov Fri, 16 Feb 2024 12:36:27 +0000 + +brother-lpr-drivers-laser (2.0.1-3-0ubuntu5) quantal; urgency=low + + * debian/control: added ${misc:Depends} to dependencies line. + + -- Chris Schmidt Tue, 18 Sep 2012 20:02:44 +0200 + +brother-lpr-drivers-laser (2.0.1-3-0ubuntu4) natty; urgency=low + + * Remove wrong depends/build-depends on ia32-libs; add build-depends + on libc6-dev-i386 instead + * Fix the clean target + + -- Steve Langasek Sun, 20 Feb 2011 09:39:19 +0000 + +brother-lpr-drivers-laser (2.0.1-3-0ubuntu3) intrepid; urgency=low + + * debian/rules: Add symlinks in /usr/lib32 for amd64. (LP: #256873) + * debian/control: Add ia32-libs to amd64 build-depends. + * debian/control: Add brother-cups-wrapper-laser dependency. + + -- Saïvann Carignan Thu, 28 Aug 2008 00:00:05 -0400 + +brother-lpr-drivers-laser (2.0.1-3-0ubuntu2) intrepid; urgency=low + + * debian/control: Change "provide" to "provides" (LP: #229346). + + -- Saïvann Carignan Tue, 13 May 2008 15:34:41 -0400 + +brother-lpr-drivers-laser (2.0.1-3-0ubuntu1) hardy; urgency=low + + * Update orig tarball to contains real debian binary packages + (fixes all issues related to modifications introduced by mistake). + * debian/rules: Remove files from package that are in -common. + * debian/rules: Add dh_link to comply with debian policy. + * debian/rules: Fix missing #!/bin/sh header in some upstream scripts. + * debian/rules: Fix wrong permissions in /var subfolders. + * debian/control: Drop transitional packages. + * debian/compat: Update debhelper version to 6. + + -- Saïvann Carignan Fri, 21 Mar 2008 02:45:21 -0400 + +brother-lpr-drivers-laser (2.0.1-2-0ubuntu3) hardy; urgency=low + + * debian/control: Replace all wrong brother-lpr-wrapper-* by + brother-lpr-drivers-*. + + -- Saïvann Carignan Fri, 14 Mar 2008 19:48:05 -0400 + +brother-lpr-drivers-laser (2.0.1-2-0ubuntu2) hardy; urgency=low + + * debian/control: Add dependency for a2ps. + + -- Saïvann Carignan Fri, 14 Mar 2008 15:24:46 -0400 + +brother-lpr-drivers-laser (2.0.1-2-0ubuntu1) hardy; urgency=low + + * Fix /usr/local packaging issue + * debian/rules: Fix bad permissions in /usr/Brother/Printer/inf folder + * Add missing /var subfolders + + -- Saïvann Carignan Fri, 14 Mar 2008 07:10:21 -0400 + +brother-lpr-drivers-laser (2.0.1-1-0ubuntu1) hardy; urgency=low + + * Initial release (LP: #25966) + + -- Saïvann Carignan Thu, 13 Mar 2008 15:42:30 -0400 --- brother-lpr-drivers-laser-2.0.1-3.orig/debian/compat +++ brother-lpr-drivers-laser-2.0.1-3/debian/compat @@ -0,0 +1 @@ +7 --- brother-lpr-drivers-laser-2.0.1-3.orig/debian/control +++ brother-lpr-drivers-laser-2.0.1-3/debian/control @@ -0,0 +1,20 @@ +Source: brother-lpr-drivers-laser +Section: text +Priority: optional +Homepage: http://solutions.brother.com/linux/en_us/ +Maintainer: Ubuntu MOTU Team +XSBC-Original-Maintainer: Jeremy Schoenhaar +Build-Depends: debhelper (>= 7), libc6-dev-i386 [amd64] +Standards-Version: 3.7.3 + +Package: brother-lpr-drivers-laser +Architecture: i386 amd64 +Depends: ${shlibs:Depends}, brother-lpr-drivers-common, brother-cups-wrapper-laser, a2ps, ${misc:Depends} +Conflicts: brdcp7010lpr, brdcp7020lpr, brdcp7025lpr, brdcp8060lpr, brdcp8065dnlpr, brfax2820lpr, brfax2920lpr, brhl2030lpr, brhl2040lpr, brhl2070nlpr, brhl5240lpr, brhl5250dnlpr, brhl5270dnlpr, brhl5280dwlpr, brmfc7220lpr, brmfc7225nlpr, brmfc7420lpr, brmfc7820nlpr, brmfc8460nlpr, brmfc8660dnlpr, brmfc8860dnlpr, brmfc8870dwlpr +Replaces: brdcp7010lpr, brdcp7020lpr, brdcp7025lpr, brdcp8060lpr, brdcp8065dnlpr, brfax2820lpr, brfax2920lpr, brhl2030lpr, brhl2040lpr, brhl2070nlpr, brhl5240lpr, brhl5250dnlpr, brhl5270dnlpr, brhl5280dwlpr, brmfc7220lpr, brmfc7225nlpr, brmfc7420lpr, brmfc7820nlpr, brmfc8460nlpr, brmfc8660dnlpr, brmfc8860dnlpr, brmfc8870dwlpr +Description: LPR drivers for laser brother printers + This package provides all LPR drivers for models DCP-7010 + DCP-7020 DCP-7025 DCP-8060 DCP-8065DN FAX-2820 FAX-2920 + HL-2030 HL-2040 HL-2070N HL-5240 HL-5250DN HL-5270DN + HL-5280DW MFC-7220 MFC-7225N MFC-7420 MFC-7820N MFC-8460N + MFC-8660DN MFC-8860DN MFC-8870DW --- brother-lpr-drivers-laser-2.0.1-3.orig/debian/copyright +++ brother-lpr-drivers-laser-2.0.1-3/debian/copyright @@ -0,0 +1,50 @@ +This package was debianized by Jeremy Schoenhaar on +Mon, 11 Feb 2008 14:44:53 +0100 + +It was downloaded from http://solutions.brother.com/linux/sol/printer/linux/lpr_drivers.html +Upstream Author: Brother Industries, LTD + +License: Brother Software Open License Agreement + +This Agreement provides terms and conditions for license grant from Brother +Industries, Ltd ("Broher"). Brother, who owns all copyrights to the software +that is distributed with this Agreement ("Software") to recipients thereof +("User"), for use of the Software. User shall have the right to use the +Software only in accordance with the terms and conditions of this Agreement. +Any use by User of the Software shall be deemed as its agreement hereto. + +Brother retains any and all copyrights to the Software. In no case this +Agreement shall be construed to assign or otherwise transfer from Brother to +User any copyrights or other intellectual property rights to whole or any part +of the Software. + +Brother grants User a non-exclusive license: to reproduce and/or distribute +(via Internet or in any other manner) the Software. Further, Brother grants +User a non-exclusive license to modify, alter, translate or otherwise prepare +derivative works of the Software and to reproduce and distribute (via Internet +or in any other manner) such modification, alteration, translation or other +derivative works for any purpose. + +The license of the Software from Brother hereunder is granted "AS IS." BROTHER +HEREBY DISCLAIMS ANY WARRANTIES WITH RESPECT TO THE SOFTWARE, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTY FOR THE QUALITY, +MERCHANTABILITY, FITNESS FOR PARTICULAR PURPOSE OR NON-INFRINGEMENT. + +Brother shall have no liability in contract, tort (including negligence or +breach of statutory duty) or otherwise for any interruption of use, loss of +data, or for any indirect, incidental, punitive or consequential loss or +damage, or for any loss of profit, revenue, data, goodwill or anticipated +savings that arises under, out of, or in contemplation of this Agreement or +otherwise arises due to any error, inaccuracy or defect in the Software even if +Brother has been advised of the possibility of such loss or damage. + +Further, Brother shall have no liability to disclose and/or distribute the +source cord of the Software to User under any circumstances. In no case shall +the above license by Brother to modify, alter, translate or otherwise prepare +derivative works of the Software be construed as Brother's implied agreement or +undertakings to disclose and/or distribute the source cord of the Software. + +The Debian packaging is © 2008, Jeremy Schoenhaar +and is licensed under the Brother Software Open License Agreement + +Copyright (C) 2005 Brother. Industries, Ltd. --- brother-lpr-drivers-laser-2.0.1-3.orig/debian/rules +++ brother-lpr-drivers-laser-2.0.1-3/debian/rules @@ -0,0 +1,69 @@ +#!/usr/bin/make -f + +CC = gcc +CFLAGS = -g -Wall + +#export DH_VERBOSE=1 + + +install: build + dh_testdir + dh_testroot + mkdir debian/tmp + cp -R usr debian/tmp/ + cp -R var debian/tmp/ + mv debian/tmp/usr/local/Brother debian/tmp/usr/ + rmdir debian/tmp/usr/local + #remove references to /usr/local. + sed -i s_/usr/local_/usr/././._g debian/tmp/usr/bin/* + sed -i s_/usr/local_/usr/././._g debian/tmp/usr/Brother/inf/* + sed -i s_/usr/local_/usr/././._g debian/tmp/usr/Brother/lpd/* + #remove files that are shared in -common package. + rm debian/tmp/usr/Brother/inf/paperinf + rm debian/tmp/usr/Brother/inf/setupPrintcap + #fix wrong header in some scripts. + sed -i s_'#/bin/sh'_'#!/bin/sh'_g debian/tmp/usr/Brother/lpd/psconvert2 + #fix wrong permissions in /var subfolders. + chmod -R 0755 debian/tmp/var/* + dh_install + +build: + for i in `ls *.deb` ; do \ + dpkg -x $$i ./ ; \ + done + +binary-indep: build install + +binary-arch: build install + dh_testdir -a + dh_testroot -a + dh_installdocs -a + dh_installchangelogs -a + dh_strip -a + dh_compress -a + dh_fixperms -a + chown -R root:lp debian/brother-lpr-drivers-laser/usr/Brother + chmod 0664 debian/brother-lpr-drivers-laser/usr/Brother/inf/brHL* + chmod 0664 debian/brother-lpr-drivers-laser/usr/Brother/inf/brMFC* + chmod 0664 debian/brother-lpr-drivers-laser/usr/Brother/inf/brFAX* + chmod 0664 debian/brother-lpr-drivers-laser/usr/Brother/inf/brDCP* + chmod 0775 debian/brother-lpr-drivers-laser/usr/Brother/inf +ifeq ($(DEB_BUILD_ARCH), amd64) + mkdir usr/lib32 + dh_link usr/lib/libbrcomplpr2.so usr/lib32/libbrcomplpr2.so +endif + dh_installdeb -a + dh_link -a + dh_shlibdeps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch + +.PHONY: binary binary-arch binary-indep clean checkroot + +clean: + dh_testdir + dh_clean + rm -rf usr