Skip to content

Commit

Permalink
Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
ab25cq committed Jan 31, 2018
1 parent abafd5f commit b84092e
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 11 deletions.
4 changes: 4 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ install:
$(INSTALL) -m 644 ./MList.clm $(DESTDIR)/share/clover2
$(INSTALL) -m 644 ./MPrintOutObject.clm $(DESTDIR)/share/clover2
$(INSTALL) -m 644 ./MWrapperClassBase.clm $(DESTDIR)/share/clover2
$(INSTALL) -m 644 ./MWrapperClassBase.clm $(DESTDIR)/share/clover2

mkdir -p $(DESTDIR)/share/man/man1
$(INSTALL) ./man/clover2.1.gz $(DESTDIR)/share/man/man1

mkdir -p "$(DESTDIR)/bin"
$(INSTALL) -m 755 ./clover2 "$(DESTDIR)/bin"
Expand Down
2 changes: 1 addition & 1 deletion debian/.debhelper/clover2/dbgsym-build-ids
Original file line number Diff line number Diff line change
@@ -1 +1 @@
afb52c8b8585ec12106e0c1da6529c484096eb95 eea8cb147acc3cc612ae9fe1f587a9b8096eabd1 fed00c5fca15c50807cdeed4e4c93c0b7242e854
57e0c9de219c38d5ea4430bc8cad4d706de79a05 d27d762f5a1912c645cc6111c31165a5be719706 d8fdab4b12534557e1d19627b0d3c79cc8902670
6 changes: 3 additions & 3 deletions debian/.debhelper/clover2/dbgsym-root/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Package: clover2-dbgsym
Source: clover2
Version: 3.5.6-1
Auto-Built-Package: debug-symbols
Architecture: i386
Architecture: amd64
Maintainer: Daisuke Minato <[email protected]>
Installed-Size: 84
Installed-Size: 102
Depends: clover2 (= 3.5.6-1)
Section: debug
Priority: extra
Homepage: https://github.com/ab25cq/clover2/wiki
Description: Debug symbols for clover2
Build-Ids: afb52c8b8585ec12106e0c1da6529c484096eb95 eea8cb147acc3cc612ae9fe1f587a9b8096eabd1 fed00c5fca15c50807cdeed4e4c93c0b7242e854
Build-Ids: 57e0c9de219c38d5ea4430bc8cad4d706de79a05 d27d762f5a1912c645cc6111c31165a5be719706 d8fdab4b12534557e1d19627b0d3c79cc8902670
6 changes: 3 additions & 3 deletions debian/.debhelper/clover2/dbgsym-root/DEBIAN/md5sums
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
1bf4b2cde6cf025ef975aa724b745edb usr/lib/debug/.build-id/af/b52c8b8585ec12106e0c1da6529c484096eb95.debug
99a0a4478e864a4c2190617cdd10ffc3 usr/lib/debug/.build-id/ee/a8cb147acc3cc612ae9fe1f587a9b8096eabd1.debug
722ba54d920401c59e86b63bfafb35f3 usr/lib/debug/.build-id/fe/d00c5fca15c50807cdeed4e4c93c0b7242e854.debug
7e4c152367236e2f020fe586e3a8248a usr/lib/debug/.build-id/57/e0c9de219c38d5ea4430bc8cad4d706de79a05.debug
8d1b8b758ec858581bbfc84abd2cc1b1 usr/lib/debug/.build-id/d2/7d762f5a1912c645cc6111c31165a5be719706.debug
b4954de97aa0e878df92d441694693ff usr/lib/debug/.build-id/d8/fdab4b12534557e1d19627b0d3c79cc8902670.debug
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions debian/clover2.debhelper.log
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dh_auto_install
dh_install
dh_installdocs
dh_installchangelogs
dh_installman
dh_perl
dh_link
dh_strip_nondeterminism
Expand Down
2 changes: 1 addition & 1 deletion debian/clover2.substvars
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
shlibs:Depends=libc6 (>= 2.8), libpcre3, libreadline7 (>= 6.0)
shlibs:Depends=libc6 (>= 2.14), libpcre3, libreadline7 (>= 6.0)
misc:Depends=
misc:Pre-Depends=
6 changes: 3 additions & 3 deletions debian/files
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
clover2-dbgsym_3.5.6-1_i386.deb debug extra
clover2_3.5.6-1_i386.buildinfo unknown optional
clover2_3.5.6-1_i386.deb unknown optional
clover2-dbgsym_3.5.6-1_amd64.deb debug extra
clover2_3.5.6-1_amd64.buildinfo unknown optional
clover2_3.5.6-1_amd64.deb unknown optional
1 change: 1 addition & 0 deletions debian/install
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,4 @@ manual/usage-en.md /usr/share/doc/clover2/
manual/usage.md /usr/share/doc/clover2/
manual/usage2-en.md /usr/share/doc/clover2/
manual/usage2.md /usr/share/doc/clover2/
man/clover2.1.gz /usr/share/man/man1/
Binary file added man/clover2.1.gz
Binary file not shown.

0 comments on commit b84092e

Please sign in to comment.