15 Commits

Author SHA1 Message Date
John Factotum
ed40d8bc5c Fix Tracker references 2022-01-13 20:55:50 +08:00
Archisman Panigrahi
256c347bbd Add appstream to Build-depends (#732) 2021-05-19 00:55:36 +00:00
Archisman Panigrahi
625e063c53 Make debian package compatible with Ubuntu 18.04 and Ubuntu 20.04 (#580)
* Make debian package compatible with Ubuntu 18.04

For Ubuntu 18.04 the maximum supported version of `debhelper-compat` is 11, while for Ubuntu 20.04 the version it 12. As a result, the package failed to build in Ubuntu 18.04 or 20.04 (due to missing build-dependency). [This article](https://www.man7.org/linux/man-pages/man7/debhelper.7.html) says that `debhelper-compat (=11)` is discouraged, and 12 won't be supported by Ubuntu 18.04, so I used 10 instead.

I have checked that this package builds in both 18.04 and 20.04

* Use format native instead of quilt

`quilt` may be used to apply debian specific patches, but it would require creating a upstream tarball during packaging. This commit would save hassle for the upstream developers, when they would distribute their own debian packages.

If the debian specific patches are backported to upstream before submitting to debian, `quilt` won't be required at all. Also, the debian maintainer can use the `quilt` version, but it is really not required in upstream.

Also, if the debian maintainer(s) only change the `foliate/debian` directory, they won't have to apply that as a patch, they can directly edit it. Patches are only to be applied to the rest of the source, if required. In fact, applying patches to debian directory [does not work](https://stackoverflow.com/questions/29634868/adding-a-file-in-a-quilt-dquilt-patch-patch-applies-correctly-by-hand-but-brea/29635229#29635229).
2020-09-04 04:58:21 +00:00
David Heidelberg
76684e2e49 Debianize: fix debian warnings (#529) 2020-08-28 05:09:06 +00:00
John Factotum
d67691a09f Fix Debian dependency 2020-07-02 14:34:06 +08:00
John Factotum
c2c67dd20a Bump version to 2.3.0 2020-06-19 01:42:22 +08:00
John Factotum
2cc4f83789 Bump version to 2.2.0 2020-05-29 14:53:03 +08:00
John Factotum
d6cc2648be Update Debian files 2020-04-05 15:26:25 +08:00
John Factotum
45db92870f Bump version to 1.5.2 2019-07-19 13:26:03 +08:00
John Factotum
5902ef053f Fix debian dependencies 2019-07-18 04:39:37 +08:00
John Factotum
6144d12a71 Bump version to 1.5.0 2019-07-14 22:41:14 +08:00
John Factotum
14fefcac68 Update control 2019-07-08 14:49:08 +00:00
John Factotum
8cd06eb7d3 Farewell to Libsoup 2019-07-03 17:08:52 +08:00
John Factotum
8f37d79561 Update Debian package specification 2019-07-02 12:46:37 +08:00
John Factotum
e75f79e964 Add Debian package specification 2019-07-01 23:56:15 +08:00