--- gparted-0.4.5.orig/debian/gparted.postinst +++ gparted-0.4.5/debian/gparted.postinst @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +# versions 0.3.9-1 and 0.3.9-2 shipped /var/lib/scrollkeeper erroneously, +# overwritting the scrollkeeper database which requires a full rebuild +if [ "$1" = "configure" ] && dpkg --compare-versions "$2" ge "0.3.9-1" && dpkg --compare-versions "$2" lt "0.3.9-3" && [ -x "`which scrollkeeper-rebuilddb 2>/dev/null`" ]; then + echo "Upgrade from broken gparted version detected, running scrollkeeper-rebuilddb..." + scrollkeeper-rebuilddb -q +fi + +#DEBHELPER# --- gparted-0.4.5.orig/debian/copyright +++ gparted-0.4.5/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by David Moreno Garza on +Sat, 26 Feb 2005 19:12:46 -0600. + +It was downloaded from http://gparted.sourceforge.net/ + +Upstream Author: Bart Hakvoort + +Copyright: 2004-2006 Bart Hakvoort + +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; version 2 dated June, 1991. + + 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-2'. --- gparted-0.4.5.orig/debian/rules +++ gparted-0.4.5/debian/rules @@ -0,0 +1,66 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +include /usr/share/quilt/quilt.make + +export DH_VERBOSE=1 + +PACKAGE=gparted + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CFLAGS = -Wall -g -O3 + +config.status: configure + dh_testdir + rm -rf .pc + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-help-dir=\$${prefix}/share/gnome/help + +build: patch build-stamp + +build-stamp: config.status + dh_testdir + $(MAKE) + $(MAKE) check + touch build-stamp + +clean:: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + $(MAKE) install DESTDIR=$(CURDIR)/debian/gparted + rm -fr $(CURDIR)/debian/gparted/var + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_installmenu + dh_install + dh_link + cp debian/gparted.xpm debian/gparted/usr/share/pixmaps + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- gparted-0.4.5.orig/debian/dirs +++ gparted-0.4.5/debian/dirs @@ -0,0 +1,3 @@ +usr/sbin +usr/share/pixmaps + --- gparted-0.4.5.orig/debian/control +++ gparted-0.4.5/debian/control @@ -0,0 +1,31 @@ +Source: gparted +Section: gnome +Priority: optional +Maintainer: Anibal Monsalve Salazar +Uploaders: Alan Baghumian , Otavio Salvador +Build-Depends: quilt, + debhelper (>= 7), + libxml-parser-perl, + uuid-dev, + parted, + pkg-config, + gnome-doc-utils, + rarian-compat, + libgtkmm-2.4-dev, + libparted1.8-dev, + intltool +Standards-Version: 3.8.1 +Homepage: http://gparted.sourceforge.net + +Package: gparted +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + hal, + gksu +Recommends: yelp, kpartx, dmraid, dmsetup +Suggests: xfsprogs, reiserfsprogs, reiser4progs, jfsutils, ntfsprogs, dosfstools +Description: GNOME partition editor + GParted uses libparted to detect and manipulate devices and partition + tables while several (optional) filesystem tools provide support for + filesystems not included in libparted. --- gparted-0.4.5.orig/debian/menu +++ gparted-0.4.5/debian/menu @@ -0,0 +1,6 @@ +?package(gparted):\ + needs="X11"\ + section="Applications/System/Administration"\ + title="GNOME partition editor"\ + command="su-to-root -X -c /usr/sbin/gparted"\ + icon="/usr/share/pixmaps/gparted.xpm" --- gparted-0.4.5.orig/debian/compat +++ gparted-0.4.5/debian/compat @@ -0,0 +1 @@ +7 --- gparted-0.4.5.orig/debian/changelog +++ gparted-0.4.5/debian/changelog @@ -0,0 +1,376 @@ +gparted (0.4.5-2ubuntu1~ppa1~karmic1) karmic; urgency=low + + * Rebuild to make it depend on libparted1.8-12 (1.8.8.git.2009.06.03-1ubuntu2). + + -- Jonas Pedersen Sat, 11 Jul 2009 13:18:14 +0200 + +gparted (0.4.5-2) unstable; urgency=low + + * Merge from Ubuntu + - Use gksu; closes: 532465 + - Mention application name in the menu entry; closes: 525529 + + -- Anibal Monsalve Salazar Wed, 10 Jun 2009 14:20:26 +1000 + +gparted (0.4.5-1ubuntu1) karmic; urgency=low + + * Merge from debian unstable (LP: #383628), remaining changes: + - Go back to using gksu rather than su-to-root (since menu isn't + in Ubuntu main) + + debian/control + + debian/patches/01_fix-desktop.patch + * Mention application name in the menu entry (LP: #383612) + - debian/patches/01_fix-desktop.patch + + -- Felix Geyer Thu, 04 Jun 2009 16:58:06 +0200 + +gparted (0.4.5-1) unstable; urgency=low + + * New upstream release + + -- Anibal Monsalve Salazar Thu, 21 May 2009 22:01:15 +1000 + +gparted (0.4.4-1) unstable; urgency=low + + * New upstream release + * Drop 10_dev_mapper.patch as upstream bug 556114 was closed; see: + http://bugzilla.gnome.org/show_bug.cgi?id=556114 + http://bugzilla.gnome.org/show_bug.cgi?id=317262#c36 + http://gparted-forum.surf4.info/viewtopic.php?pid=19714 + * Recommends kpartx, dmraid and dmsetup + * Suggests dosfstools; closes: #505568 + + -- Anibal Monsalve Salazar Sun, 19 Apr 2009 20:44:24 +1000 + +gparted (0.4.3-1) unstable; urgency=low + + * Merge 0.4.3-0ubuntu1 + * Standards version is 3.8.1 + * debhelper compat is 7 + * Use dh_prep instead of dh_clean -k + * Remove dependency on menu; closes: #519860 + * Recommends yelp; closes: #502077 + + -- Anibal Monsalve Salazar Wed, 18 Mar 2009 10:36:55 +1100 + +gparted (0.4.3-0ubuntu1) jaunty; urgency=low + + [ Surfaz Gemon Meme, Colin Watson ] + * New upstream release (LP: #305280) + + Added support for ext4 file system (LP: #137872) + - Support for ext4 is built into version 2.6.28 of the Linux kernel + - e2fsprogs version 1.41.0 or higher required + + Fixed bug in german translation (LP: #45449) + + Fixed 'fails to recognize newly created swap partition' + (LP: #137700, #114713) + + Reduced file system information disk reads to improve performance + (LP: #311470) + + Fixed typo of "freedeskdesktop" in hal-lock name (LP: #37768) + + * debian/patches + + dropped 05_GParted_Core.cc.diff, merged upstream + + refreshed 10_dev_mapper.patch to be applied correctly + + refreshed 01_fix-desktop.patch to be applied correctly + + * debian/control + + Added intltool to Build-Depends + + * debian/rules + + Added --with-help-dir= to build help manual in /usr/share/gnome/help + + * debian/watch + + Fixed debian-watch-file-should-use-sf-redirector lintian warning. + + -- Surfaz Gemon Meme Tue, 24 Feb 2009 13:16:44 +0000 + +gparted (0.4.1-2) unstable; urgency=low + + * Fix the following lintian issues: + W: gparted source: debian-watch-file-should-use-sf-redirector line 2 + W: gparted: copyright-refers-to-versionless-license-file + usr/share/common-licenses/GPL + + -- Anibal Monsalve Salazar Mon, 16 Feb 2009 11:15:35 +1100 + +gparted (0.4.1-1) experimental; urgency=low + + * New upstream stable release + - drop 05_GParted_Core.cc.diff, merged upstream + - refreshed 01_fix-desktop.patch to be applied correctly + * Updated debian/control: + - bump standards version to 3.8.0.1, no extra change is needed + - added intltool to build-deps + + -- Alan Baghumian Mon, 15 Dec 2008 20:21:35 -0800 + +gparted (0.3.9-3ubuntu1) jaunty; urgency=low + + [ Pedro Fragoso ] + * Merge from Debian unstable (LP: #281514), Ubuntu remaining changes: + - Go back to using gksu rather than su-to-root (since menu isn't in Ubuntu + main); previously in Ubuntu but dropped in merge from Debian. + - debian/patches/10_dev_mapper.patch: + + Discover /dev/mapper/* devices again + + [ Michael Vogt ] + * build with raian-compat instead of scrollkeeper + + -- Pedro Fragoso Wed, 05 Nov 2008 02:37:01 +0000 + +gparted (0.3.9-3) unstable; urgency=low + + * Don't ship scrollkeeper db; patch by Loic Minier + closes: #502075 + + -- Anibal Monsalve Salazar Tue, 14 Oct 2008 21:50:56 +1100 + +gparted (0.3.9-2) unstable; urgency=low + + * Fix FTBFS on arm armel mips mipsel; patch by Thiemo Seufer + closes: #499722 + + -- Anibal Monsalve Salazar Sun, 05 Oct 2008 18:16:57 +1100 + +gparted (0.3.9-1) unstable; urgency=low + + * New upstream release + Key changes include: + - Reduced time to move or copy partitions + - Added ability to create and check hfs+ file systems + * Build depends on gnome-doc-utils scrollkeeper + + -- Anibal Monsalve Salazar Tue, 16 Sep 2008 20:45:40 +1000 + +gparted (0.3.8-1ubuntu2) intrepid; urgency=low + + * Discover /dev/mapper/* devices again (LP: #271796). + + -- Colin Watson Mon, 13 Oct 2008 11:53:48 +0100 + +gparted (0.3.8-1ubuntu1) intrepid; urgency=low + * Merge from Debian unstable (LP: #249291), Ubuntu remaining changes: + - Go back to using gksu rather than su-to-root (since menu isn't in Ubuntu + main); previously in Ubuntu but dropped in merge from Debian. + * Modify Maintainer value to match Debian-Maintainer-Field Spec + + -- Pedro Fragoso Tue, 15 Jul 2008 17:40:32 +0100 + +gparted (0.3.8-1) unstable; urgency=low + + * New upstream bugfix release + * Refreshed 05_GParted_Core.cc.diff to be applied cleanly. + * Updated watch file + + -- Alan Baghumian Mon, 14 Jul 2008 10:02:24 +0200 + +gparted (0.3.7-3ubuntu1) intrepid; urgency=low + + * Go back to using gksu rather than su-to-root (since menu isn't in Ubuntu + main); previously in Ubuntu but dropped in merge from Debian. + + -- Colin Watson Fri, 04 Jul 2008 09:35:39 +0100 + +gparted (0.3.7-3) unstable; urgency=low + + * Build depends on libparted1.8-dev; closes: #488347 + + -- Anibal Monsalve Salazar Mon, 30 Jun 2008 22:04:20 +1000 + +gparted (0.3.7-2) unstable; urgency=low + + * Depend on hal; closes: #487422 + * Standards version is 3.8.0 + * Don't build depend on cdbs + * Build depends on quilt + Remove .pc as it confuses ./configure + * Fix the following lintian issues: + W: gparted: package-contains-empty-directory usr/bin/ + W: gparted: menu-command-not-in-package /usr/share/menu/gparted:6 + /usr/bin/gparted + + -- Anibal Monsalve Salazar Sun, 22 Jun 2008 11:29:23 +1000 + +gparted (0.3.7-1) unstable; urgency=low + + * New upstream bugfix release + - installs GParted binary to /usr/sbin (Closes: #459976). + * Dropped 06_fix-hal-policy-path.patch, obsolete. GParted now + uses hal-lock instead of that old fdi-policy method. + * Removed Debian manpage, now upstream ships its own. + * Refreshed 05_GParted_Core.cc.diff to be applied cleanly. + * Refreshed 01_fix-desktop.patch to be applied correctly. + + -- Alan Baghumian Fri, 09 May 2008 12:17:16 +0200 + +gparted (0.3.6-1) unstable; urgency=low + + * New upstream stable release + - adds creating label support (Closes: #427303). + * Updated debian/control: + - depend on menu to use su-to-root (Closes: #467205). + - fixed build-dep wraps + + -- Alan Baghumian Wed, 02 Apr 2008 10:39:11 +0200 + +gparted (0.3.5-1) unstable; urgency=low + + * New upstream bugfix release (Closes: #451723). + * Dropped 02_fix-build-failure-with-g++-4.3, + 03_fdi_robustification and 04_Win_GParted.cc + patches, merged upstream + * Updated debian/control: + - bump standards version to 3.7.3 + - wrapped deps and build-deps + * Added gparted.manpages and gparted.links, (Closes: #460801). + * Refreshed 05_GParted_Core.cc to be applied properly + * Added 06_fix-hal-policy-path patch to fix + gparted-disable-automount.fdi policy path, thanks + Sjoerd Simons (Closes: #454977). + * Refreshed 01_fix-desktop.patch to use 01_fix-desktop.patch, + (Closes: 454050). + * Updated menu file to fix lintian errors. + + -- Alan Baghumian Thu, 07 Feb 2008 09:43:11 +0330 + +gparted (0.3.3-6) unstable; urgency=low + + * Fixed FTBFS on mips, closes: #449546 + Patch by Thiemo Seufer + * Fixed "crashes when rescanning devices after any operation", + closes: #446522. Patch by Denis Sirotkin + + -- Anibal Monsalve Salazar Wed, 07 Nov 2007 21:39:41 +1100 + +gparted (0.3.3-5) unstable; urgency=medium + + * Add debian/patches/03_fdi_robustification.patch: + - Install a signal handler for cleaning up the automount disabling FDI, so + that it will be cleaned up on program crashes, too. + - Use storage.automount_enabled_hint instead of volume.ignore for the + automount disabling FDI. That way, the new drives will at least appear + in Gnome and the user can mount them manually. + - Patch by Martin Pitt + - LP: #134712 + - Closes: 434268 + + -- Anibal Monsalve Salazar Sat, 27 Oct 2007 09:51:27 +1000 + +gparted (0.3.3-4) unstable; urgency=low + + * Resynchronized with Ubuntu + - debian/patches/01_fix-desktop.patch: + - don't specify the encoding that's deprecated, update the categories + and set the translation domain (Closes: #444126) + - debian/patches/02_fix-build-failure-with-g++-4.3.patch: + - Fix build failures with g++-4.3 + * debian/control: + - Added Homepage field and removed Homepage from description + + -- Anibal Monsalve Salazar Sat, 29 Sep 2007 11:27:19 +1000 + +gparted (0.3.3-2ubuntu5) gutsy; urgency=low + + * debian/patches/01_fix-desktop.patch: + - don't specify the encoding that's deprecated, update the categories + and set the translation domain (LP: #145202) + + -- Sebastien Bacher Thu, 27 Sep 2007 12:05:16 +0200 + +gparted (0.3.3-2ubuntu4) gutsy; urgency=low + + * Fix build failures with g++-4.3. LP: #138584. + + -- Matthias Klose Wed, 12 Sep 2007 22:29:09 +0000 + +gparted (0.3.3-3) unstable; urgency=low + + * Resynchronized with Ubuntu. + - debian/control: don't depend on menu. + * Fixed the following lintian messgaes: + - W: gparted source: debian-rules-ignores-make-clean-error line 31 + + -- Anibal Monsalve Salazar Sat, 11 Aug 2007 22:24:50 +1000 + +gparted (0.3.3-2ubuntu3) gutsy; urgency=low + + * Rebuild against glib, now that the fix is actually applied. + + -- Daniel Holbach Mon, 25 Jun 2007 16:26:45 +0200 + +gparted (0.3.3-2ubuntu2) gutsy; urgency=low + + * Rebuild for glib ABI change. + + -- Daniel Holbach Mon, 25 Jun 2007 11:25:10 +0200 + +gparted (0.3.3-2ubuntu1) gutsy; urgency=low + + * Resynchronized with Debian, remaining Ubuntu changes: + - debian/control: + - Maintainer: Ubuntu Core Developers + + - don't depend on menu. + + -- Daniel Holbach Fri, 18 May 2007 09:24:46 +0200 + +gparted (0.3.3-2) unstable; urgency=low + + * Added watch file + * Dropped gparted-launcher.sh, using gksu instead + * Added 01_fix-desktop patch + - Changes name to `Partition Editor` + - Enables gksu to run gparted with + + -- Alan Baghumian Tue, 24 Apr 2007 10:19:30 +0330 + +gparted (0.3.3-1) unstable; urgency=low + + * New upstream release (Closes: #389510). + - Added hfs+ support (Closes: #368776). + * Updated debian/copyright + - Added dates to the copyright line + - Improved licence section + * Updated debian/control + - Added suggests xfsprogs, reiserfsprogs, reiser4progs, jfsutils, + ntfsprogs, thanks Gustavo Franco (Closes: #368777). + - Added myself and Otavio Salvador as Co-Maintainers + + -- Alan Baghumian Mon, 23 Apr 2007 07:56:43 +0330 + +gparted (0.2.5-2) unstable; urgency=low + + * New maintainer. + * ACK NMU. Closes: #372516. + + -- Anibal Monsalve Salazar Wed, 13 Sep 2006 09:02:38 +1000 + +gparted (0.2.5-1.1) unstable; urgency=high + + * Non-maintainer upload. + * Rebuild against libparted1.7, since libparted1.6 has been removed. + (Closes: #372516) + + -- Steinar H. Gunderson Mon, 19 Jun 2006 18:42:44 +0200 + +gparted (0.2.5-1) unstable; urgency=low + + * New upstream release (Closes: #363249, #368085). + * Spelling mistake fixed on longdesc (Closes: #363618). + * Updated Standards-version. + + -- David Moreno Garza Sun, 21 May 2006 18:29:00 -0500 + +gparted (0.0.9-1) unstable; urgency=low + + * New upstream release. + * Rebuilding with current versions of glibmm and sigc++. + - Closes: #342051. + + -- David Moreno Garza Sun, 4 Dec 2005 18:52:56 -0600 + +gparted (0.0.8-1) unstable; urgency=low + + * Initial Release (Closes: #270352). + + -- David Moreno Garza Sat, 26 Feb 2005 19:12:46 -0600 + --- gparted-0.4.5.orig/debian/gparted.xpm +++ gparted-0.4.5/debian/gparted.xpm @@ -0,0 +1,412 @@ +/* XPM */ +static char * gparted_xpm[] = { +"32 32 377 2", +" c None", +". c #424242", +"+ c #545454", +"@ c #535353", +"# c #525252", +"$ c #515151", +"% c #434343", +"& c #D9D9D9", +"* c #FDFDFD", +"= c #FCFCFC", +"- c #FBFBFB", +"; c #FAFAFA", +"> c #F9F9F9", +", c #F8F8F8", +"' c #F7F7F7", +") c #F6F6F6", +"! c #F5F5F5", +"~ c #F4F4F4", +"{ c #F3F3F3", +"] c #F2F2F2", +"^ c #E4E4E4", +"/ c #5A5A5A", +"( c #393939", +"_ c #EFEFEF", +": c #E6E6E6", +"< c #626262", +"[ c #A4A4A4", +"} c #EDEDED", +"| c #F1F1F1", +"1 c #F0F0F0", +"2 c #EEEEEE", +"3 c #EBEBEB", +"4 c #E9E9E9", +"5 c #E8E8E8", +"6 c #E7E7E7", +"7 c #E5E5E5", +"8 c #E3E3E3", +"9 c #E2E2E2", +"0 c #E1E1E1", +"a c #DFDFDF", +"b c #DDDDDD", +"c c #DCDCDC", +"d c #DADADA", +"e c #D7D7D7", +"f c #D6D6D6", +"g c #DEDEDE", +"h c #BABABA", +"i c #000000", +"j c #A3A3A3", +"k c #ECECEC", +"l c #E0E0E0", +"m c #D5D5D5", +"n c #D2D2D2", +"o c #D0D0D0", +"p c #CECECE", +"q c #CCCCCC", +"r c #C9C9C9", +"s c #C7C7C7", +"t c #C5C5C5", +"u c #C3C3C3", +"v c #CFCFCF", +"w c #BFBFBF", +"x c #DBDBDB", +"y c #D4D4D4", +"z c #D1D1D1", +"A c #CDCDCD", +"B c #CACACA", +"C c #C6C6C6", +"D c #BCBCBC", +"E c #B9B9B9", +"F c #B6B6B6", +"G c #B2B2B2", +"H c #AFAFAF", +"I c #ACACAC", +"J c #A9A9A9", +"K c #C1C1C1", +"L c #BEBEBE", +"M c #EAEAEA", +"N c #D8D8D8", +"O c #C8C8C8", +"P c #AAAAAA", +"Q c #D3D3D3", +"R c #C4C4C4", +"S c #959292", +"T c #9C8F8C", +"U c #997C76", +"V c #916B63", +"W c #8F6056", +"X c #88584E", +"Y c #87584E", +"Z c #855A52", +"` c #947069", +" . c #A38B85", +".. c #A69C99", +"+. c #969594", +"@. c #0C0C0C", +"#. c #B8B6B6", +"$. c #A38B86", +"%. c #B97466", +"&. c #BF6655", +"*. c #D96F5A", +"=. c #E2715B", +"-. c #E06D56", +";. c #DC6B55", +">. c #D86952", +",. c #D36750", +"'. c #CC634E", +"). c #BA5B48", +"!. c #A55747", +"~. c #975D50", +"{. c #3B241F", +"]. c #C5C4C4", +"^. c #8C7571", +"/. c #C87361", +"(. c #E4755E", +"_. c #E06C56", +":. c #DF6C56", +"<. c #DD6B54", +"[. c #DA6A53", +"}. c #D66851", +"|. c #D16650", +"1. c #CE654F", +"2. c #CA624E", +"3. c #C6604C", +"4. c #C25F4B", +"5. c #BF5D49", +"6. c #B75946", +"7. c #8C4739", +"8. c #CED0D1", +"9. c #A48279", +"0. c #D77965", +"a. c #E16E58", +"b. c #DF6C55", +"c. c #DC6B54", +"d. c #D96952", +"e. c #D56750", +"f. c #D1654F", +"g. c #CD634E", +"h. c #C9624D", +"i. c #C5604C", +"j. c #C25E4B", +"k. c #BE5C49", +"l. c #BA5A47", +"m. c #B65946", +"n. c #B35845", +"o. c #A45646", +"p. c #7A4C43", +"q. c #797979", +"r. c #7D7D7D", +"s. c #7C7C7C", +"t. c #818183", +"u. c #8E7069", +"v. c #E67E68", +"w. c #DA6953", +"x. c #D36650", +"y. c #CE644F", +"z. c #CB634E", +"A. c #C7614D", +"B. c #C4604C", +"C. c #BB5B48", +"D. c #B75A47", +"E. c #B45946", +"F. c #B05644", +"G. c #AD5543", +"H. c #A85342", +"I. c #AA5949", +"J. c #6A463D", +"K. c #4A3E3F", +"L. c #C77867", +"M. c #E16C56", +"N. c #DF6B55", +"O. c #DA6952", +"P. c #D56751", +"Q. c #D16550", +"R. c #CD644F", +"S. c #C9624E", +"T. c #C6614C", +"U. c #C25E4A", +"V. c #BE5D4A", +"W. c #AF5744", +"X. c #AB5443", +"Y. c #A75342", +"Z. c #A35140", +"`. c #A0513F", +" + c #95594C", +".+ c #6B4B41", +"++ c #E47E68", +"@+ c #DE6B54", +"#+ c #D76851", +"$+ c #D26650", +"%+ c #CF654F", +"&+ c #CB624D", +"*+ c #C7614C", +"=+ c #C35F4B", +"-+ c #C05D4A", +";+ c #B85946", +">+ c #B45846", +",+ c #B15845", +"'+ c #AC5543", +")+ c #A95342", +"!+ c #A55241", +"~+ c #A2513F", +"{+ c #9E4E3E", +"]+ c #9A4D3D", +"^+ c #A25C4D", +"/+ c #64443C", +"(+ c #67463D", +"_+ c #E37D67", +":+ c #D96A53", +"<+ c #CA624D", +"[+ c #BC604A", +"}+ c #88776E", +"|+ c #7B7170", +"1+ c #766E6D", +"2+ c #736B6B", +"3+ c #6F6968", +"4+ c #6C6665", +"5+ c #686362", +"6+ c #65615E", +"7+ c #615F5C", +"8+ c #5E5D5A", +"9+ c #6C6966", +"0+ c #5E5754", +"a+ c #614B43", +"b+ c #E3846D", +"c+ c #C7604D", +"d+ c #BC5C49", +"e+ c #B85A47", +"f+ c #C38854", +"g+ c #91BC8B", +"h+ c #3692AA", +"i+ c #2D8EA6", +"j+ c #2A89A1", +"k+ c #26849B", +"l+ c #248097", +"m+ c #1F7C90", +"n+ c #1C788C", +"o+ c #197387", +"p+ c #166F82", +"q+ c #327F8C", +"r+ c #355155", +"s+ c #64524E", +"t+ c #EB9B86", +"u+ c #D16750", +"v+ c #CF644F", +"w+ c #BF5C49", +"x+ c #B45B46", +"y+ c #CCAE5E", +"z+ c #C4D372", +"A+ c #539C98", +"B+ c #2B8AA2", +"C+ c #27869E", +"D+ c #217D92", +"E+ c #1D798D", +"F+ c #1A7588", +"G+ c #146E7F", +"H+ c #46848F", +"I+ c #223538", +"J+ c #534341", +"K+ c #E6AF9F", +"L+ c #DD7F6A", +"M+ c #C9634F", +"N+ c #C45F4B", +"O+ c #BC5B48", +"P+ c #B95A47", +"Q+ c #B56E4B", +"R+ c #D3C965", +"S+ c #D3D96A", +"T+ c #A0BD77", +"U+ c #2A869B", +"V+ c #248198", +"W+ c #207E92", +"X+ c #1D7B8E", +"Y+ c #1A7487", +"Z+ c #167083", +"`+ c #177080", +" @ c #3B8491", +".@ c #386269", +"+@ c #111F21", +"@@ c #514644", +"#@ c #B98A81", +"$@ c #E8A492", +"%@ c #D37662", +"&@ c #BE5D49", +"*@ c #AF5644", +"=@ c #BA8752", +"-@ c #D5D769", +";@ c #CFD469", +">@ c #C7CD66", +",@ c #519589", +"'@ c #217E93", +")@ c #1B7689", +"!@ c #156D7F", +"~@ c #3F8793", +"{@ c #44747C", +"]@ c #17353A", +"^@ c #6D5652", +"/@ c #BA887C", +"(@ c #E0A08F", +"_@ c #D27966", +":@ c #BC604D", +"<@ c #AE5644", +"[@ c #A65341", +"}@ c #C7B25E", +"|@ c #D1D568", +"1@ c #C9CF65", +"2@ c #C5CB63", +"3@ c #9AB26A", +"4@ c #328087", +"5@ c #1C7587", +"6@ c #317D8D", +"7@ c #4C8691", +"8@ c #376067", +"9@ c #1C4148", +"0@ c #0B1315", +"a@ c #4C3833", +"b@ c #9B6E64", +"c@ c #CF8E7E", +"d@ c #CA806F", +"e@ c #BB6754", +"f@ c #AC5645", +"g@ c #A75C43", +"h@ c #CECF66", +"i@ c #CDD166", +"j@ c #C6CC63", +"k@ c #C1C661", +"l@ c #B7BE60", +"m@ c #659678", +"n@ c #3A8896", +"o@ c #4D8B96", +"p@ c #437078", +"q@ c #2C535C", +"r@ c #193D44", +"s@ c #102023", +"t@ c #110B0B", +"u@ c #64453E", +"v@ c #9A675C", +"w@ c #B87969", +"x@ c #B47163", +"y@ c #A96253", +"z@ c #AE7F53", +"A@ c #C2C465", +"B@ c #C0C066", +"C@ c #BEBC67", +"D@ c #BBB96A", +"E@ c #B7B26C", +"F@ c #A09D67", +"G@ c #335D68", +"H@ c #214C57", +"I@ c #1B4149", +"J@ c #143036", +"K@ c #091011", +"L@ c #281B19", +"M@ c #543730", +"N@ c #7C4F45", +"O@ c #A76659", +"P@ c #A88256", +"Q@ c #A7AA55", +"R@ c #A1A353", +"S@ c #989950", +"T@ c #90914C", +"U@ c #868846", +"V@ c #7C7D44", +"W@ c #1F4751", +"X@ c #173137", +"Y@ c #0B1518", +"Z@ c #040707", +"`@ c #020000", +" # c #0F0907", +".# c #292216", +"+# c #53542C", +"@# c #59572E", +"## c #55542C", +"$# c #474825", +"%# c #3A3A1F", +"&# c #282816", +"*# c #020202", +" ", +" ", +" ", +" ", +" . + + + + @ @ @ @ @ # # # # $ $ $ $ % ", +" . & * = - - ; > > , , ' ) ! ! ~ ~ { ] ^ / ", +" ( _ * = = - - ; ; > > , , , ' ' ) ) ) ! ~ : < ", +" [ } | 1 2 } 3 4 5 6 7 8 9 0 a b c d & e f g h i ", +" j k k 4 6 7 8 l g c d e m n o p q r s t u v w i ", +" j k 3 x e y z A B C u w D E F G H I J K r v L i ", +" j k M c M 3 M 5 : ^ 8 l a b c & N f y l p q F i ", +" j 3 4 b 3 3 4 5 : ^ 9 l a b x & N f y a p O P i ", +" j 3 4 x c N f Q o A R S T U V W X Y Z ` ...+.@. ", +" j M 5 4 3 4 5 : ^ #.$.%.&.*.=.-.;.>.,.'.).!.~.{. ", +" j 4 6 ^ 9 l g ].^./.(._._.:.<.[.}.|.1.2.3.4.5.6.7. ", +"i j l a a g b 8.9.0.a._._.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p. ", +" q.r.s.s.s.t.u.v._._._.<.w.}.x.y.z.A.B.5.C.D.E.F.G.H.I.J. ", +" i i i K.L.M._.N.<.O.P.Q.R.S.T.U.V.l.6.n.W.X.Y.Z.`. + ", +" .+++:.@+[.#+$+%+&+*+=+-+C.;+>+,+'+)+!+~+{+]+^+/+ ", +" (+_+c.:+P.|.R.<+3.4.k.[+}+|+1+2+3+4+5+6+7+8+9+0+ ", +" a+b+#+x.%+'.c+B.5.d+e+f+g+h+i+j+k+l+m+n+o+p+q+r+ ", +" s+t+u+v+2.T.U.w+C.e+x+y+z+A+B+C+l+D+E+F+p+G+H+I+ ", +" J+K+L+M+N+-+O+P+>+,+Q+R+S+T+U+V+W+X+Y+Z+`+ @.@+@ ", +" @@#@$@%@&@C.D.E.*@G.=@-@;@>@,@'@X+)@Z+!@~@{@]@ ", +" ^@/@(@_@:@,+<@)+[@}@|@1@2@3@4@)@5@6@7@8@9@0@ ", +" a@b@c@d@e@f@!+g@h@i@j@k@l@m@n@o@p@q@r@s@i ", +" t@u@v@w@x@y@z@A@B@C@D@E@F@G@H@I@J@K@ ", +" L@M@N@O@P@Q@R@S@T@U@V@W@X@Y@Z@ ", +" `@ #.#+#@###$#%#&#*# ", +" ", +" ", +" "}; --- gparted-0.4.5.orig/debian/watch +++ gparted-0.4.5/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/gparted/gparted-(.+)\.tar\.bz2 --- gparted-0.4.5.orig/debian/docs +++ gparted-0.4.5/debian/docs @@ -0,0 +1,2 @@ +README + --- gparted-0.4.5.orig/debian/patches/01_fix-desktop.patch +++ gparted-0.4.5/debian/patches/01_fix-desktop.patch @@ -0,0 +1,17 @@ +--- a/gparted.desktop.in.in ++++ b/gparted.desktop.in.in +@@ -1,9 +1,11 @@ + [Desktop Entry] +-_Name=GParted Partition Editor ++_Name=GParted ++GenericName=Partition Editor + _Comment=Create, reorganize, and delete partitions +-Exec=@gksuprog@ @installdir@/gparted %f ++Exec=gksu /usr/sbin/gparted + Icon=gparted + Terminal=false + Type=Application +-Categories=GNOME;System;Filesystem; ++Categories=GNOME;System;Filesystem;Settings; + StartupNotify=true ++X-Ubuntu-Gettext-Domain=gparted --- gparted-0.4.5.orig/debian/patches/series +++ gparted-0.4.5/debian/patches/series @@ -0,0 +1 @@ +01_fix-desktop.patch