Install introspection data and lib into a private dir
This commit is contained in:
50
debian/control
vendored
50
debian/control
vendored
@@ -117,52 +117,4 @@ Description: generic text editor (debugging symbols)
|
||||
provided to help debugging problems.
|
||||
.
|
||||
The debugging symbols are installed in /usr/lib/debug and will
|
||||
automatically be used by gdb.
|
||||
|
||||
Package: xed-doc
|
||||
Section: doc
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends},
|
||||
Description: generic text editor (documentation files)
|
||||
Xed is a text editor which supports most standard editor features,
|
||||
extending this basic functionality with other features not usually
|
||||
found in simple text editors. Xed is a graphical application which
|
||||
supports editing multiple text files in one window (known sometimes as
|
||||
tabs or MDI).
|
||||
.
|
||||
Xed fully supports international text through its use of the
|
||||
Unicode UTF-8 encoding in edited files. Its core feature set includes syntax
|
||||
highlighting of source code, auto indentation and printing and print preview
|
||||
support.
|
||||
.
|
||||
Xed is also extensible through its plugin system, which currently
|
||||
includes support for spell checking, comparing files, viewing CVS
|
||||
ChangeLogs, and adjusting indentation levels.
|
||||
.
|
||||
This package contains the documentation files.
|
||||
|
||||
Package: gir1.2-xed
|
||||
Architecture: any
|
||||
Depends: ${gir:Depends},
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: GObject introspection data for Xed
|
||||
Xed is a text editor which supports most standard editor features,
|
||||
extending this basic functionality with other features not usually
|
||||
found in simple text editors. Xed is a graphical application which
|
||||
supports editing multiple text files in one window (known sometimes as
|
||||
tabs or MDI).
|
||||
.
|
||||
Xed fully supports international text through its use of the
|
||||
Unicode UTF-8 encoding in edited files. Its core feature set includes syntax
|
||||
highlighting of source code, auto indentation and printing and print preview
|
||||
support.
|
||||
.
|
||||
Xed is also extensible through its plugin system, which currently
|
||||
includes support for spell checking, comparing files, viewing CVS
|
||||
ChangeLogs, and adjusting indentation levels.
|
||||
.
|
||||
This package contains introspection data for Xed.
|
||||
.
|
||||
It can be used by packages using the GIRepository format to generate
|
||||
dynamic bindings.
|
||||
automatically be used by gdb.
|
2
debian/gir1.2-xed.install
vendored
2
debian/gir1.2-xed.install
vendored
@@ -1,2 +0,0 @@
|
||||
usr/lib/*/girepository-1.0
|
||||
usr/share/gir-1.0
|
12
debian/xed-common.install
vendored
12
debian/xed-common.install
vendored
@@ -1,7 +1,7 @@
|
||||
usr/share/appdata/
|
||||
usr/share/glib-2.0/
|
||||
usr/share/help/
|
||||
usr/share/locale/
|
||||
usr/share/xed/icons/
|
||||
usr/share/xed/plugins/
|
||||
usr/share/appdata
|
||||
usr/share/glib-2.0
|
||||
usr/share/help
|
||||
usr/share/locale
|
||||
usr/share/xed/icons
|
||||
usr/share/xed/plugins
|
||||
usr/share/xed/ui/
|
||||
|
4
debian/xed-dev.install
vendored
4
debian/xed-dev.install
vendored
@@ -1,2 +1,4 @@
|
||||
usr/include/xed/
|
||||
usr/include
|
||||
usr/lib/*/pkgconfig/
|
||||
usr/share/gtk-doc
|
||||
usr/share/xed/gir-1.0
|
||||
|
1
debian/xed-doc.install
vendored
1
debian/xed-doc.install
vendored
@@ -1 +0,0 @@
|
||||
usr/share/gtk-doc/
|
9
debian/xed.install
vendored
9
debian/xed.install
vendored
@@ -1,5 +1,8 @@
|
||||
usr/bin/
|
||||
usr/lib/*/xed/plugins/
|
||||
usr/bin/xed
|
||||
usr/lib/*/xed/plugins/*.plugin
|
||||
usr/lib/*/xed/girepository-1.0/
|
||||
usr/lib/*/xed/plugins/*.plugin
|
||||
usr/lib/*/xed/plugins/*.so
|
||||
usr/lib/xed/xed-bugreport.sh
|
||||
usr/share/applications/
|
||||
usr/share/applications/xed.desktop
|
||||
usr/share/man/
|
||||
|
Reference in New Issue
Block a user