[lua-torch-sundown] 01/01: d/*: update copyright, lintian-overrides, and rules

Zhou Mo cdluminate-guest at moszumanska.debian.org
Sat Aug 20 14:18:24 UTC 2016


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

cdluminate-guest pushed a commit to branch master
in repository lua-torch-sundown.

commit 364e6d9adc92ee944ee5beb55300552da922b715
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Sat Aug 20 14:18:02 2016 +0000

    d/*: update copyright, lintian-overrides, and rules
---
 debian/copyright                           |  6 ++++++
 debian/lua-torch-sundown.lintian-overrides |  4 ++--
 debian/rules                               | 19 +------------------
 3 files changed, 9 insertions(+), 20 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index c4c66e5..2d27159 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -36,12 +36,18 @@ License:   Idiap-BSD-3-Clause
 Files:     html/html.c
            html/html.h
            html/html_smartypants.c
+           html/houdini.h
+           html/houdini_href_e.c
+           html/houdini_html_e.c
            src/autolink.c
            src/autolink.h
            src/buffer.c
            src/buffer.h
            src/markdown.c
            src/markdown.h
+           src/html_blocks.h
+           src/stack.c
+           src/stack.h
 Copyright: 2008-2009 Natacha Porté
            2011 Vicent Marti
            2011 Vicent Martí
diff --git a/debian/lua-torch-sundown.lintian-overrides b/debian/lua-torch-sundown.lintian-overrides
index 5ec7637..979fccd 100644
--- a/debian/lua-torch-sundown.lintian-overrides
+++ b/debian/lua-torch-sundown.lintian-overrides
@@ -1,5 +1,5 @@
-# [lintian I] no need for such a symbols control file
+# [lintian I] no need for such a symbols control file, this is lua extention library
 lua-torch-sundown: no-symbols-control-file usr/lib/x86_64-linux-gnu/liblua5.1-torch-sundown.so.0.0.0
 
-# [lintian W] this library is for specific lua use instread of general usage.
+# [lintian W] this library is for specific lua use instead of general usage.
 lua-torch-sundown: package-name-doesnt-match-sonames liblua5.1-torch-sundown0
diff --git a/debian/rules b/debian/rules
index 96b5b41..55ce5b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,30 +1,13 @@
 #!/usr/bin/make -f
 export DEB_BUILD_MAINT_OPTIONS= hardening=+all
-DEB_HOST_MULTIARCH=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-SOURCEROOT=$(shell pwd)
 
 %:
 	dh $@ --buildsystem=lua --with lua
 
 override_dh_auto_configure:
 	ln -s . sundown
-	sed -i -e '1d' mdcat.lua # remove #! line to make lintian happy
-#	set -e; mkdir libsundown.build; cd libsundown.build; cmake .. \
-#		-DCMAKE_INSTALL_PREFIX=$(SOURCEROOT)/debian/tmp/ \
-#		-DLIBDIR=$(SOURCEROOT)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/ \
-#		-DLUADIR=$(SOURCEROOT)/debian/tmp/usr/share/lua/5.1/;
 	dh_auto_configure
 
-override_dh_auto_build:
-#	set -e; cd libsundown.build; make;
-	dh_auto_build
-
-override_dh_auto_install:
-#	mkdir -p debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/
-#	cp -v libsundown.build/libsundown.so \
-#		debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/
-	dh_auto_install
-
 override_dh_auto_clean:
-	-$(RM) -rf 5.1-torch-sundown debian/trash sundown libsundown.build/
+	-$(RM) -rf 5.1-torch-sundown debian/trash sundown
 	dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lua-torch-sundown.git



More information about the debian-science-commits mailing list