TT#26264 Rename tmpfiles.d file to avoid code in d/rules

According to Guillem (thanks to him) in a comment to another package:

  "Actually dh_installinit already handles these files in stretch you just need
  to name it debian/pkgname.tmpfile."

Change-Id: I43f23be57fb4c19adaeebb9f4e522d24816ca018
changes/73/19873/1
Manuel Montecelo 8 years ago
parent f51d21949a
commit b106d5bb0e

5
debian/rules vendored

@ -45,11 +45,6 @@ override_dh_auto_install:
dh_python2
dh_python2 /usr/lib/$(APP_NAME)
# config file needed to create cache and run dirs with tmpfiles.d (there
# is no .install file to make )
mkdir -p $(CURDIR)/debian/$(APP_NAME)/usr/lib/tmpfiles.d/
cp $(CURDIR)/debian/ngcp-sems.tmpfiles.d.conf $(CURDIR)/debian/$(APP_NAME)/usr/lib/tmpfiles.d/ngcp-sems.conf
override_dh_strip:
dh_strip --dbgsym-migration='$(APP_NAME)-dbg (<= 1:1.6.0-1+0~mr6.0.0.0)'
# MT#7431 those binaries aren't automatically stripped

Loading…
Cancel
Save