Skip to content

Commit ec462ce

Browse files
committed
fix readme, increase version number in debian/changelog, fix dependency list in debian/control
1 parent 3045994 commit ec462ce

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ This repository contain the following extra GxPlugins as submodules.
6565
the following packages are needed to build the GxPlugs:
6666

6767
- libc6-dev
68-
- libgtk2.0-dev
69-
- libstdc++6-dev
68+
- libcairo2-dev
69+
- libx11-dev
70+
- x11proto-dev
7071
- lv2-dev
7172

7273
note that those packages could have different, but similar names

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
gxplugins (0.5) unstable; urgency=medium
2+
3+
* Switch to X11 based GUI's.
4+
5+
-- hermann <brummer@org> Mon, 08 Oct 2018 06:05:53 +0200
6+
17
gxplugins (0.4) unstable; urgency=medium
28

39
* Initial Release.

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Source: gxplugins
22
Section: unknown
33
Priority: optional
44
Maintainer: hermann <brummer@web.de>
5-
Build-Depends: debhelper, libc6 , libcairo2 , libgcc1 , libgdk-pixbuf2.0-0 , libglib2.0-0 , libgtk2.0-0 , libpango-1.0-0 , libstdc++6
5+
Build-Depends: debhelper, libc6 , libcairo2 , libx11-6, lv2-dev
66
Standards-Version: 3.9.8
77
Homepage: <https://github.com/brummer10/GxPlugins.lv2>
88

debian/rules

100644100755
File mode changed.

0 commit comments

Comments
 (0)