--- brother-lpr-drivers-extra-1.2.0-2.orig/debian/control +++ brother-lpr-drivers-extra-1.2.0-2/debian/control @@ -0,0 +1,21 @@ +Source: brother-lpr-drivers-extra +Section: text +Priority: optional +Homepage: http://solutions.brother.com/linux/en_us/ +Maintainer: Ubuntu MOTU Team +XSBC-Original-Maintainer: Jeremy Schoenhaar +Build-Depends: debhelper (>= 5), libc6-i386 [amd64], lib32gcc1 [amd64] +Standards-Version: 3.7.3 + +Package: brother-lpr-drivers-extra +Architecture: i386 amd64 +Depends: ${shlibs:Depends}, brother-lpr-drivers-common, brother-cups-wrapper-extra, a2ps +Conflicts: dcp110clpr, mfc3240clpr, dcp310cnlpr, mfc3320cnlpr, fax1815clpr, mfc3340cnlpr, fax1820clpr, mfc3420clpr, fax1835clpr, mfc3820cnlpr, fax1840clpr, mfc410cnlpr, fax1920cnlpr, mfc420cnlpr, fax1940cnlpr, mfc5440cnlpr, fax2440clpr, mfc5840cnlpr, mfc210clpr, mfc620cnlpr, mfc3220clpr, dcp135clpr, dcp153clpr, dcp353clpr, dcp770cwlpr, mfc235clpr, mfc465cnlpr, mfc685cwlpr, dcp150clpr, dcp350clpr, dcp560cnlpr, mfc230clpr, mfc260clpr, mfc680cnlpr, mfc885cwlpr +Replaces: dcp110clpr, mfc3240clpr, dcp310cnlpr, mfc3320cnlpr, fax1815clpr, mfc3340cnlpr, fax1820clpr, mfc3420clpr, fax1835clpr, mfc3820cnlpr, fax1840clpr, mfc410cnlpr, fax1920cnlpr, mfc420cnlpr, fax1940cnlpr, mfc5440cnlpr, fax2440clpr, mfc5840cnlpr, mfc210clpr, mfc620cnlpr, mfc3220clpr, dcp135clpr, dcp153clpr, dcp353clpr, dcp770cwlpr, mfc235clpr, mfc465cnlpr, mfc685cwlpr, dcp150clpr, dcp350clpr, dcp560cnlpr, mfc230clpr, mfc260clpr, mfc680cnlpr, mfc885cwlpr +Description: LPR drivers for extra brother printers + This package provides all LPR drivers for models FAX-1815C FAX-1820C + FAX-1835C FAX-1840C FAX-1920CN FAX-1940CN FAX-2440C MFC-210C MFC-3220C + MFC-3240C MFC-3320CN MFC-3340CN MFC-3420C MFC-3820CN MFC-410CN MFC-420CN + MFC-5440CN MFC-5840CN MFC-620CN DCP-110C DCP-310CN DCP-560CN DCP-770CW + DCP-350C DCP-353C MFC-465CN MFC-680CN MFC-685CW MFC-885CW MFC-230C MFC-235C + MFC-260C DCP-135C DCP-150C DCP-153C --- brother-lpr-drivers-extra-1.2.0-2.orig/debian/copyright +++ brother-lpr-drivers-extra-1.2.0-2/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-extra-1.2.0-2.orig/debian/postrm +++ brother-lpr-drivers-extra-1.2.0-2/debian/postrm @@ -0,0 +1,2 @@ +#!/bin/sh +#DEBHELPER# --- brother-lpr-drivers-extra-1.2.0-2.orig/debian/rules +++ brother-lpr-drivers-extra-1.2.0-2/debian/rules @@ -0,0 +1,95 @@ +#!/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/ + 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/lib/* + sed -i s_/usr/local_/usr/././._g debian/tmp/usr/Brother/inf/* + sed -i s_/usr/local_/usr/././._g debian/tmp/usr/Brother/lpd/* + sed -i s_/usr/local_/usr/././._g debian/tmp/usr/Brother/Printer/*/lpd/* + sed -i s_/usr/local_/usr/././._g debian/tmp/usr/Brother/Printer/*/inf/* + #make symlinks for duplicates files in /usr/bin + cp debian/tmp/usr/bin/brprintconf_dcp135c debian/tmp/usr/bin/brprintconf_extra + for i in `ls usr/bin/brprintconf_* | sed s_'usr/bin/'_''_g` ; do \ + rm debian/tmp/usr/bin/$$i ; \ + ln -s /usr/bin/brprintconf_extra debian/tmp/usr/bin/$$i ; \ + done + #make symlinks for duplicates files in /usr/Brother/Printer/*/lpd. + cp debian/tmp/usr/Brother/Printer/dcp135c/lpd/brdcp135cfilter debian/tmp/usr/Brother/Printer/extra_filter + for i in `ls debian/tmp/usr/Brother/Printer` ; do \ + rm debian/tmp/usr/Brother/Printer/$$i/lpd/br"$$i"filter ; \ + ln -s /usr/Brother/Printer/extra_filter debian/tmp/usr/Brother/Printer/$$i/lpd/br"$$i"filter ; \ + done + #symlinks to files in the -common package. + for i in `ls debian/tmp/usr/Brother/Printer`; do \ + rm debian/tmp/usr/Brother/Printer/$$i/inf/brio*.bcm ; \ + ln -s /usr/Brother/Printer/brio06aa.bcm debian/tmp/usr/Brother/Printer/$$i/inf/brio06aa.bcm ; \ + ln -s /usr/Brother/Printer/brio06ab.bcm debian/tmp/usr/Brother/Printer/$$i/inf/brio06ab.bcm ; \ + ln -s /usr/Brother/Printer/brio06ac.bcm debian/tmp/usr/Brother/Printer/$$i/inf/brio06ac.bcm ; \ + ln -s /usr/Brother/Printer/brio06af.bcm debian/tmp/usr/Brother/Printer/$$i/inf/brio06af.bcm ; \ + ln -s /usr/Brother/Printer/brio06ag.bcm debian/tmp/usr/Brother/Printer/$$i/inf/brio06ag.bcm ; \ + done + #fix wrong header in some scripts. + sed -i s_'#/bin/sh'_'#!/bin/sh'_g debian/tmp/usr/Brother/lpd/psconvertij + sed -i s_'#/bin/sh'_'#!/bin/sh'_g debian/tmp/usr/Brother/lpd/psconvertij2 + dh_install --autodest debian/tmp/usr + +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-extra/usr/Brother + chmod 0664 debian/brother-lpr-drivers-extra/usr/Brother/inf/brMFC* + chmod 0664 debian/brother-lpr-drivers-extra/usr/Brother/inf/brFAX* + chmod 0664 debian/brother-lpr-drivers-extra/usr/Brother/inf/brDCP* + chmod 0775 debian/brother-lpr-drivers-extra/usr/Brother/inf + chmod 0664 debian/brother-lpr-drivers-extra/usr/Brother/Printer/*/inf/brdcp* + chmod 0664 debian/brother-lpr-drivers-extra/usr/Brother/Printer/*/inf/brmfc* + chmod 0775 debian/brother-lpr-drivers-extra/usr/Brother/Printer/*/inf + dh_link usr/lib/libbrcompij2.so.1.0.2 usr/lib/libbrcompij2.so.1 + dh_link usr/lib/libbrcompij.so.1.0.4 usr/lib/libbrcompij.so.1 +ifeq ($(DEB_BUILD_ARCH), amd64) + mkdir usr/lib32 + dh_link usr/lib/libbrcompij2.so.1.0.2 usr/lib32/libbrcompij2.so.1.0.2 + dh_link usr/lib/libbrcompij2.so.1.0.2 usr/lib32/libbrcompij2.so.1 + dh_link usr/lib/libbrcompij.so.1.0.4 usr/lib32/libbrcompij.so.1.0.4 + dh_link usr/lib/libbrcompij.so.1.0.4 usr/lib32/libbrcompij.so.1 +endif + dh_makeshlibs -a + dh_installdeb -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 --- brother-lpr-drivers-extra-1.2.0-2.orig/debian/postinst +++ brother-lpr-drivers-extra-1.2.0-2/debian/postinst @@ -0,0 +1,2 @@ +#!/bin/sh +#DEBHELPER# --- brother-lpr-drivers-extra-1.2.0-2.orig/debian/compat +++ brother-lpr-drivers-extra-1.2.0-2/debian/compat @@ -0,0 +1 @@ +6 --- brother-lpr-drivers-extra-1.2.0-2.orig/debian/changelog +++ brother-lpr-drivers-extra-1.2.0-2/debian/changelog @@ -0,0 +1,54 @@ +brother-lpr-drivers-extra (1.2.0-2-0ubuntu4) natty; urgency=low + + * Remove wrong depends/build-depends on ia32-libs; add build-depends + on libc6-i386 and lib32gcc1 instead + * Fix the clean target + + -- Steve Langasek Sun, 20 Feb 2011 09:31:32 +0000 + +brother-lpr-drivers-extra (1.2.0-2-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-extra dependency. + + -- Saïvann Carignan Thu, 28 Aug 2008 00:00:05 -0400 + +brother-lpr-drivers-extra (1.2.0-2-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-extra (1.2.0-2-0ubuntu1) hardy; urgency=low + + * Update orig tarball to contains real debian binary packages + (fixes all issues related to modifications introduced by mistake). + * debian/rules: Create symlinks for the files in -common. + * debian/rules: Create symlinks for duplicate filter files. + * debian/rules: Add dh_makeshlibs to registers files in /usr/lib. + * debian/rules: Add dh_link to comply with debian policy. + * debian/rules: Fix missing #!/bin/sh header in some upstream scripts. + * debian/control: Drop transitional packages. + * debian/compat: Update debhelper to version 6. + + -- Saïvann Carignan Fri, 21 Mar 2008 02:45:21 -0400 + +brother-lpr-drivers-extra (1.2.0-1-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-extra (1.2.0-1-0ubuntu2) hardy; urgency=low + + * debian/control: Add dependency for a2ps. + + -- Saïvann Carignan Fri, 14 Mar 2008 15:24:46 -0400 + +brother-lpr-drivers-extra (1.2.0-1-0ubuntu1) hardy; urgency=low + + * Initial release (LP: #25966) + + -- Saïvann Carignan Fri, 22 Feb 2008 13:52:42 +0100