+ossec-hids (2.5.1-2) stable; urgency=low
+
+ * #19996: popravljeni bugovi iz lintian reporta (Valentin Vidic)
+
+ -- Dinko Korunic <kreator@carnet.hr> Mon, 21 Mar 2011 12:43:23 +0100
+
ossec-hids (2.5.1-1) stable; urgency=low
* new upstream release (2.5.1)
Section: admin
Priority: extra
Maintainer: Dinko Korunic <kreator@carnet.hr>
-Build-Depends: debhelper (>= 4)
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.9.1
Package: ossec-hids
Architecture: any
-Depends: postfix | mail-transport-agent, expect (>= 5.43.0-17), adduser (>= 3.110), libc6 (>= 2.7-18lenny2)
+Depends: postfix | mail-transport-agent, expect (>= 5.43.0-17),
+ adduser (>= 3.110), ${misc:Depends}, ${shlibs:Depends}
Priority: extra
Section: admin
Description: OSSEC HIDS
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
# ugly directory creation
chmod 550 $(DESTDIR)/bin/*
chmod 440 $(DESTDIR)/etc/ossec.conf
- # fixups: no need for execute bits on files there
+ # fixups: no need for execute bits on files there
find $(DESTDIR)/rules -type f -exec chmod ugo-x '{}' ';'
find $(DESTDIR)/etc -type f -exec chmod ugo-x '{}' ';'
# Build architecture-independent files here.
binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
dh_testdir
dh_testroot
dh_installchangelogs
# dh_perl
# dh_python
dh_installdeb
+ dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install