[openpilot] 03/05: Remove d/postinst.
Anton Gladky
gladk at moszumanska.debian.org
Mon Apr 13 18:27:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository openpilot.
commit 20cb36575decd94697bb8e2309bc7a303a5192ff
Author: Anton Gladky <gladk at debian.org>
Date: Mon Apr 13 18:04:03 2015 +0200
Remove d/postinst.
---
debian/postinst | 40 ----------------------------------------
debian/rules | 3 +++
2 files changed, 3 insertions(+), 40 deletions(-)
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index e58a3e1..0000000
--- a/debian/postinst
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/sh
-# postinst script for openpilot
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <postinst> `abort-remove'
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- configure)
- /sbin/udevadm control --reload-rules >&2
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/rules b/debian/rules
index e40a285..4446a8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@ export QT_SELECT=5
override_dh_auto_build:
$(MAKE) all
+ cp $(CURDIR)/package/linux/45-openpilot-permissions.rules $(CURDIR)/debian/openpilot.udev
override_dh_auto_install:
dh_auto_install -- prefix=/usr
+
+override_dh_makeshlibs:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/openpilot.git
More information about the debian-science-commits
mailing list