diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-19 13:58:43 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-19 13:58:43 -0500 |
commit | 804ec33e26f64e56ca126d397272ef7a9cd648a8 (patch) | |
tree | 953083d3241ce826687b5b42388bd6e8e2b07e9d /debian/rules | |
parent | ae5b229ff8551e9d011a53de1578535a44412843 (diff) | |
download | ayatana-ido-804ec33e26f64e56ca126d397272ef7a9cd648a8.tar.gz ayatana-ido-804ec33e26f64e56ca126d397272ef7a9cd648a8.tar.bz2 ayatana-ido-804ec33e26f64e56ca126d397272ef7a9cd648a8.zip |
Manually import debian/ from ido 12.10.2-0ubuntu1.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..fcdc14e --- /dev/null +++ b/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +%: + dh $@ --with autoreconf + +override_dh_makeshlibs: + dh_makeshlibs -plibido3-0.1-0 -V'libido3-0.1-0 (>= 12.10.0)' -- -c4 + dh_makeshlibs -Nlibido3-0.1-0 + +override_dh_install: + find debian/tmp/usr/lib -name *.la -delete + dh_install --fail-missing |