aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiretart@tauware.de <>2011-04-29 18:15:30 +0200
committersiretart@tauware.de <>2011-04-29 18:15:30 +0200
commita5a52aef608dfe218ce237467b0da4a558fe6c38 (patch)
tree01518f102859dd338dd71451cc9db847aae686e7
parent4c2ec32d985419e17b75a08fbac451564c737d79 (diff)
downloadlcd4linux-a5a52aef608dfe218ce237467b0da4a558fe6c38.tar.gz
normalize fields with wrap-and-sort(1)
-rw-r--r--debian/control28
-rw-r--r--debian/copyright10
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 <siretart@tauware.de>
-Uploaders: Jonathan McCrohan <jmccrohan@gmail.com>
-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 <jmccrohan@gmail.com>
+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 <reinelt@eunet.at>
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.