rev 20712 - in kde-extras/partitionmanager/trunk/debian: . patches

Scott Kitterman kitterman at moszumanska.debian.org
Mon Dec 26 02:28:33 UTC 2016


Author: kitterman
Date: 2016-12-26 02:28:33 +0000 (Mon, 26 Dec 2016)
New Revision: 20712

Added:
   kde-extras/partitionmanager/trunk/debian/partitionmanager.1
   kde-extras/partitionmanager/trunk/debian/partitionmanager.manpages
   kde-extras/partitionmanager/trunk/debian/patches/desktop-keywords
   kde-extras/partitionmanager/trunk/debian/source.lintian-overrides
Removed:
   kde-extras/partitionmanager/trunk/debian/partitionmanager.lintian-overrides
   kde-extras/partitionmanager/trunk/debian/patches/check-function-exists.patch
   kde-extras/partitionmanager/trunk/debian/patches/libparted-3.1.patch
   kde-extras/partitionmanager/trunk/debian/postinst
   kde-extras/partitionmanager/trunk/debian/postrm
Modified:
   kde-extras/partitionmanager/trunk/debian/changelog
   kde-extras/partitionmanager/trunk/debian/compat
   kde-extras/partitionmanager/trunk/debian/control
   kde-extras/partitionmanager/trunk/debian/copyright
   kde-extras/partitionmanager/trunk/debian/patches/series
   kde-extras/partitionmanager/trunk/debian/rules
   kde-extras/partitionmanager/trunk/debian/watch
Log:
* Update to new upstream version (Closes: #794438, #709474, LP: #1635756)
* Update standards version to 3.9.8
* Remove patches (no longer needed)
* Update compat to level 10
* Fix watch file (Closes: #788701)
* Replace ntfsprogs dependency with ntfs-3g (Closes: #731957)
* Replace partion typo with partition in control (Closes: 745290)
* New build-deps: extra-cmake-modules, qtbase5-dev, libkf5widgetsaddons-dev,
                  libkf5xmlgui-dev, libkf5kiocore5, libkf5config-dev,
                  libkf5crash-dev, libkf5doctools-dev, libkf5jobwidgets-dev,
                  libkf5kio-dev, libkpmcore4-dev, libatasmart-dev
* wrap-and-sort
* Update homepage to new location on kde.org
* Update copyright file to machine readable format
* Add hardening export to debian/rules
* Remove 3 lintian-overrides (no longer needed)
* Add lintian override for insecure VCS URI
* Remove maintainer scripts (no longer needed)
* Add myself as uploader
* Add missing build-depends on libkpmcore4-dev
* Drop obsolete build-depends on kdelibs5-dev
* Drop build-depends on cdbs and change debian rules to use dh
* Update debian/copyright to for current license and copyright holders

Modified: kde-extras/partitionmanager/trunk/debian/changelog
===================================================================
--- kde-extras/partitionmanager/trunk/debian/changelog	2016-12-23 08:37:18 UTC (rev 20711)
+++ kde-extras/partitionmanager/trunk/debian/changelog	2016-12-26 02:28:33 UTC (rev 20712)
@@ -1,3 +1,34 @@
+partitionmanager (3.0.0-1) unstable; urgency=medium
+
+  [ Jonathan Carter ]
+  * Update to new upstream version (Closes: #794438, #709474, LP: #1635756)
+  * Update standards version to 3.9.8
+  * Remove patches (no longer needed)
+  * Update compat to level 10
+  * Fix watch file (Closes: #788701)
+  * Replace ntfsprogs dependency with ntfs-3g (Closes: #731957)
+  * Replace partion typo with partition in control (Closes: 745290)
+  * New build-deps: extra-cmake-modules, qtbase5-dev, libkf5widgetsaddons-dev,
+                    libkf5xmlgui-dev, libkf5kiocore5, libkf5config-dev,
+                    libkf5crash-dev, libkf5doctools-dev, libkf5jobwidgets-dev,
+                    libkf5kio-dev, libkpmcore4-dev, libatasmart-dev
+  * wrap-and-sort
+  * Update homepage to new location on kde.org
+  * Update copyright file to machine readable format
+  * Add hardening export to debian/rules
+  * Remove 3 lintian-overrides (no longer needed)
+  * Add lintian override for insecure VCS URI
+  * Remove maintainer scripts (no longer needed)
+  * Add myself as uploader
+
+  [ Scott Kitterman ]
+  * Add missing build-depends on libkpmcore4-dev
+  * Drop obsolete build-depends on kdelibs5-dev
+  * Drop build-depends on cdbs and change debian rules to use dh
+  * Update debian/copyright to for current license and copyright holders
+
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 25 Dec 2016 21:19:48 -0500
+
 partitionmanager (1.0.3-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.

Modified: kde-extras/partitionmanager/trunk/debian/compat
===================================================================
--- kde-extras/partitionmanager/trunk/debian/compat	2016-12-23 08:37:18 UTC (rev 20711)
+++ kde-extras/partitionmanager/trunk/debian/compat	2016-12-26 02:28:33 UTC (rev 20712)
@@ -1 +1 @@
-9
+10

Modified: kde-extras/partitionmanager/trunk/debian/control
===================================================================
--- kde-extras/partitionmanager/trunk/debian/control	2016-12-23 08:37:18 UTC (rev 20711)
+++ kde-extras/partitionmanager/trunk/debian/control	2016-12-26 02:28:33 UTC (rev 20712)
@@ -2,21 +2,45 @@
 Section: admin
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
-Uploaders: Mark Purcell <msp at debian.org>, George Kiagiadakis <gkiagiad at csd.uoc.gr>
-Build-Depends: cdbs (>= 0.4.51), debhelper (>= 9), pkg-kde-tools (>= 0.6.4),
- kdelibs5-dev, libblkid-dev, libparted0-dev (>= 2.2), uuid-dev, pkg-config,
- cmake
-Standards-Version: 3.9.4
-Homepage: http://www.partitionmanager.org
-Vcs-Svn: svn://anonscm.debian.org/pkg-kde/kde-extras/partionmanager/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-kde/kde-extras/partionmanager/trunk/
+Uploaders: Mark Purcell <msp at debian.org>,
+           George Kiagiadakis <gkiagiad at csd.uoc.gr>,
+           Jonathan Carter <jcarter at linux.com>
+Build-Depends: cmake,
+               debhelper (>= 10),
+               extra-cmake-modules,
+               libatasmart-dev,
+               libblkid-dev,
+               libkf5config-dev,
+               libkf5crash-dev,
+               libkf5doctools-dev,
+               libkf5jobwidgets-dev,
+               libkf5kio-dev,
+               libkf5kiocore5,
+               libkf5widgetsaddons-dev,
+               libkf5xmlgui-dev,
+               libkpmcore4-dev,
+               libparted0-dev (>= 2.2),
+               pkg-config,
+               pkg-kde-tools (>= 0.6.4),
+               qtbase5-dev,
+               uuid-dev
+Standards-Version: 3.9.8
+Homepage: https://www.kde.org/applications/system/kdepartitionmanager/
+Vcs-Svn: svn://anonscm.debian.org/pkg-kde/kde-extras/partitionmanager/trunk/
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-kde/kde-extras/partitionmanager/trunk/
 
 Package: partitionmanager
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: dosfstools, reiserfsprogs, reiser4progs, xfsprogs, jfsutils,
- ntfsprogs, hfsutils, hfsplus
-Description: file, disk and partion management for KDE
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Suggests: dosfstools,
+          hfsplus,
+          hfsutils,
+          jfsutils,
+          ntfs-3g,
+          reiser4progs,
+          reiserfsprogs,
+          xfsprogs
+Description: file, disk and partition management for KDE
  Partition Manager is a utility program to help you manage the disk devices,
  partitions and file systems on your computer. It allows you to easily create,
  copy, move, delete, resize without losing data, backup and restore partitions.

Modified: kde-extras/partitionmanager/trunk/debian/copyright
===================================================================
--- kde-extras/partitionmanager/trunk/debian/copyright	2016-12-23 08:37:18 UTC (rev 20711)
+++ kde-extras/partitionmanager/trunk/debian/copyright	2016-12-26 02:28:33 UTC (rev 20712)
@@ -1,60 +1,62 @@
-This package was debianized by George Kiagiadakis <gkiagiad at csd.uoc.gr> on
-Tue, 10 Feb 2009 18:18:33 +0200
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: partitionmanager
+Source: https://github.com/KDE/partitionmanager
+Comment: This package was debianized by George Kiagiadakis <gkiagiad at csd.uoc.gr> on
+         Tue, 10 Feb 2009 18:18:33 +0200
 
-It was downloaded from http://www.partitionmanager.org/
+Files: *
+Copyright: 2008-2010, Volker Lanz <vl at fidra.de>
+           2006-2008, Pedro Lopez-Cabanillas <plcl at users.sourceforge.net>
+           2016 Andrius Å tikonas <andrius at stikonas.eu>
+           2015,2016 Teo Mrnjavac <teo at kde.org>
+           2016 Chantara Tith <tith.chantara at gmail.com>
+License: GPL-3+
 
-Upstream Author:
+Files: po/*
+Copyright: 2008, Thomas Reitelbach <tr at erdfunkstelle.de>
+           2008-2009, A S Alam <aalam at users.sf.net>
+           2008, Stefan Asserhäll <stefan.asserhall at comhem.se>
+           2009, Viesturs Zarins <viesturs.zarins at mii.lu.lv>
+           2008, Luiz Fernando Ranghetti <elchevive at opensuse.org>
+           2008, Maciej Wikło <maciej.wiklo at wp.pl>
+           2009, Yukiko Bando <ybando at k6.dion.ne.jp>
+           2009, André Marcelo Alvarenga <andrealvarenga at gmx.net>
+           2008,-2009 Mario Italo Filizzola Junior <marioitalo at yahoo.com.br>
+           2008, Yuri Chornoivan <yurchor at ukr.net>
+           2008, Manfred Wiese <m.j.wiese at web.de>
+           2008, Santi <santi at kde-es.org>
+           2008,-2009 Marce Villarino <mvillarino at users.sourceforge.net>
+           2008, Joëlle Cornavin <jcornavi at club-internet.fr>
+           2008,-2009 Toussis Manolis <manolis at koppermind.homelinux.org>
+           2008, Marta Rybczyńska <kde-i18n at rybczynska.net>
+           2008, Sébastien Renard <Sebastien.Renard at digitalfox.org>
+           2008, Sönke Dibbern <s_dibbern at web.de>
+           2008, Frank Weng (a.k.a. Franklin) <franklin at goodhorse.idv.tw>
+           2008-2009, Serdar Soytetir <tulliana at gmail.com>
+           2008-2009, Burkhard Lück <lueck at hube-lueck.de>
+           2008, Ni Hui <shuizhuyuanluo at 126.com>
+           2012-2016 Andrius Å tikonas
+License: GPL-3+
 
-    Volker Lanz <vl at fidra.de>
+Files: debian/*
+Copyright: 2009-2010, George Kiagiadakis <gkiagiad at csd.uoc.gr>
+           2016, Jonathan Carter <jcarter at linux.com>
+License: GPL-3+
 
-Upstream copyright holders:
-
-    Copyright: © 2008-2010 Volker Lanz <vl at fidra.de>
-    Copyright: © 2006-2008 Pedro Lopez-Cabanillas <plcl at users.sourceforge.net>
-
-Translators (po/*):
-
-    Copyright: © 2008 Thomas Reitelbach <tr at erdfunkstelle.de>
-    Copyright: © 2008-2009 A S Alam <aalam at users.sf.net>
-    Copyright: © 2008 Stefan Asserhäll <stefan.asserhall at comhem.se>
-    Copyright: © 2009 Viesturs Zarins <viesturs.zarins at mii.lu.lv>
-    Copyright: © 2008 Luiz Fernando Ranghetti <elchevive at opensuse.org>
-    Copyright: © 2008 Maciej Wikło <maciej.wiklo at wp.pl>
-    Copyright: © 2009 Yukiko Bando <ybando at k6.dion.ne.jp>
-    Copyright: © 2009 André Marcelo Alvarenga <andrealvarenga at gmx.net>
-    Copyright: © 2008-2009 Mario Italo Filizzola Junior <marioitalo at yahoo.com.br>
-    Copyright: © 2008 Yuri Chornoivan <yurchor at ukr.net>
-    Copyright: © 2008 Manfred Wiese <m.j.wiese at web.de>
-    Copyright: © 2008 Santi <santi at kde-es.org>
-    Copyright: © 2008-2009 Marce Villarino <mvillarino at users.sourceforge.net>
-    Copyright: © 2008 Joëlle Cornavin <jcornavi at club-internet.fr>
-    Copyright: © 2008-2009 Toussis Manolis <manolis at koppermind.homelinux.org>
-    Copyright: © 2008 Marta Rybczyńska <kde-i18n at rybczynska.net>
-    Copyright: © 2008 Sébastien Renard <Sebastien.Renard at digitalfox.org>
-    Copyright: © 2008 Sönke Dibbern <s_dibbern at web.de>
-    Copyright: © 2008 Frank Weng (a.k.a. Franklin) <franklin at goodhorse.idv.tw>
-    Copyright: © 2008-2009 Serdar Soytetir <tulliana at gmail.com>
-    Copyright: © 2008-2009 Burkhard Lück <lueck at hube-lueck.de>
-    Copyright: © 2008 Ni Hui <shuizhuyuanluo at 126.com>
-
-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 version 2 can be found in `/usr/share/common-licenses/GPL-2
-
-The Debian packaging (C) 2009-2010, George Kiagiadakis <gkiagiad at csd.uoc.gr>
-and is licensed under the GPL, see above.
+License: GPL-3+
+ 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 3 of the License, or
+ (at your option) any later version.
+ .
+ This program 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 program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems the full text of the GNU General Public License
+ version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.

Added: kde-extras/partitionmanager/trunk/debian/partitionmanager.1
===================================================================
--- kde-extras/partitionmanager/trunk/debian/partitionmanager.1	                        (rev 0)
+++ kde-extras/partitionmanager/trunk/debian/partitionmanager.1	2016-12-26 02:28:33 UTC (rev 20712)
@@ -0,0 +1,36 @@
+.TH PARTITIONMANAGER "1" "December 2016" "partitionmanager" "User Commands"
+.SH NAME
+partitionmanager \- Partition manager for KDE
+.SH SYNOPSIS
+.B partitionmanager
+[\fI\,options\/\fR] [\fI\,device\/\fR...]
+.SH DESCRIPTION
+Manage your disks, partitions and file systems
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Displays this help.
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+Displays version information.
+.TP
+\fB\-\-author\fR
+Show author information.
+.TP
+\fB\-\-license\fR
+Show license information.
+.TP
+\fB\-\-desktopfile\fR <file name>
+The base file name of the desktop entry for this
+application.
+.TP
+\fB\-\-dontsu\fR
+Do not try to gain super user privileges
+.TP
+\fB\-\-advconfig\fR
+Show advanced tab in configuration dialog
+.SS "Arguments:"
+.TP
+device
+Device(s) to manage
+

Added: kde-extras/partitionmanager/trunk/debian/partitionmanager.manpages
===================================================================
--- kde-extras/partitionmanager/trunk/debian/partitionmanager.manpages	                        (rev 0)
+++ kde-extras/partitionmanager/trunk/debian/partitionmanager.manpages	2016-12-26 02:28:33 UTC (rev 20712)
@@ -0,0 +1 @@
+debian/partitionmanager.1

Added: kde-extras/partitionmanager/trunk/debian/patches/desktop-keywords
===================================================================
--- kde-extras/partitionmanager/trunk/debian/patches/desktop-keywords	                        (rev 0)
+++ kde-extras/partitionmanager/trunk/debian/patches/desktop-keywords	2016-12-26 02:28:33 UTC (rev 20712)
@@ -0,0 +1,16 @@
+Description: desktop-keywords
+ Add fdo desktop keywords to .desktop file.
+ .
+ partitionmanager (3.0.0-1) UNRELEASED; urgency=medium
+Author: Jonathan Carter <jcarter at linux.com>
+
+--- partitionmanager-3.0.0.orig/src/org.kde.PartitionManager.desktop
++++ partitionmanager-3.0.0/src/org.kde.PartitionManager.desktop
+@@ -158,6 +158,7 @@ Comment[zh_TW]=管理磁碟、分割區è
+ Exec=partitionmanager
+ Icon=partitionmanager
+ Categories=System;Filesystem;KDE;Qt;
++Keywords=partition;disk;
+ 
+ X-KDE-SubstituteUID=true
+ X-KDE-StartupNotify=true

Modified: kde-extras/partitionmanager/trunk/debian/patches/series
===================================================================
--- kde-extras/partitionmanager/trunk/debian/patches/series	2016-12-23 08:37:18 UTC (rev 20711)
+++ kde-extras/partitionmanager/trunk/debian/patches/series	2016-12-26 02:28:33 UTC (rev 20712)
@@ -1,2 +1 @@
-libparted-3.1.patch
-check-function-exists.patch
+desktop-keywords

Modified: kde-extras/partitionmanager/trunk/debian/rules
===================================================================
--- kde-extras/partitionmanager/trunk/debian/rules	2016-12-23 08:37:18 UTC (rev 20711)
+++ kde-extras/partitionmanager/trunk/debian/rules	2016-12-26 02:28:33 UTC (rev 20712)
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 DEB_KDE_LINK_WITH_AS_NEEDED := yes
 DEB_CMAKE_CUSTOM_FLAGS := -DPARTMAN_KCM=OFF
 
-include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
+
+%:
+	dh $@ --parallel --with kf5

Added: kde-extras/partitionmanager/trunk/debian/source.lintian-overrides
===================================================================
--- kde-extras/partitionmanager/trunk/debian/source.lintian-overrides	                        (rev 0)
+++ kde-extras/partitionmanager/trunk/debian/source.lintian-overrides	2016-12-26 02:28:33 UTC (rev 20712)
@@ -0,0 +1 @@
+partitionmanager source: vcs-field-uses-insecure-uri vcs-svn svn://anonscm.debian.org/pkg-kde/kde-extras/partitionmanager/trunk/

Modified: kde-extras/partitionmanager/trunk/debian/watch
===================================================================
--- kde-extras/partitionmanager/trunk/debian/watch	2016-12-23 08:37:18 UTC (rev 20711)
+++ kde-extras/partitionmanager/trunk/debian/watch	2016-12-26 02:28:33 UTC (rev 20712)
@@ -1,3 +1,2 @@
 version=3
-opts="uversionmangle=s/-/~/;y/A-Z/a-z/" \
-	http://sf.net/partitionman/partitionmanager-(.+)\.tar\.bz2 debian svn-upgrade
+http://download.kde.org/stable/partitionmanager/([\d.]+)/src/partitionmanager-([\d.]+)\.tar\.xz




More information about the pkg-kde-commits mailing list