diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e807c44..953dacb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +downtube (1.4) UNRELEASED; urgency=medium + + * Use libreichwein + * Update build environment + + -- Roland Reichwein <mail@reichwein.it> Sun, 12 Feb 2023 15:39:31 +0100 + downtube (1.3) unstable; urgency=medium * Fix youtube-dl command line: Fix extension for ffmpeg diff --git a/debian/control b/debian/control index a523452..5942ba6 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: downtube Section: web Priority: optional Maintainer: Roland Reichwein <mail@reichwein.it> -Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9, node-uglify, python3-pkg-resources, htmlmin, cleancss, libfcgi-dev +Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9, uglifyjs, python3-pkg-resources, htmlmin, cleancss, libfcgi-dev, libreichwein-dev, libfmt-dev Standards-Version: 4.5.0 Homepage: http://www.reichwein.it/downtube/ |