Commit 9e22908074b32f2212636f553479d5fcc5e57fe2
1 parent
f320fcaa
Exists in
master
and in
5 other branches
Tentando empacotar para Ubuntu.
Showing
4 changed files
with
13 additions
and
56 deletions
Show diff stats
debian/apt.sh
... | ... | @@ -1,24 +0,0 @@ |
1 | -#!/bin/bash | |
2 | - | |
3 | -apt-get install autotools-dev | |
4 | -apt-get install autoconf | |
5 | -apt-get install automake | |
6 | -apt-get install libgtk-3-dev | |
7 | -apt-get install gettext | |
8 | -apt-get install libssl-dev | |
9 | -apt-get install desktop-file-utils | |
10 | -apt-get install libdbus-glib-1-dev | |
11 | -apt-get install libssl-dev | |
12 | -apt-get install xsltproc | |
13 | -apt-get install librsvg2-bin | |
14 | -apt-get install zip | |
15 | -apt-get install oorexx-dev | |
16 | -apt-get install imagemagick | |
17 | -apt-get install libreoffice-style-galaxy | |
18 | -apt-get install libreoffice-dev | |
19 | -apt-get install ure | |
20 | -apt-get install php5-cli | |
21 | -apt-get install php5-dev | |
22 | -apt-get install openjdk-7-jdk | |
23 | -apt-get install python-dev | |
24 | - |
debian/makedeb.sh
... | ... | @@ -1,19 +0,0 @@ |
1 | -#!/bin/bash | |
2 | -#./autogen.sh | |
3 | - | |
4 | -VERSION=$(grep AC_INIT configure.ac | cut -d[ -f3 | cut -d] -f1) | |
5 | -TIMESTAMP=$(LANG=en_US date) | |
6 | -. ./revision | |
7 | - | |
8 | -rm -fr debian | |
9 | -mkdir debian | |
10 | - | |
11 | -echo 7 > debian/compat | |
12 | -cp debian.control debian/control | |
13 | -cp debian.rules debian/rules | |
14 | -chmod +x debian/rules | |
15 | - | |
16 | -EDITOR=true dch --preserve -v $VERSION-$PACKAGE_LEVEL -u low --create --package pw3270 | |
17 | -sed -i "s@UNRELEASED@unstable@;s@Initial release. (Closes: #XXXXXX)@SVN Revision $PACKAGE_REVISION@" debian/changelog | |
18 | - | |
19 | -dpkg-buildpackage -rfakeroot -uc -us |
debian/pw3270.dsc
... | ... | @@ -1,13 +0,0 @@ |
1 | -Format: 1.0 | |
2 | -Source: pw3270 | |
3 | -Version: 5.1-0 | |
4 | -Binary: pw3270 | |
5 | -Maintainer: Perry Werneck <perry.werneck@gmail.com> | |
6 | -Architecture: any | |
7 | -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, libgtk-3-dev, gettext, libssl-dev, desktop-file-utils, libdbus-glib-1-dev, xsltproc, librsvg2-bin, optipng | |
8 | -Standards-Version: 3.9.1.0 | |
9 | -DEBTRANSFORM-RELEASE: 0 | |
10 | -Files: | |
11 | - 00000000000000000000000000000000 000000 pw3270-5.1.tar.bz2 | |
12 | - | |
13 | - |
... | ... | @@ -0,0 +1,13 @@ |
1 | +Format: 1.0 | |
2 | +Source: pw3270 | |
3 | +Version: 5.1-0 | |
4 | +Binary: pw3270 | |
5 | +Maintainer: Perry Werneck <perry.werneck@gmail.com> | |
6 | +Architecture: any | |
7 | +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, libgtk-3-dev, gettext, libssl-dev, desktop-file-utils, libdbus-glib-1-dev, xsltproc, librsvg2-bin, optipng | |
8 | +Standards-Version: 3.9.1.0 | |
9 | +DEBTRANSFORM-RELEASE: 0 | |
10 | +Files: | |
11 | + 00000000000000000000000000000000 000000 pw3270-5.1.tar.bz2 | |
12 | + | |
13 | + | ... | ... |