Author: tille Date: 2012-08-10 08:08:13 +0000 (Fri, 10 Aug 2012) New Revision: 12019
Added: trunk/packages/entangle/ trunk/packages/entangle/trunk/ trunk/packages/entangle/trunk/debian/ trunk/packages/entangle/trunk/debian/changelog trunk/packages/entangle/trunk/debian/compat trunk/packages/entangle/trunk/debian/control trunk/packages/entangle/trunk/debian/copyright trunk/packages/entangle/trunk/debian/rules trunk/packages/entangle/trunk/debian/source/ trunk/packages/entangle/trunk/debian/source/format trunk/packages/entangle/trunk/debian/watch trunk/packages/imagej/tags/1.47a-1/ Removed: trunk/packages/imagej/tags/1.44n-1/ trunk/packages/imagej/tags/1.45e-1/ Log: Inject entangle packaging (as well as forgotten commit of tagging imagej) Added: trunk/packages/entangle/trunk/debian/changelog =================================================================== --- trunk/packages/entangle/trunk/debian/changelog (rev 0) +++ trunk/packages/entangle/trunk/debian/changelog 2012-08-10 08:08:13 UTC (rev 12019) @@ -0,0 +1,5 @@ +entangle (0.4.0-1) unstable; urgency=low + + * Initial release (Closes: #<bug>) + + -- Andreas Tille <[email protected]> Fri, 10 Aug 2012 08:43:04 +0200 Added: trunk/packages/entangle/trunk/debian/compat =================================================================== --- trunk/packages/entangle/trunk/debian/compat (rev 0) +++ trunk/packages/entangle/trunk/debian/compat 2012-08-10 08:08:13 UTC (rev 12019) @@ -0,0 +1 @@ +9 Added: trunk/packages/entangle/trunk/debian/control =================================================================== --- trunk/packages/entangle/trunk/debian/control (rev 0) +++ trunk/packages/entangle/trunk/debian/control 2012-08-10 08:08:13 UTC (rev 12019) @@ -0,0 +1,21 @@ +Source: entangle +Section: science +Priority: optional +Maintainer: Debian Med Packaging Team <[email protected]> +DM-Upload-Allowed: yes +Uploaders: Andreas Tille <[email protected]> +Build-Depends: debhelper (>= 9), autotools-dev, libgtk-3-dev, libgphoto2-2-dev, + libgudev-1.0-dev, libdbus-glib-1-dev, liblcms1-dev, libgexiv2-dev, + libgirepository1.0-dev, libpeas-dev, intltool +Standards-Version: 3.9.3 +Homepage: http://entangle-photo.org/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/entangle/trunk/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/entangle/trunk/ + +Package: entangle +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: tethered camera control & capture + Entangle provides a graphical interface for “tethered shooting”, aka + taking photographs with a digital camera completely controlled from the + computer. Added: trunk/packages/entangle/trunk/debian/copyright =================================================================== --- trunk/packages/entangle/trunk/debian/copyright (rev 0) +++ trunk/packages/entangle/trunk/debian/copyright 2012-08-10 08:08:13 UTC (rev 12019) @@ -0,0 +1,30 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Entangle +Upstream-Contact: Daniel P. Berrange <[email protected]> +Source: http://entangle-photo.org/download/sources/ + +Files: * +Copyright: © 2009-2012 Daniel P. Berrange <[email protected]> + Thilo Bangert <[email protected]> +License: GPL-3+ + +Files: debian/* +Copyright: © 2012 Andreas Tille <[email protected]> +License: GPL-3+ + +License: GPL-3+ + 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 3 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 + along with this program. If not, see <http://www.gnu.org/licenses/>. + . + On Debian systems, the complete text of the GNU General Public + License version 3 can be found in ‘/usr/share/common-licenses/GPL-3’. Added: trunk/packages/entangle/trunk/debian/rules =================================================================== --- trunk/packages/entangle/trunk/debian/rules (rev 0) +++ trunk/packages/entangle/trunk/debian/rules 2012-08-10 08:08:13 UTC (rev 12019) @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +# DH_VERBOSE := 1 + +%: + dh $@ --with autotools_dev + +override_dh_auto_clean: + [ ! -f Makefile ] || dh_auto_clean + \ No newline at end of file Property changes on: trunk/packages/entangle/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/packages/entangle/trunk/debian/source/format =================================================================== --- trunk/packages/entangle/trunk/debian/source/format (rev 0) +++ trunk/packages/entangle/trunk/debian/source/format 2012-08-10 08:08:13 UTC (rev 12019) @@ -0,0 +1 @@ +3.0 (quilt) Added: trunk/packages/entangle/trunk/debian/watch =================================================================== --- trunk/packages/entangle/trunk/debian/watch (rev 0) +++ trunk/packages/entangle/trunk/debian/watch 2012-08-10 08:08:13 UTC (rev 12019) @@ -0,0 +1,2 @@ +version=3 +http://entangle-photo.org/download/sources/entangle-([.\d]+)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
