~ubuntu-branches/ubuntu/wily/syslog-ng/wily-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Gergely Nagy, Gergely Nagy
  • Date: 2014-03-19 09:14:08 UTC
  • mfrom: (1.3.15)
  • Revision ID: package-import@ubuntu.com-20140319091408-haibojffnjwle33o
Tags: 3.5.4.1-1
[ Gergely Nagy <algernon@madhouse-project.org> ]
* New upstream release.
* Handle the shlibs file correctly, and install it to the syslog-ng-core
  package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
# anything that build-depends on syslog-ng-dev, so lets make a correct
222
222
# shlibs file for that, shall we?
223
223
override_dh_makeshlibs:
224
 
ifeq (,$(filter syslog-ng-core,$(shell dh_listpackages)))
 
224
ifneq (,$(filter syslog-ng-core,$(shell dh_listpackages)))
225
225
        dh_makeshlibs -V "syslog-ng-core (= $(shell dpkg-parsechangelog | grep '^Version:' | cut -d: -f2))" -n -Xusr/lib/syslog-ng/$(shell cat ${SRCDIR}/VERSION)
226
226
else
227
227
        dh_makeshlibs -n -Xusr/lib/syslog-ng/$(shell cat ${SRCDIR}/VERSION)