File: control

package info (click to toggle)
paco 2.0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,136 kB
  • sloc: sh: 10,464; cpp: 6,463; ansic: 338; makefile: 277; perl: 260
file content (44 lines) | stat: -rw-r--r-- 1,845 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
Source: paco
Section: admin
Priority: optional
Maintainer: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libgtkmm-2.4-dev
Standards-Version: 3.9.3
Homepage: http://paco.sf.net/
Vcs-Git: git://git.debian.org/collab-maint/paco.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/paco.git;a=summary

Package: paco
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Description: simple but yet powerful source code package management system
 After the installation of a source package with "./configure && make &&
 make install", one is usually left with having no idea of what it was
 installed and where it all went, making it difficult to uninstall the
 package in the future.
 .
 Paco was written to solve this problem in a quite simple fashion.
 .
 When installing a package from sources, paco wraps the "make install"
 command (or whatever is needed to install the files into the system),
 and generates a log containing the list of all installed files.
 .
 This is a CUI frontend and utility scripts.

Package: gpaco
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends},
         paco(=${binary:Version})
Description: simple but yet powerful source code package management system(GUI)
 After the installation of a source package with "./configure && make &&
 make install", one is usually left with having no idea of what it was
 installed and where it all went, making it difficult to uninstall the
 package in the future.
 .
 Paco was written to solve this problem in a quite simple fashion.
 .
 When installing a package from sources, paco wraps the "make install"
 command (or whatever is needed to install the files into the system),
 and generates a log containing the list of all installed files.
 .
 This is a GUI frontend of paco.