diff options
author | Michael Terry <mike@mterry.name> | 2011-02-28 08:58:38 -0500 |
---|---|---|
committer | Michael Terry <mike@mterry.name> | 2011-02-28 08:58:38 -0500 |
commit | 49874d38804ea6cc47d3a241600e4f0a12f9fc1a (patch) | |
tree | beb80910176c797b9d5435688670654b9cd48156 /debian/rules | |
parent | 5f97e91d0017b93369d3ddc7e7354a8f285bf336 (diff) | |
download | libayatana-appindicator-49874d38804ea6cc47d3a241600e4f0a12f9fc1a.tar.gz libayatana-appindicator-49874d38804ea6cc47d3a241600e4f0a12f9fc1a.tar.bz2 libayatana-appindicator-49874d38804ea6cc47d3a241600e4f0a12f9fc1a.zip |
* debian/control, debian/rules:0.2.96-0ubuntu2
- Add quilt
* debian/patches/disconnect-from-theme.patch:
- Fix crash when switching themes by disconnecting a signal from
the theme on dispose. LP: #708188
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 3f266b0..a149c98 100755 --- a/debian/rules +++ b/debian/rules @@ -11,6 +11,7 @@ export CSC=/usr/bin/mono-csc include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk API_VERSION = 0.1 |