debian/0000755000000000000000000000000011537677033007202 5ustar debian/changelog0000644000000000000000000000144011537676763011064 0ustar cba (0.3.6-4) unstable; urgency=low * added -lm for binutils-gold in src/gui/Makefile (Closes: #601806,#615700) -- Ferdinand Griffon Tue, 15 Mar 2011 11:36:26 +0000 cba (0.3.6-3) unstable; urgency=low * rules changed to include database files for all architectures (Closes: #593756) -- Ferdinand Griffon Thu, 26 Aug 2010 10:28:02 +0000 cba (0.3.6-2) unstable; urgency=low * README.source removed (contained no information) [ Sylvestre Ledru ] * Standards-Version updated to version 3.9.1 -- Ferdinand Griffon Fri, 30 Jul 2010 11:48:42 +0200 cba (0.3.6-1) unstable; urgency=low * Initial release (Closes: #561090) -- Ferdinand Griffon Fri, 23 Jul 2010 11:21:59 +0100 debian/copyright0000644000000000000000000000236011423334261011121 0ustar This package was downloaded from http://cbeam.sourceforge.net Files: debian/* Author: Ferdinand Griffon Copyright: Copyright 2010 Ferdinand Griffon License: GPL-3+ The Debian packaging is licensed under the GPL, version 3 or later, see below. Files: * Author: Ferdinand Griffon (pierrot) Copyright: Copyright 2010 Ferdinand Griffon (pierrot) License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with the Debian GNU/Linux distribution in /etc/share/common-licenses/GPL. If not, see . On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. debian/docs0000644000000000000000000000001311423334045010032 0ustar readme.txt debian/README.Debian0000644000000000000000000000025311423334045011226 0ustar cba for Debian -------------- changed the default database path to usr/share/cba for debian -- Ferdinand Griffon Fri, 23 Jul 2010 11:21:59 +0100 debian/compat0000644000000000000000000000000211423334045010363 0ustar 7 debian/dirs0000644000000000000000000000005011423334045010044 0ustar usr/bin usr/share/cba usr/share/pixmaps debian/rules0000755000000000000000000000333111435455715010260 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 configure: configure-stamp configure-stamp: dh_testdir touch configure-stamp build: build-stamp build-stamp: configure-stamp dh_testdir $(MAKE) touch $@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp #$(MAKE) clean dh_clean install: build dh_testdir dh_testroot dh_clean dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/cba install # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install # Database files mkdir -p $(CURDIR)/debian/cba/usr/share/cba cp materials.xml $(CURDIR)/debian/cba/usr/share/cba cp sections.xml $(CURDIR)/debian/cba/usr/share/cba cp src/gui/cba.xpm $(CURDIR)/debian/cba/usr/share/pixmaps dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installexamples # dh_install # dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_python # dh_installinit # dh_installcron # dh_installinfo dh_installman dh_link dh_strip dh_compress dh_fixperms # dh_perl # dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/patches/0000755000000000000000000000000011537677110010625 5ustar debian/patches/debian-changes-0.3.6-40000644000000000000000000000256111537677110014207 0ustar Description: Upstream changes introduced in version 0.3.6-4 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . cba (0.3.6-4) unstable; urgency=low . * added -lm for binutils-gold in src/gui/Makefile (Closes: #601806,#615700) . The person named in the Author field signed this changelog entry. Author: Ferdinand Griffon Bug-Debian: http://bugs.debian.org/601806 Bug-Debian: http://bugs.debian.org/615700 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- cba-0.3.6.orig/src/gui/Makefile +++ cba-0.3.6/src/gui/Makefile @@ -1,7 +1,7 @@ # makefile for cba-gtk CXX := gcc CXXFLAGS := `wx-config --cflags` -Wall -g -Os -LDFLAGS := `wx-config --libs` -s -lstdc++ +LDFLAGS := `wx-config --libs` -s -lstdc++ -lm SRCDIR=$(CURDIR) debian/patches/series0000644000000000000000000000002711537677033012045 0ustar debian-changes-0.3.6-4 debian/source/0000755000000000000000000000000011423334045010465 5ustar debian/source/format0000644000000000000000000000001411423334045011673 0ustar 3.0 (quilt) debian/control0000644000000000000000000000147411424520647010604 0ustar Source: cba Section: science Priority: extra Maintainer: Debian Science Maintainers Uploaders: Ferdinand Griffon DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), libwxgtk2.8-dev Standards-Version: 3.9.1 Homepage: http://cbeam.sourceforge.net Vcs-Git: git://git.debian.org/git/debian-science/packages/cba.git Vcs-Browser: http://git.debian.org/?p=debian-science/packages/cba.git Package: cba Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Continuous Beam Analysis A small engineering tool that calculates member forces and support reactions of a continuous beam. A material and section database is included to set elasticity and moment of inertia. Boundary conditions can be set differently at each support.