[Python-apps-commits] r10494 - in packages/convertall/trunk (21 files)

noskcaj-guest at users.alioth.debian.org noskcaj-guest at users.alioth.debian.org
Sat Feb 8 00:17:40 UTC 2014


    Date: Saturday, February 8, 2014 @ 00:17:39
  Author: noskcaj-guest
Revision: 10494

[svn-inject] Applying Debian modifications (0.5.2-1) to trunk

Added:
  packages/convertall/trunk/debian/
  packages/convertall/trunk/debian/changelog
  packages/convertall/trunk/debian/compat
  packages/convertall/trunk/debian/control
  packages/convertall/trunk/debian/convertall.1
  packages/convertall/trunk/debian/convertall.desktop
  packages/convertall/trunk/debian/convertall.manpages
  packages/convertall/trunk/debian/convertall.xpm
  packages/convertall/trunk/debian/copyright
  packages/convertall/trunk/debian/dirs
  packages/convertall/trunk/debian/docs
  packages/convertall/trunk/debian/install
  packages/convertall/trunk/debian/menu
  packages/convertall/trunk/debian/patches/
  packages/convertall/trunk/debian/patches/01_install_python_into_usr_share.patch
  packages/convertall/trunk/debian/patches/02_remove_module_shebang.patch
  packages/convertall/trunk/debian/patches/series
  packages/convertall/trunk/debian/rules
  packages/convertall/trunk/debian/source/
  packages/convertall/trunk/debian/source/format
  packages/convertall/trunk/debian/watch


Property changes on: packages/convertall/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/convertall/trunk/debian/changelog
===================================================================
--- packages/convertall/trunk/debian/changelog	                        (rev 0)
+++ packages/convertall/trunk/debian/changelog	2014-02-08 00:17:39 UTC (rev 10494)
@@ -0,0 +1,50 @@
+convertall (0.5.2-1) unstable; urgency=low
+
+  * New upstream release. closes: #692964
+  * Set myself as Maintainer. closes: #718744
+  * debian/control:
+    - Removed "XS-Python-Version: current, >= 2.4" 
+    - Added "X-Python-Version: >= 2.3"
+    - Updated standards version to 3.9.4
+    - Added depends on ${misc:Depends} to fix issue with debhelper
+    - Delete line: XB-Python-Version: ${python:Versions}
+  * debian/rules:
+    - Convert to simple rules
+  * Created debian/patches/series
+  * Updated compat to 9
+  * Updated debian/watch
+  * Debian/convertall.desktop:
+    - Add keywords
+    - Change comment. closes: #691740
+  * Delete debian/00list
+  * debian/patches/:
+    - Move existing patches here.
+    - Change file format from .dpatch to .patch. closes: #664354
+    - Append patch numbers to each patch
+    - Refresh all patches
+  * Updated debian/copyright to machine readable format 1.0
+  * Edited debian/menu for ease of use
+  * Create debian/docs
+
+ -- Jackson Doak <noskcaj at ubuntu.com>  Mon, 05 Aug 2013 18:04:05 +1000
+
+convertall (0.4.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Update my email address everywhere.
+  * Update menu icon to new upstream.
+  * debian/watch: Fix for new upstream URL. (Closes: #460000)
+  * debian/menu: Update to new menu hierarchy.
+  * debian/control:
+    - Use a proper Homepage field.
+    - Bump Standards-Version to 3.8.0.
+    - Fix short description.
+  * debian/convertall.desktop: Drop obsolete Encoding field.
+
+ -- William Grant <william at qeuni.net>  Sat, 26 Jul 2008 20:13:52 +1000
+
+convertall (0.4.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #419340)
+
+ -- William Grant <william.grant at ubuntu.org.au>  Sun, 15 Apr 2007 11:29:26 +1000

Added: packages/convertall/trunk/debian/compat
===================================================================
--- packages/convertall/trunk/debian/compat	                        (rev 0)
+++ packages/convertall/trunk/debian/compat	2014-02-08 00:17:39 UTC (rev 10494)
@@ -0,0 +1 @@
+9

Added: packages/convertall/trunk/debian/control
===================================================================
--- packages/convertall/trunk/debian/control	                        (rev 0)
+++ packages/convertall/trunk/debian/control	2014-02-08 00:17:39 UTC (rev 10494)
@@ -0,0 +1,18 @@
+Source: convertall
+Section: x11
+Priority: optional
+Maintainer: Jackson Doak <noskcaj at ubuntu.com>
+Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-qt4 (>= 4.0),
+ qt4-default (>= 4.1), dpkg (>= 1.15.6~)
+Standards-Version: 3.9.4
+X-Python-Version: >= 2.3
+Homepage: http://convertall.bellz.org/
+
+Package: convertall
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-qt4
+Description: very flexible unit converter
+ With ConvertAll, you can convert any unit in the large database to any other
+ compatible unit. If you want to convert from inches per decade, that's fine.
+ Or from meter-pounds. Or from cubic nautical miles. The units don't have to
+ make sense to anyone else. 

Added: packages/convertall/trunk/debian/convertall.1
===================================================================
--- packages/convertall/trunk/debian/convertall.1	                        (rev 0)
+++ packages/convertall/trunk/debian/convertall.1	2014-02-08 00:17:39 UTC (rev 10494)
@@ -0,0 +1,74 @@
+.TH CONVERTALL "1" "August 2013" "convertall Usage:" "User Commands"
+.SH NAME
+convertall \- A very flexible unit converter
+.SH DESCRIPTION
+Usage:
+.IP
+convertall [qt\-options]
+.SS "-or- (non-GUI):"
+.IP
+convertall [options] [number] from_unit [to_unit]
+.SS "-or- (non-GUI):"
+.IP
+convertall \fB\-i\fR [options]
+.PP
+Units with spaces must be "quoted"
+.SH OPTIONS
+.TP
+\fB\-d\fR, \fB\-\-decimals\fR=\fInum\fR
+set number of decimals to show
+.TP
+\fB\-f\fR, \fB\-\-fixed\-decimals\fR
+show set number of decimals, even if zeros
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+display this message and exit
+.TP
+\fB\-i\fR, \fB\-\-interactive\fR
+interactive command line mode (non\-GUI)
+.TP
+\fB\-q\fR, \fB\-\-quiet\fR
+convert without further prompts
+.TP
+\fB\-s\fR, \fB\-\-sci\-notation\fR
+show results in scientific notation
+.IP
+convertall [qt\-options]
+.SS "-or- (non-GUI):"
+.IP
+convertall [options] [number] from_unit [to_unit]
+.SS "-or- (non-GUI):"
+.IP
+convertall \fB\-i\fR [options]
+.PP
+Units with spaces must be "quoted"
+.TP
+\fB\-d\fR, \fB\-\-decimals\fR=\fInum\fR
+set number of decimals to show
+.TP
+\fB\-f\fR, \fB\-\-fixed\-decimals\fR
+show set number of decimals, even if zeros
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+display this message and exit
+.TP
+\fB\-i\fR, \fB\-\-interactive\fR
+interactive command line mode (non\-GUI)
+.TP
+\fB\-q\fR, \fB\-\-quiet\fR
+convert without further prompts
+.TP
+\fB\-s\fR, \fB\-\-sci\-notation\fR
+show results in scientific notation
+.SH "SEE ALSO"
+The full documentation for
+.B convertall
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B convertall
+programs are properly installed at your site, the command
+.IP
+.B info convertall
+.PP
+should give you access to the complete manual.
\ No newline at end of file

Added: packages/convertall/trunk/debian/convertall.desktop
===================================================================
--- packages/convertall/trunk/debian/convertall.desktop	                        (rev 0)
+++ packages/convertall/trunk/debian/convertall.desktop	2014-02-08 00:17:39 UTC (rev 10494)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Name=ConvertAll
+GenericName=Unit Converter
+Comment=Convert between various units
+Icon=convertall
+Exec=convertall
+Terminal=false
+Type=Application
+Categories=Qt;Utility;
+Keywords=Pound;Euro;Dollar;Yen;Meter;Metre;Mile;Convert;Gram;Inch;Litre

Added: packages/convertall/trunk/debian/convertall.manpages
===================================================================
--- packages/convertall/trunk/debian/convertall.manpages	                        (rev 0)
+++ packages/convertall/trunk/debian/convertall.manpages	2014-02-08 00:17:39 UTC (rev 10494)
@@ -0,0 +1 @@
+debian/convertall.1
\ No newline at end of file

Added: packages/convertall/trunk/debian/convertall.xpm
===================================================================
--- packages/convertall/trunk/debian/convertall.xpm	                        (rev 0)
+++ packages/convertall/trunk/debian/convertall.xpm	2014-02-08 00:17:39 UTC (rev 10494)
@@ -0,0 +1,412 @@
+/* XPM */
+static char * convertall_xpm[] = {
+"32 32 377 2",
+"  	c None",
+". 	c #CC004E",
+"+ 	c #D5005E",
+"@ 	c #DF006F",
+"# 	c #DE007B",
+"$ 	c #DD0088",
+"% 	c #DB0094",
+"& 	c #DA00A0",
+"* 	c #D900AD",
+"= 	c #D800BA",
+"- 	c #D700C5",
+"; 	c #4C004B",
+"> 	c #0C000C",
+", 	c #0B000D",
+"' 	c #5B0169",
+") 	c #B807E2",
+"! 	c #AC0AE1",
+"~ 	c #A00DE0",
+"{ 	c #9511DF",
+"] 	c #8913DD",
+"^ 	c #7D17DC",
+"/ 	c #711BDA",
+"( 	c #661DD9",
+"_ 	c #561FCD",
+": 	c #4820C3",
+"< 	c #D50039",
+"[ 	c #FA0052",
+"} 	c #F90060",
+"| 	c #F8006E",
+"1 	c #F7007B",
+"2 	c #F60089",
+"3 	c #F50097",
+"4 	c #F300A4",
+"5 	c #F200B2",
+"6 	c #F100C0",
+"7 	c #F000CE",
+"8 	c #EF00DB",
+"9 	c #4F004E",
+"0 	c #000000",
+"a 	c #5E026D",
+"b 	c #CC08FB",
+"c 	c #BF0CFA",
+"d 	c #B20FF8",
+"e 	c #A513F7",
+"f 	c #9816F5",
+"g 	c #8B1AF4",
+"h 	c #7E1EF2",
+"i 	c #7121F1",
+"j 	c #6425EF",
+"k 	c #5728EE",
+"l 	c #4A2CED",
+"m 	c #3327C6",
+"n 	c #D9002F",
+"o 	c #FC0044",
+"p 	c #510050",
+"q 	c #9817F5",
+"r 	c #3D2FEB",
+"s 	c #292BC8",
+"t 	c #B5001D",
+"u 	c #FD0037",
+"v 	c #F300A5",
+"w 	c #F200B3",
+"x 	c #EF00DC",
+"y 	c #520051",
+"z 	c #5D026C",
+"A 	c #3033EA",
+"B 	c #1827A5",
+"C 	c #D20022",
+"D 	c #FC0045",
+"E 	c #FA0053",
+"F 	c #F7007C",
+"G 	c #F40097",
+"H 	c #530052",
+"I 	c #5C026B",
+"J 	c #1D2DC0",
+"K 	c #DE0023",
+"L 	c #480020",
+"M 	c #2C0016",
+"N 	c #660038",
+"O 	c #9E0062",
+"P 	c #D70092",
+"Q 	c #540053",
+"R 	c #5B026A",
+"S 	c #1E30CB",
+"T 	c #E50025",
+"U 	c #5C0028",
+"V 	c #3B001D",
+"W 	c #0A0005",
+"X 	c #1C0015",
+"Y 	c #550043",
+"Z 	c #8D0079",
+"` 	c #C400B5",
+" .	c #5A0269",
+"..	c #1F31D1",
+"+.	c #A50049",
+"@.	c #B20059",
+"#.	c #F20086",
+"$.	c #C20078",
+"%.	c #88005C",
+"&.	c #4E003A",
+"*.	c #150011",
+"=.	c #050005",
+"-.	c #44014F",
+";.	c #C507F3",
+">.	c #D60052",
+",.	c #CB005A",
+"'.	c #AF0058",
+").	c #CD00B0",
+"!.	c #940088",
+"~.	c #210020",
+"{.	c #040005",
+"].	c #2B0238",
+"^.	c #530773",
+"/.	c #730DAD",
+"(.	c #8D15E3",
+"_.	c #A90041",
+":.	c #BC005E",
+"<.	c #E90082",
+"[.	c #570055",
+"}.	c #3C0146",
+"|.	c #5B0370",
+"1.	c #280234",
+"2.	c #020003",
+"3.	c #170429",
+"4.	c #320C61",
+"5.	c #48159A",
+"6.	c #5A21D7",
+"7.	c #3D30EB",
+"8.	c #AA0041",
+"9.	c #F3007A",
+"0.	c #B20063",
+"a.	c #580056",
+"b.	c #580266",
+"c.	c #CB08FB",
+"d.	c #BE0CF9",
+"e.	c #AA0FEE",
+"f.	c #7A0EB8",
+"g.	c #4C0B7C",
+"h.	c #250742",
+"i.	c #06010C",
+"j.	c #12062C",
+"k.	c #D20045",
+"l.	c #D20051",
+"m.	c #AD0061",
+"n.	c #F40098",
+"o.	c #F100C1",
+"p.	c #EE00DC",
+"q.	c #590058",
+"r.	c #570265",
+"s.	c #B110F8",
+"t.	c #A413F7",
+"u.	c #9717F5",
+"v.	c #8A1AF4",
+"w.	c #7C1DEF",
+"x.	c #3C1180",
+"y.	c #4318A1",
+"z.	c #FD0038",
+"A.	c #AC0039",
+"B.	c #F90061",
+"C.	c #B70066",
+"D.	c #EA0092",
+"E.	c #5A0059",
+"F.	c #560264",
+"G.	c #4F17AA",
+"H.	c #4419A3",
+"I.	c #AD0039",
+"J.	c #EF0086",
+"K.	c #B1006E",
+"L.	c #701AD8",
+"M.	c #5C1AC4",
+"N.	c #D00039",
+"O.	c #D90048",
+"P.	c #F6008A",
+"Q.	c #AA006A",
+"R.	c #5B0059",
+"S.	c #550163",
+"T.	c #5915AB",
+"U.	c #551FCC",
+"V.	c #4821C6",
+"W.	c #B00030",
+"X.	c #EC00A0",
+"Y.	c #5C005A",
+"Z.	c #540162",
+"`.	c #3B1BA3",
+" +	c #B10030",
+".+	c #B30079",
+"++	c #5C005B",
+"@+	c #530161",
+"#+	c #7916D7",
+"$+	c #6818C9",
+"%+	c #3C30EB",
+"&+	c #CE002D",
+"*+	c #E1003D",
+"=+	c #A80072",
+"-+	c #5D005C",
+";+	c #530160",
+">+	c #6112AD",
+",+	c #7D1EF2",
+"'+	c #7021F1",
+")+	c #6325EF",
+"!+	c #4722C5",
+"~+	c #3E25CA",
+"{+	c #B30027",
+"]+	c #AD0075",
+"^+	c #ED00AF",
+"/+	c #F000CF",
+"(+	c #EE00DD",
+"_+	c #5E005D",
+":+	c #52015F",
+"<+	c #CB09FB",
+"[+	c #6212AE",
+"}+	c #5629EE",
+"|+	c #321EA2",
+"1+	c #B40027",
+"2+	c #FC0046",
+"3+	c #F8036D",
+"4+	c #F7007D",
+"5+	c #E5009C",
+"6+	c #B50086",
+"7+	c #8213D4",
+"8+	c #7516CF",
+"9+	c #B7001D",
+"0+	c #E70033",
+"a+	c #FB5C3D",
+"b+	c #FEE30A",
+"c+	c #FB9134",
+"d+	c #F60D82",
+"e+	c #F300A6",
+"f+	c #A7007B",
+"g+	c #5F005E",
+"h+	c #51015E",
+"i+	c #6B10AE",
+"j+	c #3B23BF",
+"k+	c #342ACF",
+"l+	c #960017",
+"m+	c #CC002D",
+"n+	c #CA0736",
+"o+	c #E37E20",
+"p+	c #F0BF12",
+"q+	c #F0C014",
+"r+	c #F0C216",
+"s+	c #E9A623",
+"t+	c #C21F65",
+"u+	c #B7007D",
+"v+	c #7E005D",
+"w+	c #F000C0",
+"x+	c #60005F",
+"y+	c #50015D",
+"z+	c #492CEC",
+"A+	c #2921A3",
+"B+	c #6A0010",
+"C+	c #51003C",
+"D+	c #610060",
+"E+	c #4F015C",
+"F+	c #8B10D2",
+"G+	c #8642CB",
+"H+	c #6528EB",
+"I+	c #CE0020",
+"J+	c #30000A",
+"K+	c #1E0015",
+"L+	c #B50085",
+"M+	c #620061",
+"N+	c #4E015B",
+"O+	c #750DB1",
+"P+	c #9343C8",
+"Q+	c #F4EB11",
+"R+	c #C7AE55",
+"S+	c #5629ED",
+"T+	c #2F26BA",
+"U+	c #2B2ED3",
+"V+	c #E40032",
+"W+	c #590018",
+"X+	c #1A0008",
+"Y+	c #0D0007",
+"Z+	c #49002E",
+"`+	c #BB007F",
+" @	c #630062",
+".@	c #4D015A",
+"+@	c #9A38D2",
+"@@	c #F2E417",
+"#@	c #FFFB00",
+"$@	c #B6A165",
+"%@	c #3B2FEA",
+"&@	c #2023A4",
+"*@	c #1E31D1",
+"=@	c #E7004C",
+"-@	c #B20045",
+";@	c #87003C",
+">@	c #A40052",
+",@	c #D90079",
+"'@	c #CA09FB",
+")@	c #BD0CF9",
+"!@	c #930DCF",
+"~@	c #9110DA",
+"{@	c #A22FDB",
+"]@	c #EFDE1F",
+"^@	c #A39376",
+"/@	c #2023A3",
+"(@	c #DC0024",
+"_@	c #F8006F",
+":@	c #F200B4",
+"<@	c #F100C2",
+"[@	c #640063",
+"}@	c #4C0159",
+"|@	c #7309A2",
+"1@	c #6F0CA7",
+"2@	c #B18352",
+"3@	c #C7AB36",
+"4@	c #C5AD34",
+"5@	c #C2AE32",
+"6@	c #C0B031",
+"7@	c #BEB22F",
+"8@	c #BBB32E",
+"9@	c #4D4673",
+"0@	c #15176C",
+"a@	c #1B2DC1",
+"b@	c #D10023",
+"c@	c #FB0046",
+"d@	c #FA0054",
+"e@	c #F90062",
+"f@	c #F6008B",
+"g@	c #650064",
+"h@	c #4B0158",
+"i@	c #6B0997",
+"j@	c #0D0E42",
+"k@	c #1C2DBF",
+"l@	c #B2001E",
+"m@	c #660065",
+"n@	c #4B0157",
+"o@	c #AD0FF4",
+"p@	c #34064E",
+"q@	c #080620",
+"r@	c #2326B2",
+"s@	c #1726A2",
+"t@	c #D4002F",
+"u@	c #670066",
+"v@	c #4A0156",
+"w@	c #B010F8",
+"x@	c #A112F3",
+"y@	c #4B0B7A",
+"z@	c #1B0530",
+"A@	c #07010E",
+"B@	c #020005",
+"C@	c #0A041C",
+"D@	c #190F51",
+"E@	c #3027BF",
+"F@	c #272AC4",
+"G@	c #D0003A",
+"H@	c #490155",
+"I@	c #8919F3",
+"J@	c #701BDA",
+"K@	c #5319B3",
+"L@	c #531FC8",
+"M@	c #5327E6",
+"N@	c #3127C3",
+"O@	c #CA004F",
+"P@	c #D3005E",
+"Q@	c #D6006C",
+"R@	c #D50078",
+"S@	c #D30083",
+"T@	c #D20090",
+"U@	c #D1009C",
+"V@	c #D100A8",
+"W@	c #D000B3",
+"X@	c #CE00BF",
+"Y@	c #560055",
+"Z@	c #390143",
+"`@	c #AF07D9",
+" #	c #A30AD8",
+".#	c #980DD7",
+"+#	c #8E10D6",
+"@#	c #8313D4",
+"##	c #7716D3",
+"$#	c #6C1AD1",
+"%#	c #611DD1",
+"&#	c #541FCB",
+"*#	c #4521C1",
+"        . + @ # $ % & * = - ; > , ' ) ! ~ { ] ^ / ( _ :         ",
+"    < [ } | 1 2 3 4 5 6 7 8 9 0 0 a b c d e f g h i j k l m     ",
+"  n o [ } | 1 2 3 4 5 6 7 8 p 0 0 a b c d e q g h i j k l r s   ",
+"t u o [ } | 1 2 3 v w 6 7 x y 0 0 z b c d e q g h i j k l r A B ",
+"C u D E } | F 2 G v w 6 7 x H 0 0 I b c d e q g h i j k l r A J ",
+"K u D E } L M N O P w 6 7 x Q 0 0 R b c d e q g h i j k l r A S ",
+"T u D E } U V W 0 0 X Y Z ` Q 0 0  .b c d e q g h i j k l r A ..",
+"T u D E } +. at .#.$.%.&.*.0 0 =.0 0 -.;.c d e q g h i j k l r A ..",
+"T u D E >.,.'.2 G v w 6 ).!.~.0 0 0 {.].^./.(.g h i j k l r A ..",
+"T u D E _.| :.<.G v w 6 7 x [.0 0 }.|.1.2.0 0 3.4.5.6.k l 7.A ..",
+"T u D E 8.| 9.0.G v w 6 7 x a.0 0 b.c.d.e.f.g.h.i.0 j.k l 7.A ..",
+"T u D k.l.| F m.n.v w o.7 p.q.0 0 r.c.d.s.t.u.v.w.x.y.k l 7.A ..",
+"T z.D A.B.| F C.D.v w o.7 p.E.0 0 F.c.d.s.t.u.v.h G.H.k l 7.A ..",
+"T z.D I.B.| F J.K.v w o.7 p.E.0 0 F.c.d.s.t.u.v.L.M.H.k l 7.A ..",
+"T z.N.O.B.| F P.Q.v w o.7 p.R.0 0 S.c.d.s.t.u.v.T.i U.V.l 7.A ..",
+"T z.W.E B.| F P.K.X.w o.7 p.Y.0 0 Z.c.d.s.t.u.v.T.i j `.l 7.A ..",
+"T z. +E B.| F P.D..+w o.7 p.++0 0 @+c.d.s.t.u.#+$+i j `.l %+A ..",
+"T &+*+E B.| F P.n.=+w o.7 p.-+0 0 ;+c.d.s.t.u.>+,+'+)+!+~+%+A ..",
+"T {+D E B.| F P.n.]+^+o./+(+_+0 0 :+<+d.s.t.u.[+,+'+)+}+|+%+A ..",
+"T 1+2+E B.3+4+P.n.5+6+o./+(+_+0 0 :+<+d.s.t.7+8+,+'+)+}+|+%+A ..",
+"9+0+2+E a+b+c+d+n.e+f+o./+(+g+0 0 h+<+d.s.t.i+v.,+'+)+}+j+k+A ..",
+"l+m+n+o+p+q+r+s+t+u+v+w+/+(+x+0 0 y+<+d.s.t.i+v.,+'+)+}+z+A+A ..",
+"B+0 0 0 0 0 0 0 0 0 C+o./+(+D+0 0 E+<+d.s.F+7+v.,+G+H+}+z+A+A ..",
+"I+J+0 0 0 0 0 0 0 K+L+o./+(+M+0 0 N+<+d.s.O+u.v.P+Q+R+S+z+T+U+..",
+"T V+W+X+0 0 0 Y+Z+`+w o./+(+ @0 0 .@<+d.s.O+u.+@@@#@#@$@z+%@&@*@",
+"T z.2+=@-@;@>@, at n.e+w o./+(+ @0 0 .@'@)@!@~@{@]@#@#@#@#@^@%+/@*@",
+"(@z.2+E B._ at 4+P.n.e+:@<@/+(+[@0 0 }@'@)@|@1 at 2@3 at 4@5 at 6@7 at 8@9 at 0@a@",
+"b at z.c@d at e@_ at 4+f@n.e+:@<@/+(+g at 0 0 h@'@)@i at 0 0 0 0 0 0 0 0 0 j at k@",
+"l at z.c@d at e@_ at 4+f@n.e+:@<@/+(+m at 0 0 n@'@)@o at p@0 0 0 0 0 0 0 q at r@s@",
+"  t at c@d at e@_ at 4+f@n.e+:@<@/+(+u at 0 0 v@'@)@w at x@y at z@A at 0 B at C@D at E@F@  ",
+"    G at d@e at _@4+f at n.e+:@<@/+(+u at 0 0 H@'@)@w at t.u.I@J at K@L at M@z+N@    ",
+"        O at P@Q at R@S at T@U at V@W at X@Y at 0 0 Z@`@ #.#+#@###$#%#&#*#        "};

Added: packages/convertall/trunk/debian/copyright
===================================================================
--- packages/convertall/trunk/debian/copyright	                        (rev 0)
+++ packages/convertall/trunk/debian/copyright	2014-02-08 00:17:39 UTC (rev 10494)
@@ -0,0 +1,48 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: convertall
+Upstream-Contact: Douglas W. Bell <doug101 at bellz.org>
+Source: http://convertall.bellz.org/
+
+Files: *
+Copyright: 2005-2013 Douglas W. Bell <doug101 at bellz.org>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2006 William Grant <william at qeuni.net>
+           2013 Jackson Doak <noskcaj at ubuntu.com>
+License: GPL-3+
+
+License: GPL-2+
+ 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 2 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 this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, you can find the complete text of the GNU General
+ Public License version 2 in `/usr/share/common-licenses/GPL-2'.
+
+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 this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, you can find the complete text of the GNU General
+ Public License version 3 in `/usr/share/common-licenses/GPL-3'.
+

Added: packages/convertall/trunk/debian/dirs
===================================================================
--- packages/convertall/trunk/debian/dirs	                        (rev 0)
+++ packages/convertall/trunk/debian/dirs	2014-02-08 00:17:39 UTC (rev 10494)
@@ -0,0 +1,2 @@
+usr/share/pixmaps
+usr/share/applications

Added: packages/convertall/trunk/debian/docs
===================================================================
--- packages/convertall/trunk/debian/docs	                        (rev 0)
+++ packages/convertall/trunk/debian/docs	2014-02-08 00:17:39 UTC (rev 10494)
@@ -0,0 +1 @@
+doc/README.html

Added: packages/convertall/trunk/debian/install
===================================================================
--- packages/convertall/trunk/debian/install	                        (rev 0)
+++ packages/convertall/trunk/debian/install	2014-02-08 00:17:39 UTC (rev 10494)
@@ -0,0 +1,2 @@
+debian/convertall.xpm /usr/share/pixmaps/
+debian/convertall.desktop /usr/share/applications/

Added: packages/convertall/trunk/debian/menu
===================================================================
--- packages/convertall/trunk/debian/menu	                        (rev 0)
+++ packages/convertall/trunk/debian/menu	2014-02-08 00:17:39 UTC (rev 10494)
@@ -0,0 +1,3 @@
+?package(convertall):needs="X11" \
+        section="Applications/Science/Mathematics"\
+        title="ConvertAll" command="/usr/bin/convertall" icon="/usr/share/pixmaps/convertall.xpm"

Added: packages/convertall/trunk/debian/patches/01_install_python_into_usr_share.patch
===================================================================
--- packages/convertall/trunk/debian/patches/01_install_python_into_usr_share.patch	                        (rev 0)
+++ packages/convertall/trunk/debian/patches/01_install_python_into_usr_share.patch	2014-02-08 00:17:39 UTC (rev 10494)
@@ -0,0 +1,27 @@
++From: William Grant <william at qeuni.net>
++Subject: As they're arch. independent, install python modules to /usr/share.
+
+---
+ install.py |    3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+Index: convertall/install.py
+===================================================================
+--- convertall.orig/install.py	2013-08-06 06:32:00.932453524 +1000
++++ convertall/install.py	2013-08-06 06:32:00.928453502 +1000
+@@ -225,14 +225,13 @@
+         if testSpell:
+             spellCheck(['aspell -a', 'ispell -a'])
+ 
+-    pythonPrefixDir = os.path.join(prefixDir, 'lib', progName)
++    pythonPrefixDir = os.path.join(prefixDir, 'share', progName)
+     pythonBuildDir = os.path.join(buildRoot, pythonPrefixDir[1:])
+ 
+     if os.path.isdir('source'):
+         compileall.compile_dir('source', ddir=os.path.join(prefixDir, 'source'))
+         print 'Installing files...'
+         print '  Copying python files to %s' % pythonBuildDir
+-        removeDir(pythonBuildDir)         # remove old?
+         copyDir('source', pythonBuildDir)
+     if os.path.isdir('source/plugins'):
+         pluginBuildDir = os.path.join(pythonBuildDir, 'plugins')

Added: packages/convertall/trunk/debian/patches/02_remove_module_shebang.patch
===================================================================
--- packages/convertall/trunk/debian/patches/02_remove_module_shebang.patch	                        (rev 0)
+++ packages/convertall/trunk/debian/patches/02_remove_module_shebang.patch	2014-02-08 00:17:39 UTC (rev 10494)
@@ -0,0 +1,153 @@
++ From: William Grant <william at qeuni.net>
++ Subject: Remove shebang lines from modules that don't deserve them.
+
+Index: convertall/source/cmdline.py
+===================================================================
+--- convertall.orig/source/cmdline.py	2013-08-06 06:34:43.401259165 +1000
++++ convertall/source/cmdline.py	2013-08-06 06:34:43.369259004 +1000
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #****************************************************************************
+ # cmdline.py, provides a class to read and execute command line arguments
+ #
+Index: convertall/source/convertdlg.py
+===================================================================
+--- convertall.orig/source/convertdlg.py	2013-08-06 06:34:43.401259165 +1000
++++ convertall/source/convertdlg.py	2013-08-06 06:34:43.377259047 +1000
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #****************************************************************************
+ # convertdlg.py, provides the main dialog and GUI interface
+ #
+Index: convertall/source/finddlg.py
+===================================================================
+--- convertall.orig/source/finddlg.py	2013-08-06 06:34:43.401259165 +1000
++++ convertall/source/finddlg.py	2013-08-06 06:34:43.377259047 +1000
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #****************************************************************************
+ # finddlg.py, provides dialog interface for unit find dialog
+ #
+Index: convertall/source/helpview.py
+===================================================================
+--- convertall.orig/source/helpview.py	2013-08-06 06:34:43.401259165 +1000
++++ convertall/source/helpview.py	2013-08-06 06:34:43.377259047 +1000
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #****************************************************************************
+ # helpview.py, provides a window for viewing an html help file
+ #
+Index: convertall/source/icondict.py
+===================================================================
+--- convertall.orig/source/icondict.py	2013-08-06 06:34:43.401259165 +1000
++++ convertall/source/icondict.py	2013-08-06 06:34:43.377259047 +1000
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #****************************************************************************
+ # icondict.py, provides a class to load and store icons
+ #
+Index: convertall/source/modbutton.py
+===================================================================
+--- convertall.orig/source/modbutton.py	2013-08-06 06:34:43.401259165 +1000
++++ convertall/source/modbutton.py	2013-08-06 06:34:43.377259047 +1000
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #****************************************************************************
+ # modbutton.py, provides a button that signals its text
+ #
+Index: convertall/source/numedit.py
+===================================================================
+--- convertall.orig/source/numedit.py	2013-08-06 06:34:43.401259165 +1000
++++ convertall/source/numedit.py	2013-08-06 06:34:43.377259047 +1000
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #****************************************************************************
+ # numedit.py, provides a number entry editor
+ #
+Index: convertall/source/option.py
+===================================================================
+--- convertall.orig/source/option.py	2013-08-06 06:34:43.401259165 +1000
++++ convertall/source/option.py	2013-08-06 06:34:43.377259047 +1000
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #****************************************************************************
+ # option.py, provides classes to read and set user preferences
+ #
+Index: convertall/source/optiondefaults.py
+===================================================================
+--- convertall.orig/source/optiondefaults.py	2013-08-06 06:34:43.401259165 +1000
++++ convertall/source/optiondefaults.py	2013-08-06 06:34:43.389259110 +1000
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #****************************************************************************
+ # optiondefaults.py, provides defaults for program options
+ #
+Index: convertall/source/optiondlg.py
+===================================================================
+--- convertall.orig/source/optiondlg.py	2013-08-06 06:34:43.401259165 +1000
++++ convertall/source/optiondlg.py	2013-08-06 06:34:43.389259110 +1000
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #****************************************************************************
+ # optiondlg.py, provides classes for option setting dialogs
+ #
+Index: convertall/source/unitatom.py
+===================================================================
+--- convertall.orig/source/unitatom.py	2013-08-06 06:34:43.401259165 +1000
++++ convertall/source/unitatom.py	2013-08-06 06:34:43.389259110 +1000
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #****************************************************************************
+ # unitatom.py, provides class to hold data on each available unit
+ #
+Index: convertall/source/unitdata.py
+===================================================================
+--- convertall.orig/source/unitdata.py	2013-08-06 06:34:43.401259165 +1000
++++ convertall/source/unitdata.py	2013-08-06 06:34:43.389259110 +1000
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #****************************************************************************
+ # unitdata.py, reads unit data from file
+ #
+Index: convertall/source/unitedit.py
+===================================================================
+--- convertall.orig/source/unitedit.py	2013-08-06 06:34:43.401259165 +1000
++++ convertall/source/unitedit.py	2013-08-06 06:34:43.393259124 +1000
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #****************************************************************************
+ # unitedit.py, provides a line edit for unit entry
+ #
+Index: convertall/source/unitgroup.py
+===================================================================
+--- convertall.orig/source/unitgroup.py	2013-08-06 06:34:43.401259165 +1000
++++ convertall/source/unitgroup.py	2013-08-06 06:34:43.393259124 +1000
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #****************************************************************************
+ # unitgroup.py, provides a group of units and does conversions
+ #
+Index: convertall/source/unitlistview.py
+===================================================================
+--- convertall.orig/source/unitlistview.py	2013-08-06 06:34:43.401259165 +1000
++++ convertall/source/unitlistview.py	2013-08-06 06:34:43.393259124 +1000
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #****************************************************************************
+ # unitlistview.py, provides a list view of available units
+ #

Added: packages/convertall/trunk/debian/patches/series
===================================================================
--- packages/convertall/trunk/debian/patches/series	                        (rev 0)
+++ packages/convertall/trunk/debian/patches/series	2014-02-08 00:17:39 UTC (rev 10494)
@@ -0,0 +1,2 @@
+01_install_python_into_usr_share.patch
+02_remove_module_shebang.patch

Added: packages/convertall/trunk/debian/rules
===================================================================
--- packages/convertall/trunk/debian/rules	                        (rev 0)
+++ packages/convertall/trunk/debian/rules	2014-02-08 00:17:39 UTC (rev 10494)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+		dh $@ --with python2
+
+override_dh_install:
+	dh_install
+	python install.py -p /usr -b $(CURDIR)/debian/convertall -i share/pixmaps/convertall
+	rm debian/convertall/usr/share/doc/convertall/LICENSE
+	rm debian/convertall/usr/share/doc/convertall/INSTALL


Property changes on: packages/convertall/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/convertall/trunk/debian/source/format
===================================================================
--- packages/convertall/trunk/debian/source/format	                        (rev 0)
+++ packages/convertall/trunk/debian/source/format	2014-02-08 00:17:39 UTC (rev 10494)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/convertall/trunk/debian/watch
===================================================================
--- packages/convertall/trunk/debian/watch	                        (rev 0)
+++ packages/convertall/trunk/debian/watch	2014-02-08 00:17:39 UTC (rev 10494)
@@ -0,0 +1,2 @@
+version=3
+http://convertall.bellz.org/download.html .*/convertall-(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz)).*




More information about the Python-apps-commits mailing list