--- cdi2iso-0.1.orig/debian/cdi2iso.manpages +++ cdi2iso-0.1/debian/cdi2iso.manpages @@ -0,0 +1 @@ +debian/cdi2iso.1 --- cdi2iso-0.1.orig/debian/cdi2iso.1 +++ cdi2iso-0.1/debian/cdi2iso.1 @@ -0,0 +1,16 @@ +.TH CDI2ISO 1 "utils" "April 2007" +.SH NAME +cdi2iso \- convert a DiscJuggler image file into standard ISO image file +.SH SYNOPSIS +cdi2iso FILENAME.cdi FILENAME.iso +.SH DESCRIPTION +cdi2iso is a very simple utility to convert a DiscJuggler image +to the standard ISO-9660 format. +.SH OPTIONS +This utility doesn't accept any options. +.SH AUTHOR +cdi2iso was written by Salvatore Santagati +.PP +This manual page was written by Cyrille Grosdemange +, +for the Debian project (but may be used by others). --- cdi2iso-0.1.orig/debian/compat +++ cdi2iso-0.1/debian/compat @@ -0,0 +1 @@ +5 --- cdi2iso-0.1.orig/debian/rules +++ cdi2iso-0.1/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.mk --- cdi2iso-0.1.orig/debian/docs +++ cdi2iso-0.1/debian/docs @@ -0,0 +1 @@ +CHANGELOG --- cdi2iso-0.1.orig/debian/control +++ cdi2iso-0.1/debian/control @@ -0,0 +1,17 @@ +Source: cdi2iso +Section: utils +Priority: optional +Maintainer: Ubuntu MOTU +XSBC-Original-Maintainer: Cyrille Grosdemange +Build-Depends: cdbs, debhelper (>= 5) +Standards-Version: 3.7.2 +Homepage: http://developer.berlios.de/projects/cdi2iso/ + +Package: cdi2iso +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: DiscJuggler image to ISO image file converter + cdi2iso is a very simple utility to convert DiscJuggler image + to the standard ISO-9660 format. + . + Homepage: http://developer.berlios.de/projects/cdi2iso/ --- cdi2iso-0.1.orig/debian/changelog +++ cdi2iso-0.1/debian/changelog @@ -0,0 +1,12 @@ +cdi2iso (0.1-0ubuntu2) quantal; urgency=low + + * debian/control: Added Homepage field. + + -- Radu Stoica Mon, 10 Sep 2012 09:59:58 +0200 + +cdi2iso (0.1-0ubuntu1) gutsy; urgency=low + + * Initial release + + -- Cyrille Grosdemange Thu, 12 Apr 2007 07:08:32 +0200 + --- cdi2iso-0.1.orig/debian/cdi2iso.install +++ cdi2iso-0.1/debian/cdi2iso.install @@ -0,0 +1 @@ +cdi2iso usr/bin/ --- cdi2iso-0.1.orig/debian/copyright +++ cdi2iso-0.1/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Cyrille Grosdemange on +Thu, 12 Apr 2007 07:08:32 +0200. + +It was downloaded from http://developer.berlios.de/projects/cdi2iso/ + +Upstream Author: Salvatore Santagati + +Copyright (C) 2004 Salvatore Santagati + +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) 2007, Cyrille Grosdemange and +is licensed under the GPL, see above.