Skip to content

Commit

Permalink
fix rules. Prev deb paskage empty, only doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Oct 17, 2013
1 parent 25d1185 commit 1df7384
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 35 deletions.
24 changes: 0 additions & 24 deletions debian/install

This file was deleted.

29 changes: 19 additions & 10 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,34 @@ install: build
touch install-stamp

binary-arch: build install
dh_testdir
dh_testroot
dh_installchangelogs
dh_testdir
dh_testroot
dh_installdocs
dh_install -i
dh_installman
dh_installudev
dh_link
dh_strip -pedid-decode
dh_installchangelogs
dh_install
dh_installmenu
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps -- --warnings=6
dh_gencontrol
dh_md5sums
dh_builddeb
dh_gencontrol
dh_md5sums

binary-indep: build install
dh_testdir -i
dh_testroot -i
dh_installdocs -i
dh_installchangelogs -i
dh_install -i
dh_installmenu -i
dh_compress -i
dh_fixperms -i
dh_installdeb -i
dh_gencontrol -i
dh_md5sums -i
dh_builddeb -i


binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
2 changes: 2 additions & 0 deletions src/i-nex/.hidden/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Fri Oct 18 2013 eloaders <eloaders@yahoo.com> 0.5.4

* Thu Oct 17 2013 eloaders <eloaders@yahoo.com> 0.5.4

* Wed Jan 02 2013 eloaders <eloaders@yahoo.com> 0.5.1
Expand Down
2 changes: 1 addition & 1 deletion src/i-nex/.project
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Gambas Project File 3.0
# Compiled with Gambas 3.4.2
# Compiled with Gambas 3.5.0
Title=I-Nex
Startup=Start_App_Args
Icon=logo/i-nex.0.4.x.png
Expand Down

0 comments on commit 1df7384

Please sign in to comment.