Author: tille Date: 2017-01-03 08:52:36 +0000 (Tue, 03 Jan 2017) New Revision: 23484
Modified: trunk/packages/btk-core/trunk/debian/changelog trunk/packages/btk-core/trunk/debian/compat trunk/packages/btk-core/trunk/debian/control trunk/packages/btk-core/trunk/debian/copyright trunk/packages/btk-core/trunk/debian/patches/100-Makefile.am.dpatch trunk/packages/btk-core/trunk/debian/patches/100-btk_core_Makefile.am.dpatch trunk/packages/btk-core/trunk/debian/rules trunk/packages/btk-core/trunk/debian/watch Log: Normalised packaging Modified: trunk/packages/btk-core/trunk/debian/changelog =================================================================== --- trunk/packages/btk-core/trunk/debian/changelog 2017-01-03 08:46:06 UTC (rev 23483) +++ trunk/packages/btk-core/trunk/debian/changelog 2017-01-03 08:52:36 UTC (rev 23484) @@ -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) Modified: trunk/packages/btk-core/trunk/debian/compat =================================================================== --- trunk/packages/btk-core/trunk/debian/compat 2017-01-03 08:46:06 UTC (rev 23483) +++ trunk/packages/btk-core/trunk/debian/compat 2017-01-03 08:52:36 UTC (rev 23484) @@ -1 +1 @@ -5 +10 Modified: trunk/packages/btk-core/trunk/debian/control =================================================================== --- trunk/packages/btk-core/trunk/debian/control 2017-01-03 08:46:06 UTC (rev 23483) +++ trunk/packages/btk-core/trunk/debian/control 2017-01-03 08:52:36 UTC (rev 23484) @@ -1,18 +1,19 @@ Source: btk-core +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Morten Kjeldgaard <[email protected]> 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/ +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 Modified: trunk/packages/btk-core/trunk/debian/copyright =================================================================== --- trunk/packages/btk-core/trunk/debian/copyright 2017-01-03 08:46:06 UTC (rev 23483) +++ trunk/packages/btk-core/trunk/debian/copyright 2017-01-03 08:52:36 UTC (rev 23484) @@ -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 @@ 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'. - - Modified: trunk/packages/btk-core/trunk/debian/patches/100-Makefile.am.dpatch =================================================================== --- trunk/packages/btk-core/trunk/debian/patches/100-Makefile.am.dpatch 2017-01-03 08:46:06 UTC (rev 23483) +++ trunk/packages/btk-core/trunk/debian/patches/100-Makefile.am.dpatch 2017-01-03 08:52:36 UTC (rev 23484) @@ -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 Modified: trunk/packages/btk-core/trunk/debian/patches/100-btk_core_Makefile.am.dpatch =================================================================== --- trunk/packages/btk-core/trunk/debian/patches/100-btk_core_Makefile.am.dpatch 2017-01-03 08:46:06 UTC (rev 23483) +++ trunk/packages/btk-core/trunk/debian/patches/100-btk_core_Makefile.am.dpatch 2017-01-03 08:52:36 UTC (rev 23484) @@ -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 @@ Modified: trunk/packages/btk-core/trunk/debian/rules =================================================================== --- trunk/packages/btk-core/trunk/debian/rules 2017-01-03 08:46:06 UTC (rev 23483) +++ trunk/packages/btk-core/trunk/debian/rules 2017-01-03 08:52:36 UTC (rev 23484) @@ -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 @@ 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))) Modified: trunk/packages/btk-core/trunk/debian/watch =================================================================== --- trunk/packages/btk-core/trunk/debian/watch 2017-01-03 08:46:06 UTC (rev 23483) +++ trunk/packages/btk-core/trunk/debian/watch 2017-01-03 08:52:36 UTC (rev 23484) @@ -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 - -#### _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
