| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2015-12-31 | 2.4 kB |
|
| gridsheet_0.1.1-1_i386.changes | 2015-12-31 | 1.7 kB |
|
| gridsheet_0.1.1-1.dsc | 2015-12-31 | 1.1 kB |
|
| gridsheet_0.1.1-1.diff.gz | 2015-12-31 | 1.9 kB | |
| gridsheet_0.1.1-1_all.deb | 2015-12-31 | 15.8 kB | |
| Totals: 5 Items | 23.0 kB | 0 | |
This folder contains Debian package release for gridsheet-0.1.1, which you
could download the binary package (*.deb) and have it installed by GDebi
or dpkg.
Binary package provided here could be installed on any machine architecture.
Checksum information of each file is available in the corresponding
*.changes file.
Files Listing
=============
Binary package files:
- gridsheet_0.1.1-1_all.deb Binary package for all architecture
Source package files:
- gridsheet_0.1.1-1.dsc Debian Source Control file
- gridsheet_0.1.1-1.diff.gz Debian Patch file
Misc files:
- gridsheet_0.1.1-1_i386.changes Debian Changes file
Installation
============
After you downloaded the binary package file, double-clicking it in your
file manager should start the installation.
If it's not, you can install this package via command-line dpkg:
- In case you have direct root access (Debian):
# dpkg -i gridsheet_0.1.1-1_all.deb
- In case you don't have direct root access (Ubuntu):
$ sudo dpkg -i gridsheet_0.1.1-1_all.deb
You shouldn't have much problem with dependency, as GridSheet depends
only on perl package which is installed on most system.
If it's not, you could install it manually using graphical package manager,
or via command-line apt-get:
- In case you have direct root access (Debian):
# apt-get install perl
- In case you don't have direct root access (Ubuntu):
$ sudo apt-get install perl
Tested Platform
===============
Binary package (gridsheet_0.1.1-1_all.deb) is created under Debian GNU/Linux
5.0 "Lenny" i386 and is tested under:
- Debian GNU/Linux 5.0 "Lenny" i386
- Debian GNU/Linux 5.0 "Lenny" amd64
- Debian GNU/Linux 6.0 "Squeeze" i386
- Debian GNU/Linux 7.0 "Wheezy" i386
- Ubuntu 12.04 LTS "Precise Pangolin" i386
Source Package
==============
If you want to rebuild from Debian source package, download the regular
'gridsheet-0.1.1.tar.gz' and rename it to 'gridsheet_0.1.1.orig.tar.gz',
then download 'gridsheet_0.1.1-1.diff.gz', and 'gridsheet_0.1.1-1.dsc'
to the same folder.
Once finished, run these command in the downloaded folder:
(you'd need to install "build-essentials" and "dpkg-deb" package first)
$ dpkg-source -x gridsheet_0.1.1-1.dsc
$ cd gridsheet-0.1.1
$ dpkg-buildpackage -b -uc
And you'll get the binary package 'gridsheet_0.1.1-1_all.deb' outside of
your 'gridsheet-0.1.1' folder.