summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove dependency on kdelibs4c2a [i386]HEADmasteridxxx23@gmail.com2014-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before removing the dependency there was a bug ~> idxxx23@debian-jessie:~$ make-sgpkg ./PlatinGUI720Linux_9-10008929.JAR Extracting './PlatinGUI720Linux_9-10008929.JAR' to '/tmp/make-sgpkgTxVKbO/sapgui-java/dest' 01.04. 14:54:46.299 TRC: Opened redirection to "/home/idxxx23/guiinstall.log" 01.04. 14:54:46.299 TRC: Active redirections: 01.04. 14:54:46.299 TRC: /home/idxxx23/guiinstall.log 01.04. 14:54:47.472 TRC: Closing redirection to "/home/idxxx23/guiinstall.log" 01.04. 14:54:47.472 TRC: Active redirections: 01.04. 14:54:47.472 TRC: none Building Debain package at '/tmp/make-sgpkgTxVKbO/sapgui-java' dpkg-buildpackage: source package sapgui dpkg-buildpackage: source version 7.20rev9 dpkg-buildpackage: source distribution unstable dpkg-buildpackage: source changed by Guido Günther <agx@sigxpcu.org> dpkg-buildpackage: host architecture i386 dpkg-source --before-build sapgui-java dpkg-checkbuilddeps: Unmet build dependencies: kdelibs4c2a dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting dpkg-buildpackage: warning: (Use -d flag to override.) Error building package. after removing the dependency there was no bug ~> idxxx23@debian-jessie:~$ make-sgpkg ./PlatinGUI720Linux_9-10008929.JAR Extracting './PlatinGUI720Linux_9-10008929.JAR' to '/tmp/make-sgpkg3yH8wr/sapgui-java/dest' 01.04. 14:56:03.890 TRC: Opened redirection to "/home/idxxx23/guiinstall.log" 01.04. 14:56:03.891 TRC: Active redirections: 01.04. 14:56:03.891 TRC: /home/idxxx23/guiinstall.log 01.04. 14:56:05.079 TRC: Closing redirection to "/home/idxxx23/guiinstall.log" 01.04. 14:56:05.079 TRC: Active redirections: 01.04. 14:56:05.079 TRC: none Building Debain package at '/tmp/make-sgpkg3yH8wr/sapgui-java' dpkg-buildpackage: source package sapgui dpkg-buildpackage: source version 7.20rev9 dpkg-buildpackage: source distribution unstable dpkg-buildpackage: source changed by Guido Günther <agx@sigxpcu.org> dpkg-buildpackage: host architecture i386 dpkg-source --before-build sapgui-java debian/rules clean test -x debian/rules dh_clean dh_clean: No compatibility level specified in debian/compat dh_clean: This package will soon FTBFS; time to fix it! debian/rules build test -x debian/rules mkdir -p "." /usr/share/cdbs/1/rules/buildcore.mk:109: WARNING: DEB_DH_STRIP_ARGS is a deprecated variable echo 5 >debian/compat debian/rules binary test -x debian/rules dh_testroot dh_clean -k dh_clean: dh_clean -k is deprecated; use dh_prep instead dh_installdirs -A mkdir -p "." /usr/share/cdbs/1/rules/buildcore.mk:109: WARNING: DEB_DH_STRIP_ARGS is a deprecated variable Adding cdbs dependencies to debian/sapgui.substvars dh_installdirs -psapgui rm -rf dest/usr/lib/sapgui/SAPGUI sed -i '/doc\/install\/install\.htm~/d' dest/usr/lib/sapgui/*/install.db dh_installdocs -psapgui dh_installexamples -psapgui dh_installman -psapgui dh_installinfo -psapgui dh_installmenu -psapgui dh_installcron -psapgui dh_installinit -psapgui dh_installdebconf -psapgui dh_installemacsen -psapgui dh_installcatalogs -psapgui dh_installpam -psapgui dh_installlogrotate -psapgui dh_installlogcheck -psapgui dh_installchangelogs -psapgui dh_installudev -psapgui dh_lintian -psapgui dh_bugfiles -psapgui dh_install -psapgui dh_link -psapgui dh_installmime -psapgui dh_installgsettings -psapgui dh_strip -psapgui nostrip dh_compress -psapgui dh_fixperms -psapgui dh_makeshlibs -psapgui dh_installdeb -psapgui dh_perl -psapgui dh_shlibdeps -psapgui --exclude=libGnomeConnect64.so --exclude=libJPlatin64.so -- --warnings=1 dh_gencontrol -psapgui dh_md5sums -psapgui dh_builddeb -psapgui dpkg-deb: building package `sapgui' in `../sapgui_7.20rev9_i386.deb'. dpkg-genchanges -b >../sapgui_7.20rev9_i386.changes dpkg-genchanges: binary-only upload - not including any source code dpkg-source --after-build sapgui-java dpkg-buildpackage: binary-only upload (no source included) Created 'sapgui_7.20rev9_i386.deb' same problem (bug) in ubuntu ~> cannot build sapgui .deb package in i386 https://bugs.launchpad.net/ubuntu/+source/sapgui-package/+bug/918168 Signed-off-by: Guido Günther <agx@sigxcpu.org>
* Document changes and release 0.0.10debian/0.0.10Guido Günther2010-08-19
|
* Move the build-deps to the generated packageGuido Günther2010-08-19
| | | | | | Move the packages needed to build the sapgui package as build-deps to the generated sapgui source package instead of depending on it directly. This way sapgui-package sapgui-package can be arch all.
* Remove tempfile the SAP developers left for usGuido Günther2010-08-18
| | | | introduced in 7.20rev3
* Work around libstdc++.so.5 needed on amd64Guido Günther2010-05-17
|
* document changes and release 0.0.9debian/0.0.9Guido Günther2010-02-22
|
* Amd64 needs libstdc++5 for libGnomeConnect64.soGuido Günther2010-02-22
|
* Add desktop fileGuido Günther2010-02-19
|
* Catch file write errorsGuido Günther2010-02-19
|
* document changes and release 0.0.8debian/0.0.8Guido Günther2010-02-18
|
* Exclude 32bit binaries when calling dh_shlibdepsGuido Günther2010-02-18
| | | | when building on amd64.
* Depend on java6-runtimeGuido Günther2010-02-17
| | | | instead of java2-run since sapgui as of 7.20 needs Java 6.
* Add --no-clean optionGuido Günther2010-02-17
| | | | to ease debugging.
* Make glob call more robustGuido Günther2010-02-17
|
* Merge branch 'master' of git://honk.sigxcpu.org/git/sapgui-packagedebian/0.0.7Guido Günther2010-02-17
|\
| * Bump standards versionGuido Günther2010-02-16
| |
* | document changes and release 0.0.7Guido Günther2010-02-17
| |
* | Fix dpkg-dev dependencyGuido Günther2010-02-17
| |
* | Bump standards versionGuido Günther2010-02-17
|/
* document changes and release 0.0.6debian/0.0.6Guido Günther2010-02-16
|
* Explicitly depend on dpkg-buildpackageGuido Günther2010-02-16
| | | | to make Ubuntu happy.
* Abort if running as root or under fakeroot.Guido Günther2010-02-15
| | | | Running as root is unsafe and we invoke fakeroot ourselfes.
* Handle package build errors.Guido Günther2010-02-15
|
* Exclude 64bit libs on 32bit build and vice versaGuido Günther2010-02-12
|
* Fix version parsing for Sapgui 720Guido Günther2010-02-12
|
* document changes and release 0.0.5debian/0.0.5Guido Günther2009-07-22
|
* depend on openjdk-jreGuido Günther2009-07-22
| | | | to add a non virtual dependency for the jre
* document changes and release 0.0.4debian/0.0.4Guido Günther2009-04-14
|
* bump standards versionGuido Günther2009-04-14
| | | | | and add ${misc:Depends} and explizit python dependency to avoid lintian warnings.
* link icons to hicolor themeGuido Günther2009-04-14
|
* it has kind of a homepage nowGuido Günther2009-04-09
|
* document changes and release 0.0.3debian/0.0.3Guido Günther2009-04-01
|
* ignore unlink errorsGuido Günther2009-03-31
|
* fix build for amd64Guido Günther2009-03-30
| | | | | since the package is built against ia32 libs we need to exclude some files from the shlibdeps call.
* document changes and release 0.0.2debian/0.0.2Guido Günther2009-01-12
|
* add missing depsGuido Günther2009-01-12
|
* don't depend on a virtual package onlyGuido Günther2009-01-12
|
* use another dir level and copy back the resultGuido Günther2009-01-12
|
* consistent spellingGuido Günther2009-01-09
|
* fix package nameGuido Günther2009-01-09
|
* typoGuido Günther2009-01-09
|
* add vcs-browserGuido Günther2009-01-09
|
* initial versiondebian/0.0.1Guido Günther2009-01-09