Skip to content

Commit

Permalink
deb: remove extra license file
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Oct 31, 2014
1 parent 1c74cef commit ba02bb7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/debian/patches/remove-extra-license-file.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/Makefile.am b/Makefile.am
index cdc7ec5..6aaa2eb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,8 +20,7 @@ SUBDIRS = \
build \
normalizers \
packages \
- test \
- doc
+ test

docdir = $(datadir)/doc/$(PACKAGE)
dist_doc_DATA = \
1 change: 1 addition & 0 deletions packages/debian/patches/series
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
remove-extra-license-file.patch
2 changes: 1 addition & 1 deletion packages/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
export DH_OPTIONS

%:
dh $@
dh $@ --with autoreconf

# disable 'make check'.
override_dh_auto_test:
Expand Down

0 comments on commit ba02bb7

Please sign in to comment.