diff options
author | Ted Gould <ted@gould.cx> | 2010-09-19 14:42:21 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-09-19 14:42:21 -0500 |
commit | a006528f328d99f16647616b006c8ae3172d3d3f (patch) | |
tree | a6c3c20b59a0ab22cd2be13a74cc2bdb463bc11f /debian/rules | |
parent | 3e7cedba2b9c284e41664eb444d13083d714d90f (diff) | |
download | libayatana-indicator-a006528f328d99f16647616b006c8ae3172d3d3f.tar.gz libayatana-indicator-a006528f328d99f16647616b006c8ae3172d3d3f.tar.bz2 libayatana-indicator-a006528f328d99f16647616b006c8ae3172d3d3f.zip |
* debian/rules:
* Dropping the simple patch system
* Changing the shlibs to libindicator1
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 095f53b..9099854 100755 --- a/debian/rules +++ b/debian/rules @@ -2,10 +2,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk LDFLAGS += -Wl,-z,defs -Wl,--as-needed -DEB_DH_MAKESHLIBS_ARGS_libindicator0 += -V 'libindicator0 (>= 0.3.6)' +DEB_DH_MAKESHLIBS_ARGS_libindicator0 += -V 'libindicator1 (>= 0.3.13)' |