Skip to content

Commit

Permalink
Fix Arch all to any in debian/control
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Oct 17, 2013
1 parent ae10a77 commit f4e4cc7
Show file tree
Hide file tree
Showing 28 changed files with 24 additions and 18 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 5.0.0), gambas3-dev (>= 3.4.0), gambas3-gb-image (>
Standards-Version: 3.7.2

Package: i-nex
Architecture: all
Architecture: any
Depends: gambas3-runtime (>= 3.4.0), gambas3-gb-image (>= 3.4.0), gambas3-gb-gtk (>= 3.4.0), gambas3-gb-form (>= 3.4.0), gambas3-gb-desktop (>= 3.4.0), gambas3-gb-form-dialog (>= 3.4.0), gambas3-gb-settings (>= 3.4.0), gambas3-gb-form-stock (>= 3.4.0), dpkg (>= 1.15), grep (>= 2.5), mount (>= 2.17), procps, x11-xserver-utils (>= 7.5), lsb-release (>= 4.0), bash (>= 4.1), coreutils (>= 7.4), sed (>= 4.2), pciutils, x11-utils (>= 7.5), mesa-utils (>= 7.6), hostname, python, python-configobj
Description: A CPU-Z Alternative for Ubuntu. For Viewing System Device Information
i-Nex that comes with a GUI and allows via a tabbed interface to view information about your system hardware
30 changes: 17 additions & 13 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,24 @@ install: build

binary-arch: build install
dh_testdir

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

binary-indep: build install


binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
Binary file modified src/i-nex/.gambas/ABOUT
Binary file not shown.
Binary file modified src/i-nex/.gambas/ASOUND_DRIVES
Binary file not shown.
Binary file modified src/i-nex/.gambas/BATTERY
Binary file not shown.
Binary file modified src/i-nex/.gambas/CHKPRM
Binary file not shown.
Binary file modified src/i-nex/.gambas/DISK_DRIVES
Binary file not shown.
Binary file modified src/i-nex/.gambas/DISTRIBUTION_DETECT
Binary file not shown.
Binary file modified src/i-nex/.gambas/FDF
Binary file not shown.
Binary file modified src/i-nex/.gambas/FFLAGS
Binary file not shown.
Binary file modified src/i-nex/.gambas/FGRAPHIC
Binary file not shown.
Binary file modified src/i-nex/.gambas/FINFOSYS
Binary file not shown.
Binary file modified src/i-nex/.gambas/FMODULES
Binary file not shown.
Binary file modified src/i-nex/.gambas/FNET_R_T
Binary file not shown.
Binary file modified src/i-nex/.gambas/FREPORT_GEN
Binary file not shown.
Binary file modified src/i-nex/.gambas/GLOBAL
Binary file not shown.
Binary file modified src/i-nex/.gambas/INPUT_DEVICES
Binary file not shown.
Binary file modified src/i-nex/.gambas/NET
Binary file not shown.
Binary file modified src/i-nex/.gambas/REPORTM
Binary file not shown.
Binary file modified src/i-nex/.gambas/SCREENSHOT
Binary file not shown.
Binary file modified src/i-nex/.gambas/SCREENSHOTM
Binary file not shown.
Binary file modified src/i-nex/.gambas/START_APP_ARGS
Binary file not shown.
Binary file modified src/i-nex/.gambas/THERMAL_ZONE
Binary file not shown.
Binary file modified src/i-nex/.gambas/USB_DRIVES
Binary file not shown.
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 @@
* Thu Oct 17 2013 eloaders <eloaders@yahoo.com> 0.5.4

* Wed Jan 02 2013 eloaders <eloaders@yahoo.com> 0.5.1

* Sat Jan 28 2012 eloaders <eloaders@yahoo.com> 0.4.0
Expand Down
6 changes: 3 additions & 3 deletions src/i-nex/.project
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ SourcePath=/home/michal/Dokumenty
Maintainer=eloaders
Vendor=i-nex
Address=eloaders@yahoo.com
Url=http://code.google.com/p/lft/
Url=tuxportal.pl
License=General Public Licence
PackageName=i-nex-0.5.2
PackageName=i-nex-0.5.4
Packager=1
Systems=suse
Systems=ubuntu
Menus=suse:"Settings/Hardware Settings"
Categories=suse:"HardwareSettings;Settings"
Groups=suse:"Development"
Expand Down
2 changes: 1 addition & 1 deletion src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ File[28]=".src/FDF.class:28.69"
File[29]=".src/FNET_R_T.form"
File[30]=".src/FNET_R_T.class:60.10"
Active=31
File[31]=".src/FGraphic.module:31.50"
File[31]=".src/FGraphic.module:25.26"
Count=31

[Watches]
Expand Down
Binary file modified src/i-nex/i-nex.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f4e4cc7

Please sign in to comment.