--- brother-cups-wrapper-common-1.0.0-10.orig/debian/brother-cups-wrapper-common.install +++ brother-cups-wrapper-common-1.0.0-10/debian/brother-cups-wrapper-common.install @@ -0,0 +1 @@ + brcupsconfpt1 usr/Brother/Printer/ --- brother-cups-wrapper-common-1.0.0-10.orig/debian/changelog +++ brother-cups-wrapper-common-1.0.0-10/debian/changelog @@ -0,0 +1,46 @@ +brother-cups-wrapper-common (1.0.0-10-0ubuntu7) bionic; urgency=high + + * No change rebuild to pick up -fPIE compiler default + + -- Balint Reczey Tue, 03 Apr 2018 12:15:44 +0000 + +brother-cups-wrapper-common (1.0.0-10-0ubuntu6) quantal; urgency=low + + * debian/control: added ${misc:Depends} to dependencies line. + + -- Chris Schmidt Tue, 18 Sep 2012 11:34:02 +0200 + +brother-cups-wrapper-common (1.0.0-10-0ubuntu5) intrepid; urgency=low + + * debian/control: Remove not necessary csh dependency. (LP: #251972) + + -- Saïvann Carignan Thu, 28 Aug 2008 13:23:57 -0400 + +brother-cups-wrapper-common (1.0.0-10-0ubuntu4) intrepid; urgency=low + + * debian/control: Change "provide" to "provides" (LP: #229346). + * debian/copyright: Use verbatim license header of one of the generator + scripts for PPDs and filters. + + -- Saïvann Carignan Tue, 13 May 2008 15:34:41 -0400 + +brother-cups-wrapper-common (1.0.0-10-0ubuntu3) hardy; urgency=low + + * debian/control: Remove the . in the short description to fix + lintian warning. + * debian/control: Drop transitional packages. + * debian/compat: Update debhelper version to 6. + + -- Saïvann Carignan Fri, 21 Mar 2008 02:45:21 -0400 + +brother-cups-wrapper-common (1.0.0-10-0ubuntu2) hardy; urgency=low + + * debian/brother-cups-wrapper-common.install: Remove /usr/local + + -- Saïvann Carignan Tue, 04 Mar 2008 10:46:50 -0500 + +brother-cups-wrapper-common (1.0.0-10-0ubuntu1) hardy; urgency=low + + * Initial release + + -- Saïvann Carignan Fri, 15 Feb 2008 10:07:22 -0500 --- brother-cups-wrapper-common-1.0.0-10.orig/debian/compat +++ brother-cups-wrapper-common-1.0.0-10/debian/compat @@ -0,0 +1 @@ +6 --- brother-cups-wrapper-common-1.0.0-10.orig/debian/control +++ brother-cups-wrapper-common-1.0.0-10/debian/control @@ -0,0 +1,15 @@ +Source: brother-cups-wrapper-common +Section: text +Priority: optional +Homepage: http://solutions.brother.com/linux/en_us/ +Maintainer: Ubuntu MOTU Team +XSBC-Original-Maintainer: Saïvann Carignan +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.3 + +Package: brother-cups-wrapper-common +Architecture: i386 amd64 +Depends: ${shlibs:Depends}, brother-lpr-drivers-common, ${misc:Depends} +Description: Common files for Brother cups wrapper packages + This package provides common files for some of the Brother + cups wrapper packages. --- brother-cups-wrapper-common-1.0.0-10.orig/debian/copyright +++ brother-cups-wrapper-common-1.0.0-10/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Saïvann Carignan +Fri, 15 Feb 2008 10:07:22 -0500 + +brother-cups-wrapper-common was downloaded from: http://solutions.brother.com/linux/en_us/ + +Licence: GPL-2 (see /usr/share/common-licenses/GPL-2) + + 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. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + + You should have received a copy of the GNU General Public License along with + this program; if not, write to the Free Software Foundation, Inc., 59 Temple + Place, Suite 330, Boston, MA 02111-1307 USA + +The Debian packaging is © 2008, Saïvann Carignan +and is licensed under the GPL2 (See /usr/share/common-licenses/GPL-2) + +Copyright (C) 2005 Brother. Industries, Ltd. --- brother-cups-wrapper-common-1.0.0-10.orig/debian/rules +++ brother-cups-wrapper-common-1.0.0-10/debian/rules @@ -0,0 +1,42 @@ +#!/usr/bin/make -f + +CC = gcc +CFLAGS = -g -Wall + +#export DH_VERBOSE=1 + + +install: build + dh_testdir + dh_testroot + dh_install + +build: + rm -f brcupsconfpt1 + make + +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 + 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 -f build