--- gmountiso-0.4.orig/debian/Gmount-iso.1 +++ gmountiso-0.4/debian/Gmount-iso.1 @@ -0,0 +1,11 @@ +.TH Gmount 1 "Feb 08, 2007" "0.3" "Gmount" +.SH NAME +Gmount - A tool to easily mount your CD images +.SH SYNOPSIS +.B Gmount +.SH DESCRIPTION +\fBGmount\fP allows you to easily mount your cd images. This is a frontend to the 'mount \-o loop \-t iso9660 foo.iso /mountpoint' command. All you need is to enter the iso path and the mount point in the dedicated fields. +.SH BUGS +Please report bugs to Albin Tonnerre +.SH AUTHOR +This man page was written by Albin Tonnerre for the Debian GNU/Linux system (but may be used by others). --- gmountiso-0.4.orig/debian/changelog +++ gmountiso-0.4/debian/changelog @@ -0,0 +1,40 @@ +gmountiso (0.4-0ubuntu4) trusty; urgency=medium + + * Port to dh_python2. + + -- Dimitri John Ledkov Sun, 26 Jan 2014 21:56:20 +0000 + +gmountiso (0.4-0ubuntu3) intrepid; urgency=low + + * Modify gmount-iso.desktop to make it validate with + desktop-file-validate (LP: #244386) + + -- Nathan Handler Mon, 30 Jun 2008 17:39:57 -0500 + +gmountiso (0.4-0ubuntu2) gutsy; urgency=low + + * Remove debian/Gmount-iso, directly symlink + /usr/share/gmountiso/Gmount-iso.py instead of using a wrapper + + -- Albin Tonnerre Sun, 07 Oct 2007 20:53:33 +0200 + +gmountiso (0.4-0ubuntu1) gutsy; urgency=low + + * New Upstream Release + * Drop debian/patches, applied upstream. Remove simple-patchsys from + debian/rules as well + * debian/install: install Ico_gmount.png in usr/share/gmountiso and use + debian/links to symlink usr/share/pixmaps/Ico_gmount.png to it + * debian/control: + - Build-Depends on python-all rather than python-dev + - Suggest nautilus + * The wrapper script is now called Gmount-iso + + -- Albin Tonnerre Thu, 16 Aug 2007 21:14:10 +0200 + +gmountiso (0.3-0ubuntu1) feisty; urgency=low + + * Initial Release + * Add a copy of the GPL license in the orig tarball + + -- Albin Tonnerre Fri, 21 Feb 2007 15:26:54 +0100 --- gmountiso-0.4.orig/debian/compat +++ gmountiso-0.4/debian/compat @@ -0,0 +1 @@ +5 --- gmountiso-0.4.orig/debian/control +++ gmountiso-0.4/debian/control @@ -0,0 +1,19 @@ +Source: gmountiso +Section: utils +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Albin Tonnerre +Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.43) +Build-Depends-Indep: python-all, dh-python + +Package: gmountiso +Architecture: all +Depends: ${python:Depends}, python-glade2, python-gtk2 +Suggests: nautilus +Description: This is Gmountiso, a PyGTK GUI to mount your cd images + Gmount-iso is a small tool written using PyGTK and Glade. It allows you to + easily mount your cd images. This is a frontend to the 'mount -o loop -t + iso9660 foo.iso /mountpoint' command + . + Homepage: http://www.crans.ens-cachan.fr/Syst%C3%A8meLinux/GmountIso --- gmountiso-0.4.orig/debian/copyright +++ gmountiso-0.4/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Albin Tonnerre (Lutin) on +Thu, 08 Feb 2007 00:15:58 +0100 + +It was downloaded from +http://www.crans.ens-cachan.fr/Syst%C3%A8meLinux/GmountIso + +Upstream Author: Vincent Thomas + +Copyright (C) 2006 Vincent Thomas + +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, Albin Tonnerre (Lutin) +and is licensed under the GPL, see above. --- gmountiso-0.4.orig/debian/install +++ gmountiso-0.4/debian/install @@ -0,0 +1,8 @@ +gmount-iso.desktop usr/share/applications +gmount-iso.glade usr/share/gmountiso +Gmount-iso.py usr/share/gmountiso +Ico_gmount.png usr/share/gmountiso +locale/fr/LC_MESSAGES/Gmount-iso.mo /usr/share/locale/fr/LC_MESSAGES +locale/es/LC_MESSAGES/Gmount-iso.mo /usr/share/locale/es/LC_MESSAGES +locale/it/LC_MESSAGES/Gmount-iso.mo /usr/share/locale/it/LC_MESSAGES +locale/zh/LC_MESSAGES/Gmount-iso.mo /usr/share/locale/zh/LC_MESSAGES --- gmountiso-0.4.orig/debian/links +++ gmountiso-0.4/debian/links @@ -0,0 +1,2 @@ +usr/share/gmountiso/Ico_gmount.png usr/share/pixmaps/Ico_gmount.png +usr/share/gmountiso/Gmount-iso.py usr/bin/Gmount-iso --- gmountiso-0.4.orig/debian/rules +++ gmountiso-0.4/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +DEB_INSTALL_MANPAGES_gmountiso := debian/Gmount-iso.1 + +include /usr/share/cdbs/1/rules/debhelper.mk + +binary-install/gmountiso:: + dh_python2 --- gmountiso-0.4.orig/gmount-iso.desktop +++ gmountiso-0.4/gmount-iso.desktop @@ -4,10 +4,10 @@ Comment=Mount CD-ROM and DVD image iso Comment[fr]=Monte les images CD-ROM et DVD-ROM Exec=Gmount-iso -Terminal=0 +Terminal=false Type=Application -Icon=Ico_gmount.png -Categories=GTK;System +Icon=Ico_gmount +Categories=GTK;System; StartupNotify=true -MimeType=application/x-cd-image +MimeType=application/x-cd-image; X-Ubuntu-Gettext-Domain=Gmount-iso