[go: up one dir, main page]

Menu

[dfe9bc]: / debian / control  Maximize  Restore  History

Download this file

31 lines (29 with data), 1.4 kB

 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
Source: debreate
Section: devel
Priority: optional
Maintainer: Jordan Irwin <antumdeluge@gmail.com>
Build-Depends: debhelper (>=10), python3 (>=3.10)
Standards-Version: 3.9.7
Homepage: https://debreate.github.io/
X-Python-Version: >= 3.10
Package: debreate
Architecture: all
Depends: ${misc:Depends}, python3 (>=3.10), python3-wxgtk4.2|python3-pip|python3-wxgtk4.1|python3-wxgtk4.0 (>=4.0.7), fakeroot, dpkg (>=1.0.0), util-linux (>=2.0.0), debianutils (>=4.0.0)
Recommends: file, lintian, xdg-utils, man-db, gzip (>=1.0), binutils, x11-server-utils, libc-bin
Suggests: gdebi|gdebi-kde|qapt-deb-installer
Description: Debian Package Builder
Debreate is a utility to aid in creating installable Debian packages (.deb).
.
The goal behind the project is to make developing for Debian based Linux
distributions more appealing, with an easy to use interface for packaging
applications, artwork, media, themes, etc.
.
Currently, it only supports "binary" packaging which allows packaging of
anything that does not require being compiled from source, such as scripted
applications or media. These packages can then be used for personal
distribution.
.
Plans for using backends such as dh_make & debuild for creating source packages
are in the works. But source packaging can be quite different & is a must if
you want to get your packages into a distribution's official repositories or a
Launchpad Personal Package Archive (PPA).