From ee947d2c0a015ef27909d04dd241ee544cfbd50a Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Villemain?= Date: Thu, 8 Aug 2013 18:51:33 +0200 Subject: [PATCH] moving debian build to quilt format --- Makefile | 2 +- debian/changelog | 6 +++ debian/compat | 2 +- debian/copyright | 69 +++++++++++++++++----------------- debian/source/format | 2 +- debian/source/include-binaries | 0 debian/watch | 2 +- 7 files changed, 45 insertions(+), 38 deletions(-) delete mode 100644 debian/source/include-binaries diff --git a/Makefile b/Makefile index 239fdca..ca387c5 100644 --- a/Makefile +++ b/Makefile @@ -63,4 +63,4 @@ deb: make -f debian/rules debian/control dh clean make -f debian/rules orig - debuild -us -uc -sa --source-option="--git-ref=master" + debuild -us -uc -sa diff --git a/debian/changelog b/debian/changelog index 173c3e5..f65fd7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgfincore (1.1.1-2) UNRELEASED; urgency=low + + * Switch to dpkg-source 3.0 (quilt) format + + -- Cédric Villemain Thu, 08 Aug 2013 17:58:22 +0200 + pgfincore (1.1.1-1) unstable; urgency=low * New upstream release diff --git a/debian/compat b/debian/compat index 7ed6ff8..45a4fb7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +8 diff --git a/debian/copyright b/debian/copyright index 402e897..8fc4730 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,38 +1,39 @@ -This package was debianized by Dimitri Fontaine on -Tue, 30 Nov 2010 15:27:25 +0100. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: pgfincore +Source: http://git.postgresql.org/gitweb/?p=pgfincore.git -It was downloaded from http://pgfoundry.org/projects/pgfincore/ +Files: * +Copyright: 2009-2013 Cédric Villemain +License: BSD-3-Clause -Copyright Holders: +Files: debian/* +Copyright: 2013 Cédric Villemain +License: BSD-3-Clause - Copyright (c) 2009-2011 - Cédric Villemain +License: BSD-3-Clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -License: -/* - * Copyright (c) 2009-2011 Cédric Villemain - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. Neither the name of the author nor the names of any co-contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY CONTRIBUTORS ``AS IS'' AND ANY EXPRESS - * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL CONTRIBUTORS BE LIABLE FOR ANY - * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ +This package was originaly debianized by Dimitri Fontaine +on Tue, 30 Nov 2010 15:27:25 +0100. diff --git a/debian/source/format b/debian/source/format index af745b3..89ae9db 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (git) +3.0 (native) diff --git a/debian/source/include-binaries b/debian/source/include-binaries deleted file mode 100644 index e69de29..0000000 diff --git a/debian/watch b/debian/watch index f88771e..82d1568 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://pgfoundry.org/frs/?group_id=1000444 /frs/download.php/[0-9]+/pgfincore-v([0-9.]+).tar.gz debian uupdate +http://pgfoundry.org/frs/?group_id=1000444 /frs/download.php/[0-9]+/pgfincore-(.*)\.tar\.gz debian uupdate -- 2.39.5