From 7faf709324cb60862a3db68990f3a275edcec184 Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Thu, 11 Mar 2010 17:14:21 +0100 Subject: [PATCH] - patchevi od Valentina Vidica: 0001-Koristi-changelog-vrijeme-umjesto-build-vremena.patch 0002-Ispravak-dpgk-source-upozorenja-za-izvrsne-datoteke.patch --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 debian/copyright mode change 100755 => 100644 debian/postinst mode change 100755 => 100644 debian/prerm mode change 100755 => 100644 ossec-hids-debian.init diff --git a/debian/copyright b/debian/copyright old mode 100755 new mode 100644 diff --git a/debian/postinst b/debian/postinst old mode 100755 new mode 100644 diff --git a/debian/prerm b/debian/prerm old mode 100755 new mode 100644 diff --git a/debian/rules b/debian/rules index c7650ee..db885c7 100755 --- a/debian/rules +++ b/debian/rules @@ -110,7 +110,7 @@ install: build # system ossec-init echo "DIRECTORY=\"/var/ossec\"" > $(PKGDIR)/etc/ossec-init.conf echo "VERSION=\"`cat src/VERSION`\"" >> $(PKGDIR)/etc/ossec-init.conf - echo "DATE=\"`date --utc`\"" >> $(PKGDIR)/etc/ossec-init.conf + echo "DATE=\"$(date --utc -d "$(dpkg-parsechangelog | sed -ne 's/Date: //p')")\"" >> $(PKGDIR)/etc/ossec-init.conf echo "TYPE=\"local\"" >> $(PKGDIR)/etc/ossec-init.conf # Build architecture-independent files here. diff --git a/ossec-hids-debian.init b/ossec-hids-debian.init old mode 100755 new mode 100644 -- 1.7.10.4