--- partitionmanager-1.0.0~beta3.orig/debian/control +++ partitionmanager-1.0.0~beta3/debian/control @@ -0,0 +1,18 @@ +Source: partitionmanager +Section: admin +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Christopher Swift +Build-Depends: debhelper (>= 6), cdbs, pkg-kde-tools (>= 0.4.6ubuntu4), + kdelibs5-dev, uuid-dev, libparted1.8-dev, libblkid-dev +Standards-Version: 3.8.1 +Homepage: http://www.partitionmanager.org + +Package: partitionmanager +Architecture: any +Depends: ${shlibs:Depends}, udev +Description: partition manager for KDE + Partitionmanager allows you to manage your disks, partitions and file systems. + It has the ability to create, copy, backup & restore partitions through a KDE + interface while supporting many different file systems (ext2, ext3, NTFS, + FAT32, reiserfs & more). --- partitionmanager-1.0.0~beta3.orig/debian/partitionmanager.lintian +++ partitionmanager-1.0.0~beta3/debian/partitionmanager.lintian @@ -0,0 +1,4 @@ +partitionmanager: shlib-without-versioned-soname usr/lib/libpartitionmanagerprivate.so libpartitionmanagerprivate.so +partitionmanager: postinst-must-call-ldconfig usr/lib/libpartitionmanagerprivate.so +partitionmanager: package-name-doesnt-match-sonames libpartitionmanagerprivate +partitionmanager: binary-without-manpage usr/bin/partitionmanager-bin --- partitionmanager-1.0.0~beta3.orig/debian/changelog +++ partitionmanager-1.0.0~beta3/debian/changelog @@ -0,0 +1,41 @@ +partitionmanager (1.0.0~beta3-0ubuntu1) karmic; urgency=low + + * New upstream beta release (LP: #383702) + * debian/rules: + - Remove /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk + - Use /usr/share/cdbs/1/rules/debhelper.mk + - Use /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk + + -- Christian Mangold Thu, 04 Jun 2009 20:19:38 +0200 + +partitionmanager (1.0.0~beta2-0ubuntu1) karmic; urgency=low + + * New upstream release + * Remove debian/patches (icon is now included) + + drop quilt build-dep + * Bump standards-version to 3.8.1 + * Update lintian override with manpage for partitionmanager-bin, the + actually binary is now a wrapper around -bin, so we don't need an + additional manpage + * Use pkg-kde-tools for building instead of CDBS' kde4.mk + + -- Harald Sitter Sat, 02 May 2009 14:50:18 +0200 + +partitionmanager (1.0.0~beta1a-0ubuntu2) jaunty; urgency=low + + * Added desktop_icon.diff (LP: #330662) + - Set icon to 'drive-harddisk' as a temporary fix, until an icon is + included in the source + * Added build dep on quilt + + -- Christian Mangold Tue, 17 Feb 2009 19:13:50 +0100 + +partitionmanager (1.0.0~beta1a-0ubuntu1) jaunty; urgency=low + + [ Christopher Swift ] + * Initial release (LP: #317974). + + [ Anthony Mercatante ] + * Added debian/partitionmanager.override file + + -- Anthony Mercatante Fri, 23 Jan 2009 17:57:36 +0100 --- partitionmanager-1.0.0~beta3.orig/debian/compat +++ partitionmanager-1.0.0~beta3/debian/compat @@ -0,0 +1 @@ +4 --- partitionmanager-1.0.0~beta3.orig/debian/partitionmanager.pod +++ partitionmanager-1.0.0~beta3/debian/partitionmanager.pod @@ -0,0 +1,43 @@ +=head1 NAME + +partitionmanager - A disk & partition manager for KDE. + +=head1 SYNOPSIS + +partitionmanager [options] + +=head1 DESCRIPTION +partitionmanager is the KDE partition manager for creating, managing +and deleting hard disk partitions. + + +A hard disk is usually subdivided into one or more partitions. These +partitions are normally not re-sizable (making one smaller and the +adjacent one larger.) partitionmanager makes it possible for you to +take ake a hard disk and change the partition organization, while pres- +erving the partition contents. + +More specifically, partitionmanager enables you to create, destroy, +resize, move, check, label, and copy partitions, and the file systems +contained within. This is useful for creating space for new operating +systems, reorganizing disk usage, and mirroring one partition with anot- +her (disk imaging). + + +=head1 AUTHORS +partitionmanager was written by Volker Lanz . + +This manual page was written by Christopher Swift +based off of the gparted manual by Curtis Gedak + +=head1 COPYRIGHT + +This program 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, or (at your option) any +later version. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'/ + +=cut --- partitionmanager-1.0.0~beta3.orig/debian/copyright +++ partitionmanager-1.0.0~beta3/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Christopher Swift on +Sat, 17 Jan 2009 20:32:11 +0000. + +It was downloaded from http://www.partitionmanager.org/ + +Upstream Author: + + Volker Lanz + +Copyright: + + Copyright (C) 2008 Volker Lanz + +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 GNU/Linux systems, the complete text of the GNU General +Public License can be found in the /usr/share/common-licenses/GPL file. + +The Debian packaging is (C) 2009, Christopher Swift +and is licensed under the version 2 or (at your option), any later version of +GPL, see above. --- partitionmanager-1.0.0~beta3.orig/debian/watch +++ partitionmanager-1.0.0~beta3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/partitionman/partitionmanager-(.+)\.tar\.bz2 --- partitionmanager-1.0.0~beta3.orig/debian/rules +++ partitionmanager-1.0.0~beta3/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +# +# debian/rules file for partitionmanager +# + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk + +build/partitionmanager:: + pod2man --section=1 --release=$(VERSION) --center "" debian/partitionmanager.pod > partitionmanager.1 + + +cleanbuilddir/partitionmanager:: + rm -f partitionmanager.1 + +DEB_INSTALL_MANPAGES_partitionmanager = partitionmanager.1