[Pkg-owncloud-commits] [owncloud] 455/457: Fix dh_link

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:07:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 63ed907ff7d17984e992d8c594c6160bb9a17de3
Author: David Prévot <taffit at debian.org>
Date:   Fri Jun 26 12:03:53 2015 -0400

    Fix dh_link
    
    Git-Dch: Ignore
---
 debian/links | 3 ---
 debian/rules | 3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/links b/debian/links
index 98f6755..a1355c8 100644
--- a/debian/links
+++ b/debian/links
@@ -28,6 +28,3 @@ usr/share/javascript/mediaelement/controls.svg				usr/share/owncloud/apps/files_
 usr/share/javascript/mediaelement/loading.gif				usr/share/owncloud/apps/files_videoviewer/css/loading.gif
 usr/share/javascript/mediaelement/mediaelement-and-player.js		usr/share/owncloud/apps/files_videoviewer/js/mediaelement-and-player.js
 usr/share/javascript/mediaelement/mediaelement-and-player.min.js	usr/share/owncloud/apps/files_videoviewer/js/mediaelement-and-player.min.js
-
-# Use the PDF from owncloud-doc
-usr/share/owncloud/core/doc/user/ownCloudUserManual.pdf			usr/share/owncloud/core/skeleton/ownCloud\ Manual.pdf
diff --git a/debian/rules b/debian/rules
index 033ad3d..02c656d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,5 +47,8 @@ override_dh_fixperms:
 override_dh_installchangelogs:
 	dh_installchangelogs $(CURDIR)/debian/upstream/changelog
 
+override_dh_link:
+	dh_link usr/share/owncloud/core/doc/user/ownCloudUserManual.pdf usr/share/owncloud/core/skeleton/ownCloud\ Manual.pdf
+
 get-orig-source:
 	uscan --force --verbose --rename

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list