import rev 27 from https://bazaar.launchpad.net/~j/calcool
This commit is contained in:
commit
2a9f5822e5
28 changed files with 4155 additions and 0 deletions
43
debian/changelog
vendored
Normal file
43
debian/changelog
vendored
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
calcool (12.06) precise; urgency=low
|
||||
|
||||
* resolved lines in lines
|
||||
|
||||
-- Jan Gerber <j@mailb.org> Mon, 25 Jun 2012 18:21:55 +0200
|
||||
|
||||
calcool (12.04) precise; urgency=low
|
||||
|
||||
* new release
|
||||
* upgrade to 12.03
|
||||
* update
|
||||
|
||||
-- Jan Gerber <j@mailb.org> Wed, 18 Apr 2012 17:45:23 +0200
|
||||
|
||||
calcool (0.4) precise; urgency=low
|
||||
|
||||
* New release
|
||||
|
||||
-- Jan Gerber <j@mailb.org> Wed, 18 Apr 2012 17:43:50 +0200
|
||||
|
||||
calcool (0.3ubuntu1) maverick; urgency=low
|
||||
|
||||
* new version for maverick
|
||||
|
||||
-- jan gerber <j@mailb.org> Thu, 10 Mar 2011 14:52:13 +0100
|
||||
|
||||
calcool (0.3) karmic; urgency=low
|
||||
|
||||
* New release.
|
||||
|
||||
-- jan gerber <j@mailb.org> Sun, 14 Mar 2010 15:19:08 +0100
|
||||
|
||||
calcool (0.2) karmic; urgency=low
|
||||
|
||||
* New release.
|
||||
|
||||
-- jan gerber <j@mailb.org> Sat, 13 Mar 2010 18:31:10 +0100
|
||||
|
||||
calcool (0.1) karmic; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- jan gerber <j@mailb.org> Sat, 13 Mar 2010 18:16:03 +0100
|
||||
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
6
|
||||
23
debian/control
vendored
Normal file
23
debian/control
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
Source: calcool
|
||||
Section: python
|
||||
Priority: extra
|
||||
Build-Depends: cdbs (>= 0.4.43),
|
||||
debhelper (>= 6),
|
||||
python (>= 2.6.6-3~),
|
||||
python-distutils-extra (>= 2.10)
|
||||
Maintainer: j^ <j@mailb.org>
|
||||
Standards-Version: 3.8.2
|
||||
XS-Python-Version: current
|
||||
|
||||
Package: calcool
|
||||
Architecture: all
|
||||
XB-Python-Version: ${python:Versions}
|
||||
Depends: ${misc:Depends},
|
||||
${python:Depends},
|
||||
python-gtksourceview2,
|
||||
python-gtk2
|
||||
Description: A document based calculator tool
|
||||
Calcool allows you to do calculations in a document, on the right you
|
||||
have the result for each line. If you ever used bc and wanted to edit a
|
||||
previous line or tried to reference the result of line 3, calcool might
|
||||
be what you are looking for.
|
||||
13
debian/copyright
vendored
Normal file
13
debian/copyright
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
|
||||
Name: calcool
|
||||
Maintainer: j^ <j@mailb.org>
|
||||
Source: https://launchpad.net/calcool
|
||||
|
||||
Files: *
|
||||
Copyright: (C) 2010 jan gerber <j@mailb.org>
|
||||
Copyright: (C) 2010 jan gerber <j@mailb.org>
|
||||
Copyright: (C) 2010 jan gerber <j@mailb.org></property>
|
||||
Copyright: (C) 2010 jan gerber <j@mailb.org></property><property name="border_width">5</property>
|
||||
License: GPL-3
|
||||
The full text of the GPL is distributed in
|
||||
/usr/share/common-licenses/GPL-3 on Debian systems.
|
||||
1
debian/pycompat
vendored
Normal file
1
debian/pycompat
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
2
|
||||
9
debian/rules
vendored
Executable file
9
debian/rules
vendored
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/make -f
|
||||
%:
|
||||
ifneq ($(shell dh -l | grep -xF translations),)
|
||||
dh $@ --with python2,translations
|
||||
else
|
||||
dh $@ --with python2
|
||||
endif
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue