debian/0000755000000000000000000000000011353131015007157 5ustar debian/docs0000644000000000000000000000000711353110413010026 0ustar README debian/changelog0000644000000000000000000000325411353130646011046 0ustar ink (0.5.1-1) unstable; urgency=low * New upstream release. * Drop manpage, merged upstream. * Upstream moved to autotools: - debian/control: add autotools-dev b-dep - debian/rules: rewrite most of it * Add missing ${misc:Depends} dependency. * Bump Standards-Version to 3.8.4. * Switch to dpkg-source 3.0 (quilt) format. * Update debian/copyright. -- Adam Cécile (Le_Vert) Fri, 26 Mar 2010 11:48:44 +0100 ink (0.5.0-1) unstable; urgency=low * Bump Standards-Version. * Update build dependency to libinklevel-dev (>= 0.8.0~). * Update debian/copyright. * Update manpage. -- Adam Cécile (Le_Vert) Fri, 13 Feb 2009 20:44:38 +0100 ink (0.4.1-1) unstable; urgency=low * New upstream release. * Update debian/watch. -- Adam Cécile (Le_Vert) Thu, 26 Jul 2007 19:52:07 +0200 ink (0.4.0-2) unstable; urgency=low * Uploading to unstable. -- Adam Cécile (Le_Vert) Tue, 10 Apr 2007 18:29:45 +0200 ink (0.4.0-1) experimental; urgency=low * New upstream release. - Built against libinklevel-dev (>= 0.7.0) which handle custom usb device path (Closes: #397301). * Bump libinklevel-dev build-dep. * Update manpage. * Update README.Debian. * Update debian/watch. -- Adam Cécile (Le_Vert) Thu, 15 Mar 2007 17:21:50 +0100 ink (0.3.2~rc3-2) unstable; urgency=low * Update debian/watch. -- Adam Cécile (Le_Vert) Fri, 24 Nov 2006 00:46:08 +0100 ink (0.3.2~rc3-1) unstable; urgency=low * Initial release (Closes: #386878). -- Adam Cécile (Le_Vert) Sun, 10 Sep 2006 20:20:06 +0200 debian/watch0000644000000000000000000000006411353110413010207 0ustar version=3 http://sf.net/ink/ ink-([0-9.]+)\.tar\.gz debian/rules0000755000000000000000000000256511353111661010254 0ustar #!/usr/bin/make -f DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif config.status: configure dh_testdir ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub endif ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess config.guess endif ./configure --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr \ CFLAGS="$(CFLAGS)" \ LDFLAGS="-Wl,-z,defs" build: build-stamp build-stamp: config.status dh_testdir $(MAKE) CFLAGS="$(CFLAGS)" touch $@ clean: dh_testdir dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean rm -f config.sub config.guess dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/ink PREFIX=/usr binary-indep: build install binary-arch: build install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installman dh_link dh_strip dh_compress dh_fixperms dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/patches/0000755000000000000000000000000011353131011010602 5ustar debian/patches/series0000644000000000000000000000004411353130001012013 0ustar 000-Fix_manpages_whatis_entry.patch debian/patches/000-Fix_manpages_whatis_entry.patch0000644000000000000000000000136411353131011017325 0ustar Fix SH NAME to have a valid whatis entry. --- ink-0.5.1/ink.1 2010-03-26 12:09:05.783009955 +0100 +++ ink-0.5.1/ink.1.new 2010-03-26 12:10:28.490503840 +0100 @@ -1,7 +1,6 @@ .TH INK 1 "February 2010" "0.5.1" .SH NAME -.B ink -is a command line tool for checking the ink level of your printers. +ink - a command line tool for checking the ink level of your printers. .SH SYNOPSIS .B ink --- ink-0.5.1/ink.1.in 2010-02-20 20:13:48.000000000 +0100 +++ ink-0.5.1/ink.1.in.new 2010-03-26 12:10:52.362501354 +0100 @@ -1,7 +1,6 @@ .TH INK 1 "February 2010" "@VERSION@" .SH NAME -.B ink -is a command line tool for checking the ink level of your printers. +ink - a command line tool for checking the ink level of your printers. .SH SYNOPSIS .B ink debian/README.Debian0000644000000000000000000000030611353110413011216 0ustar ink for Debian -------------- Supported printers list can be found in : /usr/share/doc/libinklevel5/README.Debian -- Adam Cécile (Le_Vert) Thu, 15 Mar 2007 17:21:50 +0100 debian/copyright0000644000000000000000000000251311353130635011122 0ustar This package was debianized by Adam Cécile (Le_Vert) on Sun, 10 Sep 2006 20:20:06 +0200. It was downloaded from http://ink.sourceforge.net/ Upstream Authors: Markus Heinz Thierry Merle Louis Lagendijk Copyright: Copyright (C) 2006-2010 Markus Heinz License: This package 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 package 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is Copyright (C) 2006-2010 Adam Cécile (Le_Vert) and is licensed under the GPL, see above. debian/control0000644000000000000000000000077011353112023010564 0ustar Source: ink Section: admin Priority: optional Maintainer: Adam Cécile (Le_Vert) Build-Depends: debhelper (>= 5), libinklevel-dev (>= 0.8.0~), autotools-dev Standards-Version: 3.8.4 Homepage: http://ink.sourceforge.net/ Package: ink Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: tool for checking the ink level of your local printer Ink is a command line tool based on libinklevel5. It provides a simple way to check ink level of supported printers. debian/compat0000644000000000000000000000000211353110413010354 0ustar 5 debian/source/0000755000000000000000000000000011353112342010461 5ustar debian/source/format0000644000000000000000000000001411361245301011670 0ustar 3.0 (quilt)