Codebase list juffed / 3a7f44d
Add libjuffed0.10 ChangZhuo Chen (陳昌倬) 1 year, 3 months ago
5 changed file(s) with 20 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
3131 .
3232 This package contains the JuffEd editor.
3333
34 Package: juffed-dev
34 Package: juff-dev
3535 Architecture: any
3636 Section: devel
3737 Depends: ${misc:Depends},
38 juffed (= ${binary:Version})
38 libjuff0.10 (= ${binary:Version})
3939 Description: Lightweight yet powerful Qt text editor - development files
4040 JuffEd is a simple, cross-platform text editor written using the Qt toolkit
4141 and the QScintilla library. It supports most features found in modern text
4343 sessions, and a plugin API.
4444 .
4545 This package contains development files for plugin building.
46
47 Package: libjuff0.10
48 Architecture: any
49 Multi-Arch: same
50 Depends: ${misc:Depends},
51 ${shlibs:Depends}
52 Description: Lightweight yet powerful Qt text editor
53 JuffEd is a simple, cross-platform text editor written using the Qt toolkit
54 and the QScintilla library. It supports most features found in modern text
55 editors, including syntax highlighting, bracket matching, switching encodings,
56 sessions, and a plugin API.
57 .
58 This package contains JuffEd editor libraries.
4659
4760 Package: juffed-plugins
4861 Architecture: any
0 usr/include/juffed/*.h
1 usr/lib/*/libjuffed-engine-qsci.so
2 usr/lib/*/libjuff.so
+0
-3
debian/juffed-dev.install less more
0 usr/include/juffed/*.h
1 usr/lib/*/libjuffed-engine-qsci.so
2 usr/lib/*/libjuff.so
11 usr/share/pixmaps/juffed.png
22 usr/share/applications/juffed.desktop
33 usr/share/juffed/
4
5 usr/lib/*/libjuffed-engine-qsci.so.0*
6 usr/lib/*/libjuff.so.0*
0 usr/lib/*/libjuffed-engine-qsci.so.0.10*
1 usr/lib/*/libjuff.so.0.10*