Author: malex-guest Date: 2011-05-04 08:46:07 +0000 (Wed, 04 May 2011) New Revision: 6761
Added: trunk/packages/cufflinks/trunk/debian/ trunk/packages/cufflinks/trunk/debian/README.Debian trunk/packages/cufflinks/trunk/debian/README.source trunk/packages/cufflinks/trunk/debian/changelog trunk/packages/cufflinks/trunk/debian/compat trunk/packages/cufflinks/trunk/debian/control trunk/packages/cufflinks/trunk/debian/copyright trunk/packages/cufflinks/trunk/debian/docs trunk/packages/cufflinks/trunk/debian/patches/ trunk/packages/cufflinks/trunk/debian/patches/configure.patch trunk/packages/cufflinks/trunk/debian/patches/series trunk/packages/cufflinks/trunk/debian/rules trunk/packages/cufflinks/trunk/debian/source/ trunk/packages/cufflinks/trunk/debian/source/format trunk/packages/cufflinks/trunk/debian/watch Log: initial debian dir for cufflinks package Added: trunk/packages/cufflinks/trunk/debian/README.Debian =================================================================== --- trunk/packages/cufflinks/trunk/debian/README.Debian (rev 0) +++ trunk/packages/cufflinks/trunk/debian/README.Debian 2011-05-04 08:46:07 UTC (rev 6761) @@ -0,0 +1,6 @@ +cufflinks for Debian +-------------------- + +<possible notes regarding this package - if none, delete this file> + + -- Alex Mestiashvili <[email protected]> Tue, 03 May 2011 13:53:19 +0000 Added: trunk/packages/cufflinks/trunk/debian/README.source =================================================================== --- trunk/packages/cufflinks/trunk/debian/README.source (rev 0) +++ trunk/packages/cufflinks/trunk/debian/README.source 2011-05-04 08:46:07 UTC (rev 6761) @@ -0,0 +1,9 @@ +cufflinks for Debian +-------------------- + +<this file describes information about the source package, see Debian policy +manual section 4.14. You WILL either need to modify or delete this file> + + + + Added: trunk/packages/cufflinks/trunk/debian/changelog =================================================================== --- trunk/packages/cufflinks/trunk/debian/changelog (rev 0) +++ trunk/packages/cufflinks/trunk/debian/changelog 2011-05-04 08:46:07 UTC (rev 6761) @@ -0,0 +1,5 @@ +cufflinks (0.9.3-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> + + -- Alex Mestiashvili <[email protected]> Tue, 03 May 2011 13:53:19 +0000 Added: trunk/packages/cufflinks/trunk/debian/compat =================================================================== --- trunk/packages/cufflinks/trunk/debian/compat (rev 0) +++ trunk/packages/cufflinks/trunk/debian/compat 2011-05-04 08:46:07 UTC (rev 6761) @@ -0,0 +1 @@ +7 Added: trunk/packages/cufflinks/trunk/debian/control =================================================================== --- trunk/packages/cufflinks/trunk/debian/control (rev 0) +++ trunk/packages/cufflinks/trunk/debian/control 2011-05-04 08:46:07 UTC (rev 6761) @@ -0,0 +1,17 @@ +Source: cufflinks +Section: science +Priority: optional +Maintainer: Debian Med Packaging Team <[email protected]> +DM-Upload-Allowed: yes +Uploaders: Alex Mestiashvili <[email protected]> +Build-Depends: debhelper (>= 7.0.50~), autotools-dev , libboost-dev (>=1.38.0) , libbam-dev +Standards-Version: 3.9.1 +Homepage: http://cufflinks.cbcb.umd.edu/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/cufflinks/?rev=0&sc=0 +Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/cufflinks/trunk/ + +Package: cufflinks +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: <insert up to 60 chars description> + <insert long description, indented with spaces> Added: trunk/packages/cufflinks/trunk/debian/copyright =================================================================== --- trunk/packages/cufflinks/trunk/debian/copyright (rev 0) +++ trunk/packages/cufflinks/trunk/debian/copyright 2011-05-04 08:46:07 UTC (rev 6761) @@ -0,0 +1,32 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: cufflinks +Source: <url://example.com> + +Files: * +Copyright: <years> <put author's name and email here> + <years> <likewise for another author> +License: GPL-2.0+ + +Files: debian/* +Copyright: 2011 Alex Mestiashvili <[email protected]> +License: GPL-2.0+ + +License: GPL-2.0+ + This package 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 2 of the License, or + (at your option) any later version. + . + This package 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 2 can be found in "/usr/share/common-licenses/GPL-2". + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. Added: trunk/packages/cufflinks/trunk/debian/docs =================================================================== --- trunk/packages/cufflinks/trunk/debian/docs (rev 0) +++ trunk/packages/cufflinks/trunk/debian/docs 2011-05-04 08:46:07 UTC (rev 6761) @@ -0,0 +1 @@ +README Added: trunk/packages/cufflinks/trunk/debian/patches/configure.patch =================================================================== --- trunk/packages/cufflinks/trunk/debian/patches/configure.patch (rev 0) +++ trunk/packages/cufflinks/trunk/debian/patches/configure.patch 2011-05-04 08:46:07 UTC (rev 6761) @@ -0,0 +1,11 @@ +--- cufflinks-0.9.3.orig/configure ++++ cufflinks-0.9.3/configure +@@ -4014,7 +4014,7 @@ + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + +- #include <bam/bam.h> ++ #include <bam.h> + + int + main () Added: trunk/packages/cufflinks/trunk/debian/patches/series =================================================================== --- trunk/packages/cufflinks/trunk/debian/patches/series (rev 0) +++ trunk/packages/cufflinks/trunk/debian/patches/series 2011-05-04 08:46:07 UTC (rev 6761) @@ -0,0 +1 @@ +configure.patch Added: trunk/packages/cufflinks/trunk/debian/rules =================================================================== --- trunk/packages/cufflinks/trunk/debian/rules (rev 0) +++ trunk/packages/cufflinks/trunk/debian/rules 2011-05-04 08:46:07 UTC (rev 6761) @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# 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. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ Property changes on: trunk/packages/cufflinks/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/packages/cufflinks/trunk/debian/source/format =================================================================== --- trunk/packages/cufflinks/trunk/debian/source/format (rev 0) +++ trunk/packages/cufflinks/trunk/debian/source/format 2011-05-04 08:46:07 UTC (rev 6761) @@ -0,0 +1 @@ +3.0 (quilt) Added: trunk/packages/cufflinks/trunk/debian/watch =================================================================== --- trunk/packages/cufflinks/trunk/debian/watch (rev 0) +++ trunk/packages/cufflinks/trunk/debian/watch 2011-05-04 08:46:07 UTC (rev 6761) @@ -0,0 +1,9 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +http://cufflinks.cbcb.umd.edu/downloads/cufflinks-([\d\.]*)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
