[med-svn] [arden] 01/02: Follow hints to Python policy
Andreas Tille
tille at debian.org
Fri Feb 7 14:45:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository arden.
commit 889c73ec7e80b15a7b3f67e776e6768727eff47e
Author: Andreas Tille <tille at debian.org>
Date: Fri Feb 7 15:49:43 2014 +0100
Follow hints to Python policy
---
debian/install | 4 ++--
debian/links | 3 +++
debian/patches/series | 2 +-
debian/rules | 8 ++++----
4 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/debian/install b/debian/install
index 84aa2e1..8353e66 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +1,3 @@
-arden-* usr/bin
-core usr/share/pyshared/arden
+arden-* usr/share/arden
+core usr/share/arden
doc/* usr/share/doc/arden/html
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..94bb54c
--- /dev/null
+++ b/debian/links
@@ -0,0 +1,3 @@
+usr/share/arden/arden-analyze usr/bin/arden-analyze
+usr/share/arden/arden-create usr/bin/arden-create
+usr/share/arden/arden-filter usr/bin/arden-filter
diff --git a/debian/patches/series b/debian/patches/series
index a96c0c7..661641f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-move_core_to_arden
+# move_core_to_arden
diff --git a/debian/rules b/debian/rules
index 1c51bff..b24c46a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,8 @@ DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
%:
dh $@ --with python2
-override_dh_install:
- dh_install
- touch debian/$(DEBPKGNAME)/usr/share/pyshared/$(DEBPKGNAME)/__init__.py
- touch debian/$(DEBPKGNAME)/usr/share/pyshared/$(DEBPKGNAME)/core/__init__.py
+#override_dh_install:
+# dh_install
+# touch debian/$(DEBPKGNAME)/usr/share/pyshared/$(DEBPKGNAME)/__init__.py
+# touch debian/$(DEBPKGNAME)/usr/share/pyshared/$(DEBPKGNAME)/core/__init__.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/arden.git
More information about the debian-med-commit
mailing list