Skip to content

Commit

Permalink
Update control and rules
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Oct 19, 2013
1 parent b181297 commit 0c3e7a3
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 6 deletions.
53 changes: 48 additions & 5 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,12 +1,55 @@
Source: i-nex
Section: contrib/gnome
Priority: optional
Section: contrib/admin
Priority: extra
Maintainer: eloaders <eloaders@yahoo.com>
Build-Depends: debhelper (>= 7), pkg-config, dpkg-dev (>= 1.14.17), gambas3-dev (>= 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
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 7),
pkg-config, dpkg-dev (>= 1.14.17),
gambas3-dev (>= 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
Standards-Version: 3.9.2
Homepage: http://tuxportal.pl

Package: i-nex
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
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
13 changes: 13 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
#!/usr/bin/make -f
export DH_VERBOSE=1

#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

DEB_HOST_GNU_TYPE=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
DEB_HOST_MULTIARCH=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
CROSS=CROSS_COMPILE=$(DEB_HOST_GNU_TYPE)-
endif

%:
dh $@
2 changes: 1 addition & 1 deletion src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ SearchComment=False
SearchString=True

[OpenFile]
Active=1
File[1]=".src/Finfosys.form"
File[2]=".src/Global.class:92.57"
Active=3
File[3]=".src/About.form"
File[4]=".src/About.class:41.49"
File[5]=".src/battery.module:70.77"
Expand Down

0 comments on commit 0c3e7a3

Please sign in to comment.