+hmcfgusb (0.097-2) unstable; urgency=low
+
+ * Add logrotate script
+
+ -- JSurf <jsurf@gmx.de> Wed, 25 Jun 2014 10:37:00 +0200
+
hmcfgusb (0.097-1) unstable; urgency=low
* Initial release
--- /dev/null
+/var/log/hmland.log {
+ rotate 12
+ weekly
+ compress
+ missingok
+ postrotate
+ /etc/init.d/hmland restart
+ endscript
+}
\ No newline at end of file
dh $@
override_dh_installinit:
- dh_installinit --name=hmland
\ No newline at end of file
+ dh_installinit --name=hmland
+override_dh_installlogrotate:
+ dh_installlogrotate --name=hmland