From 4c2ec32d985419e17b75a08fbac451564c737d79 Mon Sep 17 00:00:00 2001 From: "siretart@tauware.de" <> Date: Fri, 29 Apr 2011 18:10:02 +0200 Subject: fix order of calling dh_autoreconf_clean avoids leftover debhelper log file --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 37d7ca6..99ee92c 100755 --- a/debian/rules +++ b/debian/rules @@ -53,8 +53,8 @@ clean: dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) distclean - dh_clean build-stamp m4 dh_autoreconf_clean + dh_clean build-stamp m4 install: build dh_testdir -- cgit v1.2.3 From a5a52aef608dfe218ce237467b0da4a558fe6c38 Mon Sep 17 00:00:00 2001 From: "siretart@tauware.de" <> Date: Fri, 29 Apr 2011 18:15:30 +0200 Subject: normalize fields with wrap-and-sort(1) --- debian/control | 28 +++++++++++++++------------- debian/copyright | 10 +++++----- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/debian/control b/debian/control index 80d93d4..fbffa73 100644 --- a/debian/control +++ b/debian/control @@ -2,27 +2,29 @@ Source: lcd4linux Section: utils Priority: optional Maintainer: Reinhard Tartler -Uploaders: Jonathan McCrohan -Build-Depends: debhelper (>= 7.0.0), - dh-autoreconf, - libmysqlclient15-dev, - python-dev, - libx11-dev, - libncurses5-dev, - libusb-dev, - libgd2-noxpm-dev, - libxt-dev +Uploaders: + Jonathan McCrohan +Build-Depends: + debhelper (>= 7.0.0), + dh-autoreconf, + libgd2-noxpm-dev, + libmysqlclient15-dev, + libncurses5-dev, + libusb-dev, + libx11-dev, + libxt-dev, + python-dev Standards-Version: 3.9.2 Vcs-Bzr: http://bazaar.launchpad.net/~siretart/lcd4linux/debian Homepage: http://ssl.bulix.org/projects/lcd4linux/ Package: lcd4linux Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends} +Depends: + ${misc:Depends}, + ${shlibs:Depends} Description: Grabs information and displays it on an external lcd Small program that grabs information from the kernel and some subsystems and displays it on an external liquid crystal display. . See http://ssl.bulix.org/projects/lcd4linux/ for Documentation - diff --git a/debian/copyright b/debian/copyright index e42c19e..bb7b66f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,18 +7,18 @@ Copyright (C) 1999-2007 Michael Reinelt 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. - +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 with the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; 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, version 2, can be found in /usr/share/common-licenses/GPL-2. -- cgit v1.2.3 From a9d92e4f4fd0f80b9d5aca216b80b8ec521eb9a7 Mon Sep 17 00:00:00 2001 From: "siretart@tauware.de" <> Date: Fri, 29 Apr 2011 18:16:22 +0200 Subject: add libdbus-1-dev to build depends --- debian/changelog | 3 ++- debian/control | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 253df40..8b71e57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ lcd4linux (0.11.0~svn1143-1) UNRELEASED; urgency=low * No longer build the mpd module. Closes: #578226 * Bug fix: "script lcd4linux/init.d/lcd4linux missing dependency on $syslog", thanks to Petter Reinholdtsen (Closes: #582825). + * add libdbus-1-dev to build depends - -- Reinhard Tartler Wed, 27 Apr 2011 20:25:03 +0200 + -- Reinhard Tartler Fri, 29 Apr 2011 18:16:11 +0200 lcd4linux (0.10.1~rc2-4) unstable; urgency=low diff --git a/debian/control b/debian/control index fbffa73..62c3fe0 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Uploaders: Build-Depends: debhelper (>= 7.0.0), dh-autoreconf, + libdbus-1-dev, libgd2-noxpm-dev, libmysqlclient15-dev, libncurses5-dev, -- cgit v1.2.3 From dc20741729cc264a48692c0a54365577cf77e087 Mon Sep 17 00:00:00 2001 From: "siretart@tauware.de" <> Date: Fri, 29 Apr 2011 18:21:50 +0200 Subject: mention new co-maintainer --- debian/changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/changelog b/debian/changelog index 8b71e57..1357378 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ lcd4linux (0.11.0~svn1143-1) UNRELEASED; urgency=low * Bug fix: "script lcd4linux/init.d/lcd4linux missing dependency on $syslog", thanks to Petter Reinholdtsen (Closes: #582825). * add libdbus-1-dev to build depends + * new co-maintainer: Jonathan McCrohan -- Reinhard Tartler Fri, 29 Apr 2011 18:16:11 +0200 -- cgit v1.2.3 From 3edea1bca0238e8f98cabce0d4c1f45167881d98 Mon Sep 17 00:00:00 2001 From: "siretart@tauware.de" <> Date: Fri, 29 Apr 2011 18:25:13 +0200 Subject: add sqlite3-dev to build depends --- debian/changelog | 5 +++-- debian/control | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1357378..c84d8cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -lcd4linux (0.11.0~svn1143-1) UNRELEASED; urgency=low +lcd4linux (0.11.0~svn1143-1) unstable; urgency=low * New upstream snapshot * Bump standards version @@ -9,8 +9,9 @@ lcd4linux (0.11.0~svn1143-1) UNRELEASED; urgency=low $syslog", thanks to Petter Reinholdtsen (Closes: #582825). * add libdbus-1-dev to build depends * new co-maintainer: Jonathan McCrohan + * add sqlite3-dev to build depends - -- Reinhard Tartler Fri, 29 Apr 2011 18:16:11 +0200 + -- Reinhard Tartler Fri, 29 Apr 2011 18:25:10 +0200 lcd4linux (0.10.1~rc2-4) unstable; urgency=low diff --git a/debian/control b/debian/control index 62c3fe0..fa56918 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: libgd2-noxpm-dev, libmysqlclient15-dev, libncurses5-dev, + libsqlite3-dev, libusb-dev, libx11-dev, libxt-dev, -- cgit v1.2.3