--- figtoipe-20080517.orig/debian/install +++ figtoipe-20080517/debian/install @@ -0,0 +1 @@ +figtoipe usr/bin --- figtoipe-20080517.orig/debian/copyright +++ figtoipe-20080517/debian/copyright @@ -0,0 +1,38 @@ +This package was debianized by Alexander Bürger on +Sat, 26 Apr 2008 12:49:15 +0200. + +It was downloaded from http://tclab.kaist.ac.kr/ipe + +Upstream Author: + + Otfried Cheong + +Current Maintainer: + + Alexander Bürger + +Copyright: + + Copyright (C) 1993-2008 Otfried Cheong + +License: + + 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2008, Alexander Bürger and +is licensed under the GPL, see above. --- figtoipe-20080517.orig/debian/watch +++ figtoipe-20080517/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://luaforge.net/frs/?group_id=305 /frs/download.php/.*/figtoipe-([\d\.]+)\.tar\.gz --- figtoipe-20080517.orig/debian/control +++ figtoipe-20080517/debian/control @@ -0,0 +1,15 @@ +Source: figtoipe +Section: graphics +Priority: extra +Maintainer: Alexander Bürger +Build-Depends: cdbs, debhelper (>= 5), libz-dev +Standards-Version: 3.7.3 +Homepage: http://tclab.kaist.ac.kr/ipe + +Package: figtoipe +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: netpbm, ipe +Description: convert FIG files to XML files for ipe + Figtoipe is a program that reads FIG files (as generated by xfig) and + generates an XML file readable by Ipe. --- figtoipe-20080517.orig/debian/changelog +++ figtoipe-20080517/debian/changelog @@ -0,0 +1,7 @@ +figtoipe (20080517-1) unstable; urgency=low + + * Initial release of figtoipe as a separate debian package, as it + disappeared from the ipe package recently (Closes: #481022). + + -- Alexander Bürger Tue, 21 May 2008 00:30:04 +0200 + --- figtoipe-20080517.orig/debian/compat +++ figtoipe-20080517/debian/compat @@ -0,0 +1 @@ +5 --- figtoipe-20080517.orig/debian/postrm +++ figtoipe-20080517/debian/postrm @@ -0,0 +1,10 @@ +#!/bin/sh + +#DEBHELPER# + +if [ remove = "$1" ]; then + dpkg-divert --package figtoipe --remove --rename \ + --divert /usr/bin/figtoipe.distrib /usr/bin/figtoipe + dpkg-divert --package figtoipe --remove --rename \ + --divert /usr/share/man/man1/figtoipe.distrib.1.gz /usr/share/man/man1/figtoipe.1.gz +fi --- figtoipe-20080517.orig/debian/preinst +++ figtoipe-20080517/debian/preinst @@ -0,0 +1,10 @@ +#!/bin/sh + +if [ install = "$1" ]; then + dpkg-divert --package figtoipe --add --rename \ + --divert /usr/bin/figtoipe.distrib /usr/bin/figtoipe + dpkg-divert --package figtoipe --add --rename \ + --divert /usr/share/man/man1/figtoipe.distrib.1.gz /usr/share/man/man1/figtoipe.1.gz +fi + +#DEBHELPER# --- figtoipe-20080517.orig/debian/rules +++ figtoipe-20080517/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.mk + +DEB_INSTALL_MANPAGES_figtoipe := figtoipe.1