Skip to content

Commit

Permalink
Fixed some lintian warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed Apr 26, 2015
1 parent f40e26a commit da51521
Show file tree
Hide file tree
Showing 9 changed files with 83 additions and 648 deletions.
578 changes: 0 additions & 578 deletions data/ui/icontasklist.glade~

This file was deleted.

2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vala-panel (0.2.6-1) unstable; urgency=low
vala-panel (0.2.6.1-1) unstable; urgency=low

* Initial release

Expand Down
121 changes: 73 additions & 48 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,132 +2,157 @@ Source: vala-panel
Section: x11
Priority: optional
Maintainer: Konstantin P. <[email protected]>
Build-Depends: debhelper (>= 9), cmake (>= 2.8.0), libpeas-dev (>= 1.2.0), libgtk-3-dev (>= 3.12.0), libwnck-3-dev (>= 3.4.0),
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9), cmake (>= 2.8.0), libpeas-dev (>= 1.2.0), libgtk-3-dev (>= 3.12.0), libwnck-3-dev (>= 3.4.0), docbook-xsl, docbook-xml, xsltproc
Standards-Version: 3.9.6
Homepage: https://github.com/rilian-la-te/vala-panel
Vcs-Git: https://github.com/rilian-la-te/vala-panel.git
Vcs-Browser: https://github.com/rilian-la-te/vala-panel

Package: vala-panel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libvalapanel (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends}, libvalapanel0 (= ${binary:Version})
Description: Vala Panel is GTK+ 3 desktop panel. It is based on Vala and some LXPanel ideas.
Vala Panel is GTK+ 3 desktop panel. It is based on Vala and LXPanel ideas.
In fact, it was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it completery rewritten in Vala.
It offers same functionality as LXPanel, but:
It was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it is
completely rewritten in Vala. It offers same functionality as LXPanel, but:
1. It has slightly more memory usage.
2. X11 dependency is stripped from panel core (but it is not tested on Wayland right now)
3. Some of former LXPanel plugins is separate binaries now, and lives in another packages.
2. X11 dependency is stripped from panel core (but it is not tested on
another display servers, such as Wayland or Mir, right now).
3. Some of former LXPanel plugins is separate binaries now
and lives in another packages (Example is volume applet).

Package: vala-panel-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${misc:Depends}, vala-panel (= ${binary:Version})
Description: Vala Panel is GTK+ 3 desktop panel. It is based on Vala and some LXPanel ideas.
Description: Vala Panel - debug info.
Vala Panel is GTK+ 3 desktop panel. It is based on Vala and LXPanel ideas.
In fact, it was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it completery rewritten in Vala.
It offers same functionality as LXPanel, but:
It was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it is
completely rewritten in Vala. It offers same functionality as LXPanel, but:
1. It has slightly more memory usage.
2. X11 dependency is stripped from panel core (but it is not tested on Wayland right now)
3. Some of former LXPanel plugins is separate binaries now, and lives in another packages.
2. X11 dependency is stripped from panel core (but it is not tested on
another display servers, such as Wayland or Mir, right now).
3. Some of former LXPanel plugins is separate binaries now
and lives in another packages (Example is volume applet).
.
This package contains debug information for vala-panel binary.

Package: libvalapanel0-dev
Section: libdevel
Architecture: any
Depends: libvalapanel (= ${binary:Version}), ${misc:Depends}
Depends: libvalapanel0 (= ${binary:Version}), ${misc:Depends}
Description: Shared library for vala-panel - development files
Vala Panel is GTK+ 3 desktop panel. It is based on Vala and LXPanel ideas.
In fact, it was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it completery rewritten in Vala.
It offers same functionality as LXPanel, but:
It was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it is
completely rewritten in Vala. It offers same functionality as LXPanel, but:
1. It has slightly more memory usage.
2. X11 dependency is stripped from panel core (but it is not tested on Wayland right now)
3. Some of former LXPanel plugins is separate binaries now, and lives in another packages.
2. X11 dependency is stripped from panel core (but it is not tested on
another display servers, such as Wayland or Mir, right now).
3. Some of former LXPanel plugins is separate binaries now
and lives in another packages (Example is volume applet).
.
This package contains header files for building plugins or window managers with vala-panel support.
This package contains header files for building plugins
or window managers with vala-panel support.

Package: libvalapanel0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Shared library for vala-panel - binary files
Vala Panel is GTK+ 3 desktop panel. It is based on Vala and LXPanel ideas.
In fact, it was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it completery rewritten in Vala.
It offers same functionality as LXPanel, but:
It was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it is
completely rewritten in Vala. It offers same functionality as LXPanel, but:
1. It has slightly more memory usage.
2. X11 dependency is stripped from panel core (but it is not tested on Wayland right now)
3. Some of former LXPanel plugins is separate binaries now, and lives in another packages.
2. X11 dependency is stripped from panel core (but it is not tested on
another display servers, such as Wayland or Mir, right now).
3. Some of former LXPanel plugins is separate binaries now
and lives in another packages (Example is volume applet).
.
This package contains main library for vala-panel. It is required to run vala-panel application.
This package contains main library for vala-panel.
It is required to run vala-panel application.

Package: libvalapanel0-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${misc:Depends}, vala-panel (= ${binary:Version})
Description: Vala Panel is GTK+ 3 desktop panel. It is based on Vala and some LXPanel ideas.
Description: Shared library for vala-panel - debug info
Vala Panel is GTK+ 3 desktop panel. It is based on Vala and LXPanel ideas.
In fact, it was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it completery rewritten in Vala.
It offers same functionality as LXPanel, but:
It was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it is
completely rewritten in Vala. It offers same functionality as LXPanel, but:
1. It has slightly more memory usage.
2. X11 dependency is stripped from panel core (but it is not tested on Wayland right now)
3. Some of former LXPanel plugins is separate binaries now, and lives in another packages.
2. X11 dependency is stripped from panel core (but it is not tested on
another display servers, such as Wayland or Mir, right now).
3. Some of former LXPanel plugins is separate binaries now
and lives in another packages (Example is volume applet).
.
This package contains debug information for vala-panel library.

Package: vala-panel-plugins-base
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Plugins for vala-panel - non X11 plugins.
Vala Panel is GTK+ 3 desktop panel. It is based on Vala and LXPanel ideas.
In fact, it was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it completery rewritten in Vala.
It offers same functionality as LXPanel, but:
It was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it is
completely rewritten in Vala. It offers same functionality as LXPanel, but:
1. It has slightly more memory usage.
2. X11 dependency is stripped from panel core (but it is not tested on Wayland right now)
3. Some of former LXPanel plugins is separate binaries now, and lives in another packages.
2. X11 dependency is stripped from panel core (but it is not tested on
another display servers, such as Wayland or Mir, right now).
3. Some of former LXPanel plugins is separate binaries now
and lives in another packages (Example is volume applet).
.
This package contains main plugins for vala-panel: clock, launchbar, applications menu and so on.
This package contains main plugins for vala-panel:
clock, launchbar, applications menu and so on.

Package: vala-panel-plugins-base-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${misc:Depends}, vala-panel-plugins-base (= ${binary:Version})
Description: Vala Panel is GTK+ 3 desktop panel. It is based on Vala and some LXPanel ideas.
Description: Plugins for vala-panel - non-X11 plugins - debug info.
Vala Panel is GTK+ 3 desktop panel. It is based on Vala and LXPanel ideas.
In fact, it was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it completery rewritten in Vala.
It offers same functionality as LXPanel, but:
It was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it is
completely rewritten in Vala. It offers same functionality as LXPanel, but:
1. It has slightly more memory usage.
2. X11 dependency is stripped from panel core (but it is not tested on Wayland right now)
3. Some of former LXPanel plugins is separate binaries now, and lives in another packages.
2. X11 dependency is stripped from panel core (but it is not tested on
another display servers, such as Wayland or Mir, right now).
3. Some of former LXPanel plugins is separate binaries now
and lives in another packages (Example is volume applet).
.
This package contains debug information for vala-panel base plugins.

Package: vala-panel-plugins-wnck
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-6
Description: Plugins for vala-panel - X11 plugins.
Vala Panel is GTK+ 3 desktop panel. It is based on Vala and LXPanel ideas.
In fact, it was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it completery rewritten in Vala.
It offers same functionality as LXPanel, but:
It was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it is
completely rewritten in Vala. It offers same functionality as LXPanel, but:
1. It has slightly more memory usage.
2. X11 dependency is stripped from panel core (but it is not tested on Wayland right now)
3. Some of former LXPanel plugins is separate binaries now, and lives in another packages.
2. X11 dependency is stripped from panel core (but it is not tested on
another display servers, such as Wayland or Mir, right now).
3. Some of former LXPanel plugins is separate binaries now
and lives in another packages (Example is volume applet).
.
This package contains X11 plugins for vala-panel: tasklist, system tray, and others.
This package contains X11 plugins for vala-panel:
tasklist, system tray, and others.

Package: vala-panel-plugins-wnck-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${misc:Depends}, vala-panel-plugins-wnck (= ${binary:Version})
Description: Vala Panel is GTK+ 3 desktop panel. It is based on Vala and some LXPanel ideas.
Description: Plugins for vala-panel - X11 plugins - debug info.
Vala Panel is GTK+ 3 desktop panel. It is based on Vala and LXPanel ideas.
In fact, it was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it completery rewritten in Vala.
It offers same functionality as LXPanel, but:
It was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it is
completely rewritten in Vala. It offers same functionality as LXPanel, but:
1. It has slightly more memory usage.
2. X11 dependency is stripped from panel core (but it is not tested on Wayland right now)
3. Some of former LXPanel plugins is separate binaries now, and lives in another packages.
2. X11 dependency is stripped from panel core (but it is not tested on
another display servers, such as Wayland or Mir, right now).
3. Some of former LXPanel plugins is separate binaries now
and lives in another packages (Example is volume applet).
.
This package contains debug information for vala-panel X11 plugins.
1 change: 1 addition & 0 deletions debian/libvalapanel0-dev.install
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
usr/lib/*/libvalapanel.so
usr/share/vala/*
usr/include/vala-panel/*
usr/lib/pkgconfig/*
1 change: 0 additions & 1 deletion debian/libvalapanel0.install
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
usr/lib/*/libvalapanel.so
usr/lib/*/libvalapanel.so.*
usr/share/glib-2.0/schemas/org.valapanel.toplevel.gschema.xml
usr/share/glib-2.0/schemas/org.valapanel.toplevel.plugin.gschema.xml
Expand Down
7 changes: 7 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ override_dh_auto_clean:
dh_auto_clean --buildsystem=cmake

override_dh_auto_build:
xsltproc --nonet \
--param make.year.ranges 1 \
--param make.single.year.ranges 1 \
--param man.charmap.use.subset 0 \
-o debian/ \
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl\
debian/vala-panel.1.xml
dh_auto_build --buildsystem=cmake

# consider using -DUSE_VERSIONED_DIR=ON if backporting
Expand Down
File renamed without changes.
20 changes: 0 additions & 20 deletions debian/vala-panel.doc-base.EX

This file was deleted.

1 change: 1 addition & 0 deletions debian/vala-panel.manpages
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs/vala-panel.1

0 comments on commit da51521

Please sign in to comment.