reverted: --- pysdm-0.4/data/pysdm.desktop +++ pysdm-0.4.orig/data/pysdm.desktop @@ -7,7 +7,7 @@ Comment[es]=Configurar los dispositivos de almacenamiento Type=Application Exec=gksudo /usr/bin/pysdm +Icon=gnome-dev-harddisk.png +Terminal=False +Categories=Application;System;Settings -Icon=gnome-dev-harddisk -Terminal=false -Categories=Application;System;Settings; StartupNotify=true reverted: --- pysdm-0.4/debian/control +++ pysdm-0.4.orig/debian/control @@ -1,16 +0,0 @@ -Source: pysdm -Section: admin -Priority: optional -Maintainer: Ubuntu MOTU Developers -XSBC-Original-Maintainer: Jaime Soriano Pastor -Build-Depends-Indep: debhelper (>= 4.0.0), intltool -Standards-Version: 3.6.2 - -Package: pysdm -Architecture: all -Depends: ${python:Depends}, libblkid1 -Description: Graphical Storage Device Manager - PySDM is a PyGTK Storage Device Manager that allows full customization of hard - disk mountpoints whitout manually access to fstab. - It also allows the creation of udev rules for dynamic configuration of storage - devices reverted: --- pysdm-0.4/debian/changelog +++ pysdm-0.4.orig/debian/changelog @@ -1,88 +0,0 @@ -pysdm (0.4-1ubuntu3) hardy; urgency=low - - * Added watch file (LP: #180390) - - -- Steve Stalcup Fri, 04 Jan 2008 12:25:29 -0500 - -pysdm (0.4-1ubuntu2) feisty; urgency=low - - * Rebuild for python2.5 as the default python version. - - -- Matthias Klose Fri, 12 Jan 2007 13:20:58 +0000 - -pysdm (0.4-1ubuntu1) dapper; urgency=low - - * Edited the desktop file to validate - - -- Emmet Hikory Mon, 8 May 2006 11:56:07 +0900 - -pysdm (0.4-1) breezy; urgency=low - - * File systems can be removed from fstab - * Partitions whithout fstab entry can have udev rules now - * Preserve fstab comments and empty lines - * File systems can be unmounted now - * (no)diratime option added - * Fixed some fstab formatting bugs - * Fixed blkid caching problem - * Fixed default options - * Fixed XFS quota options - * Fixed exception when all default options are selected - * Spanish l10n updated - - -- Jaime Soriano Pastor Sat, 3 Sep 2005 18:33:04 +0200 - -pysdm (0.3.9.1-1) unstable; urgency=low - - * udev management - - -- Jaime Soriano Pastor Fri, 2 Sep 2005 23:43:24 +0200 - -pysdm (0.3.9-1) unstable; urgency=low - - * udev management (unstable) - - -- Jaime Soriano Pastor Fri, 2 Sep 2005 17:04:48 +0200 - -pysdm (0.3.1-1) unstable; urgency=low - - * Fixed formatting of fstab - * Fixed mounting of new configured partitions - * Fixed /none bug - * Mount button is named "Remount" if file system is mounted - * Actualized spanish l10n - - -- Jaime Soriano Pastor Thu, 1 Sep 2005 12:21:19 +0200 - -pysdm (0.3-1) unstable; urgency=low - - * i18n and l10n support - * spanish l10n - * mount button - * root filesystem options configurable - - -- Jaime Soriano Pastor Wed, 31 Aug 2005 15:10:03 +0200 - -pysdm (0.2.1-1) unstable; urgency=low - - * User/Advanced tabbed options dialog - * Fixed default button bug - * Support for ext2, ext3, fat, vfat, msdos, ntfs, reiserfs, swap and xfs - special options - - -- Jaime Soriano Pastor Tue, 30 Aug 2005 01:19:21 +0200 - -pysdm (0.2-1) unstable; urgency=low - - * PySDM doesn't destroy now fstab - * New options interface - * Changed install dir to /usr/share/pysdm - - -- Jaime Soriano Pastor Mon, 29 Aug 2005 14:43:48 +0200 - -pysdm (0.1-1) unstable; urgency=low - - * Initial release. - - -- Jaime Soriano Pastor Wed, 24 Aug 2005 14:44:40 +0200 - reverted: --- pysdm-0.4/debian/watch +++ pysdm-0.4.orig/debian/watch @@ -1,3 +0,0 @@ -version=3 - -http://sf.net/pysdm/pysdm-([0-9].*)\.tar\.gz debian uupdate reverted: --- pysdm-0.4/debian/pysdm.8 +++ pysdm-0.4.orig/debian/pysdm.8 @@ -1,18 +0,0 @@ -.TH PYSDM 8 -.SH NAME -pysdm \- PyGTK Storage Device Manager -.SH SYNOPSIS -.B pysdm -.br -.SH DESCRIPTION -PySDM is a Storage Device Manager that allows full customization of hard disk mountpoints without manually access to fstab. -.SH SEE ALSO -.BR mount (8), -.BR umount (8), -.BR fstab(5). -.br -.SH AUTHOR -pysdm was written by Jaime Soriano Pastor -.PP -This manual page was written by Jaime Soriano Pastor , -for the Ubuntu project (but may be used by others). reverted: --- pysdm-0.4/debian/rules +++ pysdm-0.4.orig/debian/rules @@ -1,59 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - - -config.status: configure - dh_testdir - # Add here commands to configure the package. - ./configure --prefix=/usr - -build: build-stamp - -build-stamp: config.status - $(MAKE) - dh_testdir - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp - - -$(MAKE) distclean - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_installdirs - dh_clean - - # Add here commands to install the package into debian/pysdm. - $(MAKE) install DESTDIR=$(CURDIR)/debian/pysdm - - -# Build architecture-independent files here. -binary-indep: build install - dh_testdir - dh_testroot - dh_python -i - dh_installchangelogs ChangeLog -i - dh_installdocs -i - dh_installman -i - dh_installmanpages -i - dh_compress -i - dh_fixperms -i - dh_installdeb -i - dh_shlibdeps -i - dh_gencontrol -i - dh_md5sums -i - dh_builddeb -i - -binary-arch: - -binary: binary-indep -.PHONY: build clean binary-arch binary-indep install reverted: --- pysdm-0.4/debian/compat +++ pysdm-0.4.orig/debian/compat @@ -1 +0,0 @@ -4 reverted: --- pysdm-0.4/debian/pysdm.postinst +++ pysdm-0.4.orig/debian/pysdm.postinst @@ -1,7 +0,0 @@ -#!/bin/sh -e -#DEBHELPER# - -if [ "$1" = "configure" ]; then - [ -e /etc/udev/user.rules ] || touch /etc/udev/user.rules - [ -e /etc/udev/rules.d/z80_user.rules ] || ln -s ../user.rules /etc/udev/rules.d/z80_user.rules -fi reverted: --- pysdm-0.4/debian/copyright +++ pysdm-0.4.orig/debian/copyright @@ -1,11 +0,0 @@ -This package was debianized by Jaime Soriano Pastor on -Wed, 24 Aug 2005 14:44:40 +0200. - -It was downloaded from http://sourceforge.net/projects/pysdm - -This software is copyrigth (c) 2005 by Jaume Soriano Pastor - -You are free to distribute this software under the terms of -the GNU General Public License. -On Debian systems, the complete text of the GNU General Public -License can be found in the file `/usr/share/common-licenses/GPL-2'. only in patch2: unchanged: --- pysdm-0.4.1.orig/debian/watch +++ pysdm-0.4.1/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://sf.net/pysdm/pysdm-([0-9].*)\.tar\.gz debian uupdate only in patch2: unchanged: --- pysdm-0.4.1.orig/debian/compat +++ pysdm-0.4.1/debian/compat @@ -0,0 +1 @@ +5 only in patch2: unchanged: --- pysdm-0.4.1.orig/debian/rules +++ pysdm-0.4.1/debian/rules @@ -0,0 +1,50 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +config.status: configure + dh_testdir + ./configure --prefix=/usr + +build: build-stamp + +build-stamp: config.status + $(MAKE) + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_installdirs + dh_clean + $(MAKE) install DESTDIR=$(CURDIR)/debian/pysdm + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installman debian/pysdm.8 + dh_compress + dh_fixperms + dh_pysupport + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: + +binary: binary-indep +.PHONY: build clean binary-arch binary-indep install only in patch2: unchanged: --- pysdm-0.4.1.orig/debian/copyright +++ pysdm-0.4.1/debian/copyright @@ -0,0 +1,11 @@ +This package was debianized by Jaime Soriano Pastor on +Wed, 24 Aug 2005 14:44:40 +0200. + +It was downloaded from http://sourceforge.net/projects/pysdm + +This software is copyrigth (c) 2005 by Jaume Soriano Pastor + +You are free to distribute this software under the terms of +the GNU General Public License. +On Debian systems, the complete text of the GNU General Public +License can be found in the file `/usr/share/common-licenses/GPL-2'. only in patch2: unchanged: --- pysdm-0.4.1.orig/debian/pysdm.8 +++ pysdm-0.4.1/debian/pysdm.8 @@ -0,0 +1,18 @@ +.TH PYSDM 8 +.SH NAME +pysdm \- PyGTK Storage Device Manager +.SH SYNOPSIS +.B pysdm +.br +.SH DESCRIPTION +PySDM is a Storage Device Manager that allows full customization of hard disk mountpoints without manually access to fstab. +.SH SEE ALSO +.BR mount (8), +.BR umount (8), +.BR fstab(5). +.br +.SH AUTHOR +pysdm was written by Jaime Soriano Pastor +.PP +This manual page was written by Jaime Soriano Pastor , +for the Ubuntu project (but may be used by others). only in patch2: unchanged: --- pysdm-0.4.1.orig/debian/control +++ pysdm-0.4.1/debian/control @@ -0,0 +1,18 @@ +Source: pysdm +Section: admin +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Jaime Soriano Pastor +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: python-support (>= 0.5.3), intltool +Standards-Version: 3.7.3 +Homepage: http://pysdm.sourceforge.net + +Package: pysdm +Architecture: all +Depends: ${python:Depends}, libblkid1, python-gtk2, python-glade2 +Description: Graphical Storage Device Manager + PySDM is a PyGTK Storage Device Manager that allows full customization of hard + disk mountpoints whitout manually access to fstab. + It also allows the creation of udev rules for dynamic configuration of storage + devices only in patch2: unchanged: --- pysdm-0.4.1.orig/debian/pysdm.postinst +++ pysdm-0.4.1/debian/pysdm.postinst @@ -0,0 +1,7 @@ +#!/bin/sh -e +#DEBHELPER# + +if [ "$1" = "configure" ]; then + [ -e /etc/udev/user.rules ] || touch /etc/udev/user.rules + [ -e /etc/udev/rules.d/z80_user.rules ] || ln -s ../user.rules /etc/udev/rules.d/z80_user.rules +fi only in patch2: unchanged: --- pysdm-0.4.1.orig/debian/changelog +++ pysdm-0.4.1/debian/changelog @@ -0,0 +1,116 @@ +pysdm (0.4.1-0ubuntu1) hardy; urgency=low + + * New upstream release: + - Some GUI changes for better GNOME HIG compliance + - Show a dialog when not root user and close + - Confirmation dialog added when removing udev rule + - Fixed pysdm.desktop thanks to Emmet Hikory + - Fixed is_mountable() and get_vfstype() functions in blkid.py + - Fixed block.dev detection by major minor + * debian/compat: Bumped to level 5 + * debian/control: + - Bumped standards version + - Moved debhelper build-dep-indep to build-dep + - Bumped debhelper build-dep to version 5 + - Added build-dep-indep on python-support + - Added homepage field + - Added binary package depends on python-gtk2, and python-glade2 + * deban/rules: + - Cleaned up + - Removed -i flags from all calls (not needed) + - Fixed make-clean-ignores-errors + - Updated to use python-support instead of dh_python + - Removed call to dh_installmapages + - Updated call to dh_installman to actually work + * Closes lp: #64832 + + -- Cody A.W. Somerville Tue, 15 Jan 2008 02:08:41 -0400 + +pysdm (0.4-1ubuntu3) hardy; urgency=low + + * Added watch file (LP: #180390) + + -- Steve Stalcup Fri, 04 Jan 2008 12:25:29 -0500 + +pysdm (0.4-1ubuntu2) feisty; urgency=low + + * Rebuild for python2.5 as the default python version. + + -- Matthias Klose Fri, 12 Jan 2007 13:20:58 +0000 + +pysdm (0.4-1ubuntu1) dapper; urgency=low + + * Edited the desktop file to validate + + -- Emmet Hikory Mon, 8 May 2006 11:56:07 +0900 + +pysdm (0.4-1) breezy; urgency=low + + * File systems can be removed from fstab + * Partitions whithout fstab entry can have udev rules now + * Preserve fstab comments and empty lines + * File systems can be unmounted now + * (no)diratime option added + * Fixed some fstab formatting bugs + * Fixed blkid caching problem + * Fixed default options + * Fixed XFS quota options + * Fixed exception when all default options are selected + * Spanish l10n updated + + -- Jaime Soriano Pastor Sat, 3 Sep 2005 18:33:04 +0200 + +pysdm (0.3.9.1-1) unstable; urgency=low + + * udev management + + -- Jaime Soriano Pastor Fri, 2 Sep 2005 23:43:24 +0200 + +pysdm (0.3.9-1) unstable; urgency=low + + * udev management (unstable) + + -- Jaime Soriano Pastor Fri, 2 Sep 2005 17:04:48 +0200 + +pysdm (0.3.1-1) unstable; urgency=low + + * Fixed formatting of fstab + * Fixed mounting of new configured partitions + * Fixed /none bug + * Mount button is named "Remount" if file system is mounted + * Actualized spanish l10n + + -- Jaime Soriano Pastor Thu, 1 Sep 2005 12:21:19 +0200 + +pysdm (0.3-1) unstable; urgency=low + + * i18n and l10n support + * spanish l10n + * mount button + * root filesystem options configurable + + -- Jaime Soriano Pastor Wed, 31 Aug 2005 15:10:03 +0200 + +pysdm (0.2.1-1) unstable; urgency=low + + * User/Advanced tabbed options dialog + * Fixed default button bug + * Support for ext2, ext3, fat, vfat, msdos, ntfs, reiserfs, swap and xfs + special options + + -- Jaime Soriano Pastor Tue, 30 Aug 2005 01:19:21 +0200 + +pysdm (0.2-1) unstable; urgency=low + + * PySDM doesn't destroy now fstab + * New options interface + * Changed install dir to /usr/share/pysdm + + -- Jaime Soriano Pastor Mon, 29 Aug 2005 14:43:48 +0200 + +pysdm (0.1-1) unstable; urgency=low + + * Initial release. + + -- Jaime Soriano Pastor Wed, 24 Aug 2005 14:44:40 +0200 +