--- pdi2iso-0.1.orig/debian/compat +++ pdi2iso-0.1/debian/compat @@ -0,0 +1 @@ +5 --- pdi2iso-0.1.orig/debian/pdi2iso.install +++ pdi2iso-0.1/debian/pdi2iso.install @@ -0,0 +1 @@ +pdi2iso usr/bin/ --- pdi2iso-0.1.orig/debian/changelog +++ pdi2iso-0.1/debian/changelog @@ -0,0 +1,6 @@ +pdi2iso (0.1-0ubuntu1) gutsy; urgency=low + + * Initial release + + -- Cyrille Grosdemange Sun, 15 Apr 2007 03:04:06 +0200 + --- pdi2iso-0.1.orig/debian/docs +++ pdi2iso-0.1/debian/docs @@ -0,0 +1 @@ +CHANGELOG --- pdi2iso-0.1.orig/debian/copyright +++ pdi2iso-0.1/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Cyrille Grosdemange on +Sun, 15 Apr 2007 03:04:06 +0200. + +It was downloaded from http://developer.berlios.de/projects/pdi2iso/ + +Upstream Author: Salvatore Santagati + +Copyright (C) 2005 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. --- pdi2iso-0.1.orig/debian/control +++ pdi2iso-0.1/debian/control @@ -0,0 +1,16 @@ +Source: pdi2iso +Section: utils +Priority: optional +Maintainer: Ubuntu MOTU +XSBC-Original-Maintainer: Cyrille Grosdemange +Build-Depends: cdbs, debhelper (>= 5) +Standards-Version: 3.7.2 + +Package: pdi2iso +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Instant Copy image to ISO image file converter + pdi2iso is a very simple utility to convert an instant copy bin image + to the standard ISO-9660 format. + . + HomePage: http://developer.berlios.de/projects/pdi2iso/ --- pdi2iso-0.1.orig/debian/rules +++ pdi2iso-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 --- pdi2iso-0.1.orig/debian/pdi2iso.1 +++ pdi2iso-0.1/debian/pdi2iso.1 @@ -0,0 +1,17 @@ +.TH PDI2ISO 1 "utils" "April 2007" +.SH NAME +pdi2iso \- convert a Instant Copy image file into standard ISO image file +.SH SYNOPSIS +pdi2iso [OPTION] [BASENAME.pdi] +.SH DESCRIPTION +PDI2ISO is a very simple utility to convert a Instant Copy BIN image +to the standard ISO-9660 format. +.SH OPTIONS +\fB\-\-cue\fR +Generate cue file +.SH AUTHOR +pdi2iso was written by Salvatore Santagati +.PP +This manual page was written by Cyrille Grosdemange +, +for the Debian project (but may be used by others). --- pdi2iso-0.1.orig/debian/pdi2iso.manpages +++ pdi2iso-0.1/debian/pdi2iso.manpages @@ -0,0 +1 @@ +debian/pdi2iso.1