File: control

package info (click to toggle)
partitionmanager 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,036 kB
  • ctags: 856
  • sloc: cpp: 7,051; xml: 250; makefile: 5; sh: 5
file content (54 lines) | stat: -rw-r--r-- 2,086 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: partitionmanager
Section: admin
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Uploaders: Mark Purcell <msp@debian.org>,
           George Kiagiadakis <gkiagiad@csd.uoc.gr>,
           Jonathan Carter <jcarter@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: ${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.
 .
 Partition Manager supports a large number of file systems, including ext2/3/4,
 reiserfs, NTFS, FAT16/32, jfs, xfs and more. Note that to gain support for a
 specific file system other than ext2/3/4, you should install the corresponding
 suggested package.
 .
 Partition Manager is based on libparted (like gparted) and makes use of the
 KDE libraries for its user interface.