Source: debreate
Section: devel
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
 dh-python,
 pkgconf,
 pkg-config,
 python3,
 python3-setuptools,
X-Python3-Version: >= 3.11
Standards-Version: 4.6.2
Homepage: https://github.com/debreate/debreate
Vcs-Browser: https://github.com/debreate/debreate
Vcs-Git: https://github.com/debreate/debreate.git

Package: debreate
Architecture: all
Depends: ${shlibs:Depends},
 ${misc:Depends},
 debianutils,
 dpkg,
 fakeroot,
 file,
 python3,
 python3-wxgtk4.0,
 util-linux,
Recommends: coreutils,
 binutils,
 gvfs-bin,
 gzip,
 lintian,
 man-db,
 xdg-utils,
Suggests: gdebi | gdebi-kde,
Description: Debreate - Debian Package Builder
 Debreate is a utility to aid in creating installable Debian (.deb) packages. 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 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 (available in devscripts package) 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).