--- brother-lpr-drivers-ac-1.0.3-1.orig/debian/control +++ brother-lpr-drivers-ac-1.0.3-1/debian/control @@ -0,0 +1,18 @@ +Source: brother-lpr-drivers-ac +Section: text +Priority: optional +Homepage: http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html +Maintainer: Ubuntu MOTU Team +XSBC-Original-Maintainer: Jeremy Schoenhaar +Build-Depends: debhelper (>= 5), libc6-dev-i386 [amd64] +Standards-Version: 3.7.3 + +Package: brother-lpr-drivers-ac +Architecture: i386 amd64 +Depends: ${shlibs:Depends}, brother-lpr-drivers-common, brother-cups-wrapper-ac, a2ps, ${misc:Depends} +Conflicts: hl4040cnlpr, hl4040cdnlpr, hl4050cdnlpr, hl4070cdwlpr, mfc9440cnlpr, mfc9450cdnlpr, mfc9840cdwlpr, dcp9040cnlpr, dcp9042cdnlpr, dcp9045cdnlpr +Replaces: hl4040cnlpr, hl4040cdnlpr, hl4050cdnlpr, hl4070cdwlpr, mfc9440cnlpr, mfc9450cdnlpr, mfc9840cdwlpr, dcp9040cnlpr, dcp9042cdnlpr, dcp9045cdnlpr +Description: LPR drivers for ac brother printers + This package provides all LPR drivers for models HL-4040CN HL-4040CDN + HL-4050CDN HL-4070CDW MFC-9440CN MFC-9450CDN MFC-9840CDW DCP-9040CN + DCP-9042CN DCP-9045CDN --- brother-lpr-drivers-ac-1.0.3-1.orig/debian/rules +++ brother-lpr-drivers-ac-1.0.3-1/debian/rules @@ -0,0 +1,68 @@ +#!/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/Brother/Printer/*/lpd/* + sed -i s_/usr/local_/usr/././._g debian/tmp/usr/Brother/Printer/*/inf/setup* + #make symlinks for duplicates files in /usr/bin + cp debian/tmp/usr/bin/brprintconf_dcp9040cn debian/tmp/usr/bin/brprintconf_ac + for i in `ls usr/bin/brprintconf_* | sed s_'usr/bin/'_''_g` ; do \ + rm debian/tmp/usr/bin/$$i ; \ + ln -s /usr/bin/brprintconf_ac debian/tmp/usr/bin/$$i ; \ + done + #make symlinks for duplicates files in /usr/Brother/Printer/*/lpd. + cp debian/tmp/usr/Brother/Printer/dcp9040cn/lpd/brdcp9040cnfilter debian/tmp/usr/Brother/Printer/ac_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/ac_filter debian/tmp/usr/Brother/Printer/$$i/lpd/br"$$i"filter ; \ + done + 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-ac/usr/Brother + chmod 0664 debian/brother-lpr-drivers-ac/usr/Brother/Printer/*/inf/brdcp* + chmod 0664 debian/brother-lpr-drivers-ac/usr/Brother/Printer/*/inf/brmfc* + chmod 0664 debian/brother-lpr-drivers-ac/usr/Brother/Printer/*/inf/brhl* + chmod 0775 debian/brother-lpr-drivers-ac/usr/Brother/Printer/*/inf + 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 --- brother-lpr-drivers-ac-1.0.3-1.orig/debian/compat +++ brother-lpr-drivers-ac-1.0.3-1/debian/compat @@ -0,0 +1 @@ +6 --- brother-lpr-drivers-ac-1.0.3-1.orig/debian/changelog +++ brother-lpr-drivers-ac-1.0.3-1/debian/changelog @@ -0,0 +1,75 @@ +brother-lpr-drivers-ac (1.0.3-1-0ubuntu4) quantal; urgency=low + + * debian/control: added ${misc:Depends} to dependencies line. + + -- Chris Schmidt Tue, 18 Sep 2012 19:31:38 +0200 + +brother-lpr-drivers-ac (1.0.3-1-0ubuntu3) natty; urgency=low + + * Add build-depends on libc6-dev-i386 instead + * Fix the clean target + + -- Steve Langasek Sun, 20 Feb 2011 09:25:54 +0000 + +brother-lpr-drivers-ac (1.0.3-1-0ubuntu2) natty; urgency=low + + * Remove wrong depends/build-depends on ia32-libs. + + -- Steve Langasek Sun, 20 Feb 2011 01:06:08 -0800 + +brother-lpr-drivers-ac (1.0.3-1-0ubuntu1) lucid; urgency=low + + * Updated drivers to upstream version 1.0.3-1 + * Added DCP-9042CDN, HL-4040CDN and MFC-9450CDN drivers + * debian/control: updated list of printers and homepage + + -- Marc Deslauriers Tue, 22 Dec 2009 19:05:59 -0500 + +brother-lpr-drivers-ac (1.0.0-8-0ubuntu3) intrepid; urgency=low + + * debian/control: Add ia32-libs to amd64 build-depends. + * debian/control: Add brother-cups-wrapper-ac dependency. + + -- Saïvann Carignan Thu, 28 Aug 2008 00:00:05 -0400 + +brother-lpr-drivers-ac (1.0.0-8-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-ac (1.0.0-8-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 duplicate filter files. + * debian/rules: Add dh_link to comply with debian policy. + * 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-ac (1.0.0-7-0ubuntu4) hardy; urgency=low + + * debian/control: Add again dependency for a2ps. + + -- Saïvann Carignan Mon, 17 Mar 2008 03:21:30 -0400 + +brother-lpr-drivers-ac (1.0.0-7-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-ac (1.0.0-7-0ubuntu2) hardy; urgency=low + + * debian/control: Add dependency for a2ps. + + -- Saïvann Carignan Fri, 14 Mar 2008 15:24:46 -0400 + +brother-lpr-drivers-ac (1.0.0-7-0ubuntu1) hardy; urgency=low + + * Initial release (LP: #25966) + + -- Saïvann Carignan Thu, 13 Mar 2008 15:42:30 -0400 --- brother-lpr-drivers-ac-1.0.3-1.orig/debian/copyright +++ brother-lpr-drivers-ac-1.0.3-1/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.