From d44baed8c3bfa0ee6bed5c1fdf6a74fadda404f8 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Mon, 9 Dec 2013 16:07:10 +0100 Subject: [PATCH] Desultory cleaning of the debian packaging. --- .gitignore | 3 ++- debian/control | 2 +- debian/copyright | 36 +++++++++++++++++------------------- debian/files | 1 - debian/rules | 2 +- 5 files changed, 21 insertions(+), 23 deletions(-) delete mode 100644 debian/files diff --git a/.gitignore b/.gitignore index 5dbaa80..90c470f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ pgloader.html pgloader.pdf debian/pgloader.debhelper.log debian/pgloader.substvars -debian/pgloader/ \ No newline at end of file +debian/pgloader/ +debian/files diff --git a/debian/control b/debian/control index 99630f9..eed057a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pgloader Section: database Priority: extra Maintainer: Dimitri Fontaine -Build-Depends: debhelper (>= 8.0.0) +Build-Depends: debhelper (>= 8.0.0), sbcl (>= 1.1.13) Standards-Version: 3.9.3 Homepage: https://github.com/dimitri/pgloader Vcs-Git: https://github.com/dimitri/pgloader.git diff --git a/debian/copyright b/debian/copyright index c09eeb9..fd2688b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,22 +4,20 @@ Source: https://github.com/dimitri/pgloader Files: * Copyright: 2013 Dimitri Fontaine - -License: The PostgreSQL Licence - -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose, without fee, and without a written agreement -is hereby granted, provided that the above copyright notice and this -paragraph and the following two paragraphs appear in all copies. - -IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING -LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, -EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - -THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN -"AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. \ No newline at end of file +License: + Permission to use, copy, modify, and distribute this software and its + documentation for any purpose, without fee, and without a written agreement + is hereby granted, provided that the above copyright notice and this + paragraph and the following two paragraphs appear in all copies. + . + IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR + DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING + LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS + DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + . + THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON + AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO + PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. \ No newline at end of file diff --git a/debian/files b/debian/files deleted file mode 100644 index 217ef5a..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -pgloader_3.0.94-1_amd64.deb database extra diff --git a/debian/rules b/debian/rules index c4c5369..161f4ea 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 +#export DH_VERBOSE=1 PKGVERS = $(shell dpkg-parsechangelog | awk -F '[:-]' '/^Version:/ { print substr($$2, 2) }') EXCLUDE = --exclude-vcs --exclude=debian --exclude=build