This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository btk-core.
commit 13d3da4601c32b5f51ca8c1b1a2fa58fd00f9b39 Author: Andreas Tille <[email protected]> Date: Tue Jan 3 08:52:36 2017 +0000 Normalised packaging --- debian/changelog | 2 +- debian/compat | 2 +- debian/control | 19 ++++++++++--------- debian/copyright | 12 ++++-------- debian/patches/100-Makefile.am.dpatch | 8 ++------ debian/patches/100-btk_core_Makefile.am.dpatch | 8 ++------ debian/rules | 12 ------------ debian/watch | 9 +-------- 8 files changed, 21 insertions(+), 51 deletions(-) diff --git a/debian/changelog b/debian/changelog index 13e8f79..87760c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -btk-core (0.8.1-1) unstable; urgency=low +btk-core (0.8.1-1) UNRELEASED; urgency=low [ Morten Kjeldgaard ] * Modified for upload to Debian (Closes #459753) diff --git a/debian/compat b/debian/compat index 7ed6ff8..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +10 diff --git a/debian/control b/debian/control index 4470cfb..9c79a8c 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,19 @@ Source: btk-core -Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Morten Kjeldgaard <[email protected]> -DM-Upload-Allowed: yes -Homepage: http://sourceforge.net/projects/btk/ -Build-Depends: debhelper (>= 5), dpatch, automake, libboost-dev -Standards-Version: 3.7.3 -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/btk-core/trunk/ -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/btk-core/trunk/ +Section: science +Priority: optional +Build-Depends: debhelper (>= 10), + automake, + libboost-dev +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/btk-core/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/btk-core/trunk/ +Homepage: http://btk.sourceforge.net/ Package: libbtk-core-dev Architecture: any -Depends: libboost-dev +Depends: libboost-dev Description: Biomolecule Toolkit C++ library The Biomolecule Toolkit is a library for modeling biological macromolecules such as proteins, DNA and RNA. It provides a C++ interface diff --git a/debian/copyright b/debian/copyright index cc6f620..339a8b6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,9 +1,7 @@ -X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat -X-Debianized-By: Morten Kjeldgaard <[email protected]> -X-Debianized-Date: Sun, 10 Jun 2007 16:13:07 +0000. -X-Source-Downloaded-From: http://sourceforge.net/projects/btk/ -X-Upstream-Author: Tim Robertson <[email protected]>, - Chris Saunders <[email protected]> +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Contact: Tim Robertson <[email protected]>, + Chris Saunders <[email protected]> +Source: http://sourceforge.net/projects/btk/ Files: btk/*, examples/*, tests/* Copyright: 2006 Tim Robertson, Chris Saunders, Alex Morozov, Eric Alm @@ -29,5 +27,3 @@ License: LGPL-2.1+ X-Comment: On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. - - diff --git a/debian/patches/100-Makefile.am.dpatch b/debian/patches/100-Makefile.am.dpatch index b66d4d0..30782f6 100644 --- a/debian/patches/100-Makefile.am.dpatch +++ b/debian/patches/100-Makefile.am.dpatch @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 100-Makefile.am.dpatch by Morten Kjeldgaard <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Remove the uninstall-hook in top level Makefile.am +Author: Morten Kjeldgaard <[email protected]> +Description: Remove the uninstall-hook in top level Makefile.am -@DPATCH@ diff -urNad btk-core-0.8~/Makefile.am btk-core-0.8/Makefile.am --- btk-core-0.8~/Makefile.am 2007-06-21 18:49:04.000000000 +0000 +++ btk-core-0.8/Makefile.am 2007-06-21 18:49:42.000000000 +0000 diff --git a/debian/patches/100-btk_core_Makefile.am.dpatch b/debian/patches/100-btk_core_Makefile.am.dpatch index bde414c..dc284e6 100644 --- a/debian/patches/100-btk_core_Makefile.am.dpatch +++ b/debian/patches/100-btk_core_Makefile.am.dpatch @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 100-btk_core_Makefile.am.dpatch by Morten Kjeldgaard <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Use $DESTDIR in this Makefile.am +Author: Morten Kjeldgaard <[email protected]> +Description: Use $DESTDIR in this Makefile.am -@DPATCH@ --- foo/btk/core/Makefile.am 2006-10-27 02:37:24.000000000 +0000 +++ foo/btk/core/Makefile.am.new 2007-06-10 16:51:49.000000000 +0000 @@ -85,16 +85,17 @@ diff --git a/debian/rules b/debian/rules index 6ca071e..d15a97e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,14 +1,4 @@ #!/usr/bin/make -f -# -*- mode: makefile; mode: font-lock -*- -# -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. -# -# Modified to make a template file for a multi-binary package with separated -# build-arch and build-indep targets by Bill Allombert 2001 -# Modified to build btk-core package by Morten Kjeldgaard June, 2007 # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -21,8 +11,6 @@ export DH_OPTIONS DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -include /usr/share/dpatch/dpatch.make - CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) diff --git a/debian/watch b/debian/watch index 7cc7c86..85e4705 100644 --- a/debian/watch +++ b/debian/watch @@ -1,10 +1,3 @@ -# This file is an input file for uscan (1) to check for upstream updates -# and more. See uscan(1) for format +version=4 -# Compulsory line, this is a version 3 file -version=3 - -# Find new files on sourceforge, for debscripts >= 2.9 http://sf.net/btk/btk_core-(.*)\.tar\.gz - -#### -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/btk-core.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
