diff options
author | Ted Gould <ted@gould.cx> | 2010-10-15 14:54:32 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-15 14:54:32 -0500 |
commit | d6160f5deba95d4b915a53382e15610d39e81bbe (patch) | |
tree | 8f447ca5a013fcbe0092fcea7f89827e60aeebe4 /debian | |
parent | 32b0c1ce0db7b3955abd6d2192e89889170ec301 (diff) | |
download | libayatana-indicator-d6160f5deba95d4b915a53382e15610d39e81bbe.tar.gz libayatana-indicator-d6160f5deba95d4b915a53382e15610d39e81bbe.tar.bz2 libayatana-indicator-d6160f5deba95d4b915a53382e15610d39e81bbe.zip |
debian/control: Adding package libindicator-debugenv
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/* |