Author: plessy Date: 2011-08-14 01:29:20 +0000 (Sun, 14 Aug 2011) New Revision: 7453
Added: trunk/packages/circos-tools/tags/0.16-1/ trunk/packages/circos-tools/tags/0.16-1/debian/control trunk/packages/circos-tools/tags/0.16-1/debian/rules Removed: trunk/packages/circos-tools/tags/0.16-1/debian/control trunk/packages/circos-tools/tags/0.16-1/debian/rules Log: [svn-buildpackage] Tagging circos-tools 0.16-1 Deleted: trunk/packages/circos-tools/tags/0.16-1/debian/control =================================================================== --- trunk/packages/circos-tools/trunk/debian/control 2011-08-14 00:34:28 UTC (rev 7449) +++ trunk/packages/circos-tools/tags/0.16-1/debian/control 2011-08-14 01:29:20 UTC (rev 7453) @@ -1,22 +0,0 @@ -Source: circos-tools -Section: science -Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Olivier Sallou <[email protected]>, -DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 8.0.0) -Standards-Version: 3.9.2 -Homepage: http://circos.ca/ -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/circos-tools/trunk/ -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/circos-tools/ - -Package: circos-tools -Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, circos (>= 0.54-1) -Description: Helper tools for Circos - Circos visualizes data in a circular layout — this makes Circos - ideal for exploring relationships between objects or positions. - . - This package contains the following helper tools designed to aid you in - processing your data: binlinks, bundlelinks, categoryviewer, colorinterpolate - filterlinks, maketutorialimages, orderchr, randomlinks, resample, tableviewer. Copied: trunk/packages/circos-tools/tags/0.16-1/debian/control (from rev 7451, trunk/packages/circos-tools/trunk/debian/control) =================================================================== --- trunk/packages/circos-tools/tags/0.16-1/debian/control (rev 0) +++ trunk/packages/circos-tools/tags/0.16-1/debian/control 2011-08-14 01:29:20 UTC (rev 7453) @@ -0,0 +1,22 @@ +Source: circos-tools +Section: science +Priority: optional +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Olivier Sallou <[email protected]>, +DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 8.0.0) +Standards-Version: 3.9.2 +Homepage: http://circos.ca/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/circos-tools/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/circos-tools/ + +Package: circos-tools +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, circos +Description: Helper tools for Circos + Circos visualizes data in a circular layout — this makes Circos + ideal for exploring relationships between objects or positions. + . + This package contains the following helper tools designed to aid you in + processing your data: binlinks, bundlelinks, categoryviewer, colorinterpolate + filterlinks, maketutorialimages, orderchr, randomlinks, resample, tableviewer. Deleted: trunk/packages/circos-tools/tags/0.16-1/debian/rules =================================================================== --- trunk/packages/circos-tools/trunk/debian/rules 2011-08-14 00:34:28 UTC (rev 7449) +++ trunk/packages/circos-tools/tags/0.16-1/debian/rules 2011-08-14 01:29:20 UTC (rev 7453) @@ -1,26 +0,0 @@ -#!/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 $@ - -override_dh_install: - dh_install - # Update circos relative path to absolute debian paths - find debian/circos-tools -type f \ - | xargs sed -i \ - -e 's,include etc,include /usr/share/circos/etc,g' \ - -e 's,include fonts,include /usr/share/circos/fonts,g' \ - -e 's,include svg,include /usr/share/circos/svg,g' \ - -e 's,include tiles,include /usr/share/circos/tiles,g' \ - -e 's,include data,include /var/lib/circos/data,g' \ - -e 's,home/martink/bin/perl,usr/bin/perl,g' \ - -e 's,bin/env,usr/bin/env,g' Copied: trunk/packages/circos-tools/tags/0.16-1/debian/rules (from rev 7452, trunk/packages/circos-tools/trunk/debian/rules) =================================================================== --- trunk/packages/circos-tools/tags/0.16-1/debian/rules (rev 0) +++ trunk/packages/circos-tools/tags/0.16-1/debian/rules 2011-08-14 01:29:20 UTC (rev 7453) @@ -0,0 +1,19 @@ +#!/usr/bin/make -f +%: + dh $@ + +override_dh_install: + dh_install + # Update circos relative path to absolute debian paths + find debian/circos-tools -type f \ + | xargs sed -i \ + -e 's,include etc,include /usr/share/circos/etc,g' \ + -e 's,include fonts,include /usr/share/circos/fonts,g' \ + -e 's,include svg,include /usr/share/circos/svg,g' \ + -e 's,include tiles,include /usr/share/circos/tiles,g' \ + -e 's,include data,include /var/lib/circos/data,g' \ + -e 's,home/martink/bin/perl,usr/bin/perl,g' \ + -e 's,bin/env,usr/bin/env,g' + +override_dh_builddeb: + dh_builddeb -- -Z xz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
