diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 11 | ||||
-rw-r--r-- | debian/libindicator-debugenv.install | 1 |
3 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ad3b567..19253bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ libindicator (0.3.14-0ubuntu2~ppa1) UNRELEASED; urgency=low * Upstream Merge * Adding a small file to set debugging environment variables * Autogen + * debian/control: Adding package libindicator-debugenv - -- Ted Gould <ted@ubuntu.com> Fri, 15 Oct 2010 14:51:55 -0500 + -- Ted Gould <ted@ubuntu.com> Fri, 15 Oct 2010 14:54:17 -0500 libindicator (0.3.14-0ubuntu1) maverick; urgency=low diff --git a/debian/control b/debian/control index d701099..5f33619 100644 --- a/debian/control +++ b/debian/control @@ -51,3 +51,14 @@ Description: Tools for libindicator Tools useful for developers of applications using indicators. . This package contains files that are needed to build applications. + +Package: libindicator-debugenv +Section: devel +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libindicator1 (= ${binary:Version}) +Description: Debug environment for libindicator + Sets debug values useful for developers of applications using indicators. + . + This package contains session configuration files diff --git a/debian/libindicator-debugenv.install b/debian/libindicator-debugenv.install new file mode 100644 index 0000000..da1327b --- /dev/null +++ b/debian/libindicator-debugenv.install @@ -0,0 +1 @@ +debian/tmp/etc/* |