--- mi2svg-0.1.6.orig/debian/watch +++ mi2svg-0.1.6/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://iki.fi/toni.ruottu/mi2svg/mi2svg-(.*)\.tar\.gz --- mi2svg-0.1.6.orig/debian/compat +++ mi2svg-0.1.6/debian/compat @@ -0,0 +1 @@ +5 --- mi2svg-0.1.6.orig/debian/changelog +++ mi2svg-0.1.6/debian/changelog @@ -0,0 +1,6 @@ +mi2svg (0.1.6-0ubuntu1) intrepid; urgency=low + + * Initial release (LP: #199633). + + -- Toni Ruottu Tue, 17 Jun 2008 16:15:56 +0300 + --- mi2svg-0.1.6.orig/debian/rules +++ mi2svg-0.1.6/debian/rules @@ -0,0 +1,26 @@ +#!/usr/bin/make -f + +.PHONY: build binary-arch binary binary-indep clean + +build: + +binary-arch: + +binary: binary-indep + +binary-indep: + dh_clean + dh_installdirs + /bin/sh install.sh debian/mi2svg/usr + dh_installdocs AUTHORS + dh_installchangelogs ChangeLog + dh_compress + dh_installdeb + dh_perl + dh_gencontrol + dh_fixperms + dh_md5sums + dh_builddeb + +clean: + dh_clean --- mi2svg-0.1.6.orig/debian/copyright +++ mi2svg-0.1.6/debian/copyright @@ -0,0 +1,33 @@ + This package was ubuntunized by Toni Ruottu on + Tue, 17 Jun 2008 16:15:56 +0300 + + It is being currently maintained for Ubuntu by Ubuntu MOTU Developers + + + It was downloaded from: http://iki.fi/toni.ruottu/mi2svg/ + + Copyright 2005, 2006 Research Institute for the Languages of Finland + + mi2svg was written by Toni Ruottu in 2005 and 2006 for Research + Institute for the Languages of Finland, which is the copyright + holder of the original mi2svg. Ruottu got a written permission + from the copyright holder to publish the work under GNU GPL. + + License: + + 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 2 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. + + On Ubuntu systems, the complete text of the GNU General Public + License can be found in `/usr/share/common-licenses/GPL'. + + The Ubuntu packaging is (C) 2008, Toni Ruottu + and is released under GNU GPL. + --- mi2svg-0.1.6.orig/debian/control +++ mi2svg-0.1.6/debian/control @@ -0,0 +1,19 @@ +Source: mi2svg +Section: graphics +Priority: optional +XSBC-Original-Maintainer: Toni Ruottu +Maintainer: Ubuntu MOTU Developers +Standards-Version: 3.8.0 +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: gettext +Homepage: http://iki.fi/toni.ruottu/mi2svg/ + +Package: mi2svg +Architecture: all +Depends: ${perl:Depends}, man-db (>= 2.5), liblocale-gettext-perl +Description: a tool for creating svg presentations of Mapinfo mif/mid maps + mi2svg is a free tool written in perl for creating svg (Scalable Vector + Graphics) presentations of maps stored in MapInfo Interchange Format. Generated + svg output uses same coordinates as the original mif input. Database entries of + objects visible on the map are saved as class names, allowing accurate css + styling of elements according to data from their database entry.