r44138 - in /packages/ipe-tools/ipe5toxml: ./ tags/ trunk/ trunk/debian/ trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/rules trunk/debian/source/ trunk/debian/source/format trunk/debian/watch

smr at users.alioth.debian.org smr at users.alioth.debian.org
Sun Dec 11 17:58:25 UTC 2011


Author: smr
Date: Sun Dec 11 17:58:24 2011
New Revision: 44138

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44138
Log:
Initial packaging.

Added:
    packages/ipe-tools/ipe5toxml/
    packages/ipe-tools/ipe5toxml/tags/
    packages/ipe-tools/ipe5toxml/trunk/
    packages/ipe-tools/ipe5toxml/trunk/debian/   (with props)
    packages/ipe-tools/ipe5toxml/trunk/debian/changelog
    packages/ipe-tools/ipe5toxml/trunk/debian/compat
    packages/ipe-tools/ipe5toxml/trunk/debian/control
    packages/ipe-tools/ipe5toxml/trunk/debian/copyright
    packages/ipe-tools/ipe5toxml/trunk/debian/rules   (with props)
    packages/ipe-tools/ipe5toxml/trunk/debian/source/
    packages/ipe-tools/ipe5toxml/trunk/debian/source/format
    packages/ipe-tools/ipe5toxml/trunk/debian/watch

Propchange: packages/ipe-tools/ipe5toxml/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/ipe-tools/ipe5toxml/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe-tools/ipe5toxml/trunk/debian/changelog?rev=44138&op=file
==============================================================================
--- packages/ipe-tools/ipe5toxml/trunk/debian/changelog (added)
+++ packages/ipe-tools/ipe5toxml/trunk/debian/changelog Sun Dec 11 17:58:24 2011
@@ -1,0 +1,6 @@
+ipe5toxml (20051114-1) unstable; urgency=low
+
+  * Initial upload.
+
+ -- Steve M. Robbins <smr at debian.org>  Sun, 11 Dec 2011 11:46:41 -0600
+

Added: packages/ipe-tools/ipe5toxml/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe-tools/ipe5toxml/trunk/debian/compat?rev=44138&op=file
==============================================================================
--- packages/ipe-tools/ipe5toxml/trunk/debian/compat (added)
+++ packages/ipe-tools/ipe5toxml/trunk/debian/compat Sun Dec 11 17:58:24 2011
@@ -1,0 +1,1 @@
+8

Added: packages/ipe-tools/ipe5toxml/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe-tools/ipe5toxml/trunk/debian/control?rev=44138&op=file
==============================================================================
--- packages/ipe-tools/ipe5toxml/trunk/debian/control (added)
+++ packages/ipe-tools/ipe5toxml/trunk/debian/control Sun Dec 11 17:58:24 2011
@@ -1,0 +1,21 @@
+Source: ipe5toxml
+Homepage: http://ipe7.sourceforge.net/
+Section: graphics
+Priority: optional
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/ipe-tools/ipe5toxml/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/ipe-tools/ipe5toxml/
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Steve M. Robbins <smr at debian.org>
+Build-Depends: debhelper (>= 8)
+Standards-Version: 3.9.2
+
+Package: ipe5toxml
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: ipe
+Description: converts Ipe5  figures to an XML file readable by Ipe
+ Converts figures that were made with Ipe 5 to the format understood
+ by Ipe 6. You can then run ipe6upgrade (from package ipe) to convert
+ them to Ipe 7 format. Ipe is a drawing editor for creating figures,
+ provided in package ipe.
+

Added: packages/ipe-tools/ipe5toxml/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe-tools/ipe5toxml/trunk/debian/copyright?rev=44138&op=file
==============================================================================
--- packages/ipe-tools/ipe5toxml/trunk/debian/copyright (added)
+++ packages/ipe-tools/ipe5toxml/trunk/debian/copyright Sun Dec 11 17:58:24 2011
@@ -1,0 +1,21 @@
+This package was originally debianized by Steve Robbins <smr at debian.org>
+on December 11, 2011
+
+The package is available from http://sourceforge.net/projects/ipe7/
+
+Copyright (C) 2009-2010 Otfried Cheong
+
+svgtoipe 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.
+
+svgtoipe 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.
+
+This program is available under the terms of the GNU General Public
+License version 3.  The license text may be found in
+/usr/share/common-licenses/GPL-3.
+

Added: packages/ipe-tools/ipe5toxml/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe-tools/ipe5toxml/trunk/debian/rules?rev=44138&op=file
==============================================================================
--- packages/ipe-tools/ipe5toxml/trunk/debian/rules (added)
+++ packages/ipe-tools/ipe5toxml/trunk/debian/rules Sun Dec 11 17:58:24 2011
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_install:
+	dh_install ipe5toxml usr/bin
+

Propchange: packages/ipe-tools/ipe5toxml/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/ipe-tools/ipe5toxml/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe-tools/ipe5toxml/trunk/debian/source/format?rev=44138&op=file
==============================================================================
--- packages/ipe-tools/ipe5toxml/trunk/debian/source/format (added)
+++ packages/ipe-tools/ipe5toxml/trunk/debian/source/format Sun Dec 11 17:58:24 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: packages/ipe-tools/ipe5toxml/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe-tools/ipe5toxml/trunk/debian/watch?rev=44138&op=file
==============================================================================
--- packages/ipe-tools/ipe5toxml/trunk/debian/watch (added)
+++ packages/ipe-tools/ipe5toxml/trunk/debian/watch Sun Dec 11 17:58:24 2011
@@ -1,0 +1,3 @@
+version=3
+
+http://sf.net/ipe7/ipe5toxml-([\d]+)\.tar\.gz




More information about the debian-science-commits mailing list