debian/0000700000000000000000000000000012164132260007151 5ustar debian/rules0000755000000000000000000000460011614604742010253 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 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif config.status: autogen.sh dh_testdir # Add here commands to configure the package. ./autogen.sh --prefix=/usr build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: config.status dh_testdir # Add here commands to compile the package. $(MAKE) #docbook-to-man debian/gphpedit.sgml > gphpedit.1 touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp find . -name *.a | xargs rm -f find . -name *.o | xargs rm -f # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean dh_clean config.log intltool-extract intltool-merge intltool-update data/org.gphpedit.gschema.xml gphpedit.desktop install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/gphpedit. $(MAKE) install DESTDIR=$(CURDIR)/debian/gphpedit # 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 dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples dh_install dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_installinit # dh_installcron # dh_installinfo dh_installman # dh_desktop dh_link dh_strip dh_compress dh_fixperms # dh_perl # dh_python # 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 debian/source/0000700000000000000000000000000011560567272010467 5ustar debian/source/format0000644000000000000000000000001411560563556011710 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000016611560567272012122 0ustar # Don't store changes on autogenerated files extend-diff-ignore = "(^|/)(configure|config.h.in|Makefile.in|LINGUAS)$" debian/compat0000644000000000000000000000000211560545742010375 0ustar 5 debian/docs0000644000000000000000000000000511560545742010045 0ustar TODO debian/patches/0000700000000000000000000000000012164131676010612 5ustar debian/patches/ld--no-add-needed0000644000000000000000000000075411614605326013610 0ustar Description: Patch to make gphpedit build with ld --no-add-needed Author: Laurent Bigonville --- a/src/Makefile.am +++ b/src/Makefile.am @@ -189,6 +189,6 @@ cd gtkscintilla2 && $(MAKE) libgtkscintilla2.a && cd .. gphpedit_LDADD = \ - $(WEBKIT_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(LIBXML_LIBS)\ gtkscintilla2/libgtkscintilla2.a\ - gtkscintilla2/scintilla/bin/scintilla.a + gtkscintilla2/scintilla/bin/scintilla.a\ + $(WEBKIT_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(LIBXML_LIBS) debian/patches/lib_underlinkage0000644000000000000000000000044312164131631014035 0ustar --- a/src/Makefile.am +++ b/src/Makefile.am @@ -191,4 +191,4 @@ gphpedit_LDADD = \ gtkscintilla2/libgtkscintilla2.a\ gtkscintilla2/scintilla/bin/scintilla.a\ - $(WEBKIT_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(LIBXML_LIBS) + $(WEBKIT_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(LIBXML_LIBS) -lgmodule-2.0 debian/patches/gphpedit.desktop0000644000000000000000000000071011614605112014007 0ustar Description: Make desktop file have valid fields Author: Lior Kaplan --- a/gphpedit.desktop.in +++ b/gphpedit.desktop.in @@ -1,9 +1,9 @@ [Desktop Entry] Version=0.9.98 -_Name=gPHPEdit -_GenericName=PHP/HTML/CSS editor -_X-GNOME-FullName=gPHPEdit -_Comment=Edit PHP source files +Name=gPHPEdit +GenericName=PHP/HTML/CSS editor +X-GNOME-FullName=gPHPEdit +Comment=Edit PHP source files Exec=gphpedit Icon=gphpedit.png Terminal=false debian/patches/series0000644000000000000000000000006412164131276012035 0ustar gphpedit.desktop ld--no-add-needed lib_underlinkage debian/changelog0000644000000000000000000001033512164132110011031 0ustar gphpedit (0.9.98-3) unstable; urgency=low [ Daniel T Chen ] * Added missing libs to link, fixing FTBFS (Closes: #713483) -- Lior Kaplan Mon, 01 Jul 2013 01:32:39 +0300 gphpedit (0.9.98-2) unstable; urgency=low * Update build dependency libwebkit-dev -> libwebkitgtk-dev (Closes: 635411) * Update debian/watch (Closes: #625881) -- Lior Kaplan Fri, 29 Jul 2011 23:38:55 +0200 gphpedit (0.9.98-1) unstable; urgency=low * New upstream release * Switch to dpkg-source 3.0 (quilt) format * Apply patch to fix "FTBFS with ld --no-add-needed" (Closes: #611571) -- Lior Kaplan Fri, 06 May 2011 01:07:24 +0300 gphpedit (0.9.97+20100226-1) unstable; urgency=low * New upstream release (Closes: #303798, #304207, #509520, #340769, #395023) - Remove gtkhtml2 dependency, now uses webkit (Closes: #549029) * debian/control: - Incorporate changes to the debian package by Rostagno Jose. - Change standards-version to 3.8.4, no changes needed. - Add VCS-* variables. * remove debian/watch as there's no official download page. -- Lior Kaplan Fri, 21 May 2010 14:22:06 +0300 gphpedit (0.9.91-5) unstable; urgency=low * Add patch from Ubuntu to prevent segfault when checking if an empty document is PHP. * bump Standards-Version to 3.7.3 - Fix menu section according to the new policy. - Move homepage from description to a regular header. -- Lior Kaplan Fri, 28 Dec 2007 17:15:42 +0200 gphpedit (0.9.91-4) unstable; urgency=low * Apply patch by Martin Michlmayr to fix FTBFS with GCC 4.3 (Closes: #421215) -- Lior Kaplan Sat, 28 Apr 2007 01:43:47 +0300 gphpedit (0.9.91-3) unstable; urgency=low * Apply a patch to prevent gphpedit from crashing after searching & replacing. (Closes: #396325) -- Lior Kaplan Wed, 13 Dec 2006 20:25:24 +0200 gphpedit (0.9.91-2) unstable; urgency=low * Really add a watch file -- Lior Kaplan Wed, 30 Aug 2006 17:49:20 +0300 gphpedit (0.9.91-1) unstable; urgency=low * New upstream release - Fixes frequently crashes while working on amd64 (Closes: #357426) - Includes updated German translation by Holger Wansing. * Add a watch file to monitor future releases. -- Lior Kaplan Sat, 22 Jul 2006 15:03:16 +0300 gphpedit (0.9.80-3) unstable; urgency=low * Update debian/control and src/tab.c since phpdoc was renamed to php-doc * Change standards-version to 3.7.2, no changes needed. * Add php5-cli to suggests in order to have syntax check work -- Lior Kaplan Tue, 16 May 2006 00:45:38 -0500 gphpedit (0.9.80-2) unstable; urgency=low * loosened relations with phpdoc from recommends to suggests * Updated German Translation by Holger Wansing (Closes: #348904) * Removed absolute path from desktop file (as done in Ubuntu). -- Lior Kaplan Mon, 20 Mar 2006 23:06:36 +0200 gphpedit (0.9.80-1) unstable; urgency=low * New upstream release - Fixed files rendering incorrectly (Closes: #324574) - Fixed small issue highlighting parenthesis (Closes: #303798) - Fixed crashing on startup on amd64 (x86_64) (Closes: #315539) - Fixed indentation using spaces doesn't work correctly (Closes: #303793) - Fixed crash on searching through the PHP manual (Closes: #304207) - Fix position of Font change confirmation box (Closes: #324567, #308645) * Fix FSF address in debian/copyright * Change standards-version to 3.6.2, no changes needed. -- Lior Kaplan Wed, 19 Oct 2005 22:37:49 +0200 gphpedit (0.9.50-2) unstable; urgency=low * debian/control: - Add Shaul Karl to uploaders. - Fix package description. Closes: #301353 - Add phpdoc to recommends. * Patch tab.c to search the php manual in the right location. Closes: #303790 -- Lior Kaplan Sat, 9 Apr 2005 16:17:45 +0300 gphpedit (0.9.50-1) unstable; urgency=low * Initial Release. (Closes: #218868) * Minor manpage fixes by Ivo and Andy Jeffries . -- Lior Kaplan Wed, 16 Feb 2005 23:46:58 +0200 debian/gphpedit.manpages0000644000000000000000000000002211560545742012512 0ustar debian/gphpedit.1 debian/gphpedit.install0000644000000000000000000000004611560545742012373 0ustar debian/gphpedit.xpm usr/share/pixmaps debian/menu0000644000000000000000000000023211560545742010063 0ustar ?package(gphpedit):needs="X11" section="Applications/Programming" \ title="gphpedit" command="/usr/bin/gphpedit" \ icon="/usr/share/pixmaps/gphpedit.xpm" debian/control0000644000000000000000000000133611614576766010617 0ustar Source: gphpedit Section: gnome Priority: optional Maintainer: Lior Kaplan Build-Depends: debhelper (>= 5.0.0), libwebkitgtk-dev, libxml-parser-perl, intltool, autopoint, libtool Standards-Version: 3.9.2 Homepage: http://www.gphpedit.org/ Vcs-Git: git://github.com/anoopjohn/gphpedit.git Vcs-Browser: http://github.com/anoopjohn/gphpedit Package: gphpedit Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: php5-cli, php-doc Description: development environment for PHP/HTML/CSS gPHPEdit is a GNOME editor that is dedicated to editing PHP files and other supporting files, like HTML/CSS. It has support for drop-down function lists, hints showing parameters, and syntax highlighting. debian/dirs0000644000000000000000000000001011560545742010052 0ustar usr/bin debian/gphpedit.xpm0000644000000000000000000001645011560545742011537 0ustar /* XPM */ static char * gphpedit_xpm[] = { "32 32 327 2", " c None", ". c #C8C8C8", "+ c #5B5B5B", "@ c #F5F5F5", "# c #8B8B8B", "$ c #777777", "% c #DDDDDD", "& c #AFAFAF", "* c #C7C7C7", "= c #999999", "- c #A8A8A8", "; c #E4E4E4", "> c #595959", ", c #D2D2D2", "' c #A3A3A3", ") c #A7A7A7", "! c #919191", "~ c #C5C5C5", "{ c #A1A1A1", "] c #4B4B4B", "^ c #BCBCBC", "/ c #BFBFBF", "( c #797979", "_ c #717171", ": c #A5A5A5", "< c #828282", "[ c #BEBEBE", "} c #C1C1C1", "| c #545454", "1 c #D8D8D8", "2 c #818181", "3 c #7C7C7C", "4 c #757575", "5 c #B6B6B6", "6 c #7F7F7F", "7 c #5D5D5D", "8 c #A9A9A9", "9 c #E1E1E1", "0 c #E5E5E5", "a c #DEDEDE", "b c #252525", "c c #373737", "d c #848484", "e c #9D9D9D", "f c #636363", "g c #B8B8B8", "h c #C3C3C3", "i c #B7B7B7", "j c #C9C9C9", "k c #DFDFDF", "l c #DADADA", "m c #E0E0E0", "n c #666666", "o c #656565", "p c #767676", "q c #9B9B9B", "r c #A0A0A0", "s c #AEAEAE", "t c #CCCCCC", "u c #E3E3E3", "v c #D7D7D7", "w c #D0D0D0", "x c #D6D6D6", "y c #DBDBDB", "z c #282828", "A c #959595", "B c #6C6C6C", "C c #E2E2E2", "D c #EBEBEB", "E c #ECECEC", "F c #E9E9E9", "G c #DCDCDC", "H c #D9D9D9", "I c #D5D5D5", "J c #D3D3D3", "K c #1E1E1E", "L c #7B7B7B", "M c #9E9E9E", "N c #E6E6E6", "O c #F0F0F0", "P c #EEEEEE", "Q c #CFCFCF", "R c #CDCDCD", "S c #343434", "T c #CBCBCB", "U c #EAEAEA", "V c #EDEDED", "W c #E8E8E8", "X c #CECECE", "Y c #040404", "Z c #2A2A2A", "` c #A2A2A2", " . c #FAFAFA", ".. c #F6F6F6", "+. c #F1F1F1", "@. c #E7E7E7", "#. c #D4D4D4", "$. c #D1D1D1", "%. c #BABABA", "&. c #090909", "*. c #535353", "=. c #ABABAB", "-. c #FCFCFC", ";. c #F8F8F8", ">. c #F3F3F3", ",. c #BBBBBB", "'. c #C2C2C2", "). c #101010", "!. c #505050", "~. c #C0C0C0", "{. c #F9F9F9", "]. c #F4F4F4", "^. c #EFEFEF", "/. c #C6C6C6", "(. c #221D1C", "_. c #747474", ":. c #F1EFF0", "<. c #D7D5DC", "[. c #C2C1CF", "}. c #AEAEC2", "|. c #A8AABE", "1. c #B1B4C3", "2. c #C5C6CB", "3. c #CACACA", "4. c #B7B5B6", "5. c #85868D", "6. c #989CB3", "7. c #99A0C4", "8. c #7D86B6", "9. c #6A76AC", "0. c #6A77AD", "a. c #6370A9", "b. c #5F6CA6", "c. c #5D6AA3", "d. c #616DA2", "e. c #757DA5", "f. c #898DA7", "g. c #A7A7B1", "h. c #B9B9BB", "i. c #B3B3B3", "j. c #999DBF", "k. c #818AB7", "l. c #6975AC", "m. c #5D6BA7", "n. c #5967A5", "o. c #5765A4", "p. c #626EA2", "q. c #535769", "r. c #6C769F", "s. c #5B6AA9", "t. c #5B69A6", "u. c #5A69A6", "v. c #5B69A4", "w. c #616CA0", "x. c #6C7396", "y. c #898A90", "z. c #B7B7B6", "A. c #FDFDFD", "B. c #757DAD", "C. c #606DA5", "D. c #606C9D", "E. c #5E6A9C", "F. c #626FA1", "G. c #6170AB", "H. c #5E678E", "I. c #111113", "J. c #697195", "K. c #6371AA", "L. c #6370AA", "M. c #616C9F", "N. c #6371AC", "O. c #5966A0", "P. c #5B617A", "Q. c #AEAEAF", "R. c #6772A7", "S. c #616FAC", "T. c #5A5F77", "U. c #202126", "V. c #2B2B2D", "W. c #212329", "X. c #4E5366", "Y. c #636983", "Z. c #0A0908", "`. c #282829", " + c #212227", ".+ c #4F5364", "++ c #777D98", "@+ c #1E2025", "#+ c #292A2C", "$+ c #212226", "%+ c #3B3D4B", "&+ c #5C6AA7", "*+ c #65697E", "=+ c #D9D9DA", "-+ c #9A9A9A", ";+ c #3F3F3F", ">+ c #636D9C", ",+ c #5A68A7", "'+ c #626FA9", ")+ c #333541", "!+ c #414451", "~+ c #7480B4", "{+ c #575E77", "]+ c #0C0B09", "^+ c #4C4C4C", "/+ c #35363C", "(+ c #818CC0", "_+ c #565B70", ":+ c #2D2E30", "<+ c #65666B", "[+ c #272931", "}+ c #717DAC", "|+ c #6A7295", "1+ c #17181A", "2+ c #555E82", "3+ c #5E6DAC", "4+ c #556299", "5+ c #3F424A", "6+ c #474747", "7+ c #5E6A9E", "8+ c #5B69A7", "9+ c #6672A7", "0+ c #272831", "a+ c #555B77", "b+ c #6272B8", "c+ c #5C627E", "d+ c #191816", "e+ c #353535", "f+ c #434657", "g+ c #6474B6", "h+ c #464B60", "i+ c #3C3D41", "j+ c #4A4B50", "k+ c #3F4250", "l+ c #6473B4", "m+ c #6A739B", "n+ c #161718", "o+ c #5A648C", "p+ c #5D6BAA", "q+ c #5A68A4", "r+ c #202436", "s+ c #626C9C", "t+ c #5B69A8", "u+ c #5866A4", "v+ c #626E99", "w+ c #191A1D", "x+ c #4C4E58", "y+ c #555868", "z+ c #222324", "A+ c #646773", "B+ c #21201F", "C+ c #5A6079", "D+ c #6270AB", "E+ c #31333A", "F+ c #55565B", "G+ c #333337", "H+ c #3A3B41", "I+ c #5A5D6E", "J+ c #29292C", "K+ c #383B48", "L+ c #6371AE", "M+ c #5A68A5", "N+ c #57659F", "O+ c #222533", "P+ c #5765A5", "Q+ c #606889", "R+ c #121111", "S+ c #4D4F5F", "T+ c #4B4F62", "U+ c #5D6486", "V+ c #7580AE", "W+ c #54586B", "X+ c #656F9B", "Y+ c #606EA6", "Z+ c #555A73", "`+ c #7B7E8F", " @ c #242426", ".@ c #424552", "+@ c #4C5063", "@@ c #545B7A", "#@ c #626EA4", "$@ c #5A68A6", "%@ c #5E6DAD", "&@ c #434D78", "*@ c #626B94", "=@ c #5E6BA7", "-@ c #565B72", ";@ c #363638", ">@ c #6F7DBA", ",@ c #5C6CAE", "'@ c #5766A6", ")@ c #5D6CAD", "!@ c #5A69A7", "~@ c #5B68A6", "{@ c #5A69AD", "]@ c #6D7391", "^@ c #262626", "/@ c #6774AB", "(@ c #5E6DAF", "_@ c #5967A7", ":@ c #5C6AA8", "<@ c #45507E", "[@ c #6C7398", "}@ c #6A749D", "|@ c #5C6AA9", "1@ c #5B69A5", "2@ c #6C77A8", "3@ c #68719A", "4@ c #5D6BA8", "5@ c #5D6BAB", "6@ c #56639B", "7@ c #33395A", "8@ c #616A99", "9@ c #5C6AA2", "0@ c #5C69A4", "a@ c #5866A3", "b@ c #5764A1", "c@ c #586398", "d@ c #545D89", "e@ c #434861", "f@ c #747895", "g@ c #6B6E8C", "h@ c #646887", "i@ c #636683", "j@ c #60637E", "k@ c #686A7E", "l@ c #696B7B", " ", " . ", " + @ ", " # $ % & * ", " = - ; > , ' ) ! , ", " ~ { ] ^ / ( _ : { < [ ; } ", " | 1 2 3 4 5 6 7 8 9 0 a a % ~ ", " b c d - e f + g h i j ; ; k a l m ", " n d 6 o p q r s t l u 0 u k v w 1 x y ", " z A d A B { j C ; D E F 0 G l H H 1 I J v ", " K L M , l . I N O P F ; C C m G H , t Q R w ", " S # T k u U V V U F W 0 9 k 1 X R t Q t T . ", " Y Z ` N ...+.O P U @.u l #., #.J $.R . ~ Q %. ", " &.*.=.-.;.>.O E F k y H l H v J R h ,.'.h w ", " ).!.~.{.].^.N m 9 m a G v w * './.. ~ } [ X ", " (._.Q -.:.<.[.}.|.1.2.j t t R 3.* [ & i ~.X ", " 4.5.6.7.8.9.0.a.b.c.d.e.f.g.h.[ g i.^ ~.} H W ", " j.k.l.m.n.o.p.q.r.s.t.t.u.v.w.x.y.z.} ~.Q C ;.A. ", " B.n.C.D.E.F.G.H.I.J.p.K.L.D.E.M.N.O.P.Q.D ;.].I ` ", " R.u.S.T.U.V.W.X.Y.Z.`. +.+++@+#+$+%+L.&+*+=+h -+f ;+ ", " >+,+t.'+)+!+~+{+]+^+/+(+_+:+<+[+}+|+1+2+3+4+5+6+ ", " 7+8+t.9+0+a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+p+q+r+ ", " s+t+u+v+w+x+y+z+A+B+C+D+E+F+G+H+I+J+K+L+M+N+O+ ", " v.P+Q+R+S+T+U+V+W+X+Y+Z+`+ @.@+@@@#@$@%@&@ ", " *@=@-@;@>@,@'@n.)@!@~@{@]@^@/@(@_@t+:@<@ ", " [@}@|@$@t.t.1@t.t.n.2@3@4@t+5@6@7@ ", " 8@7+9@0@1@t.t.1@a@b@c@d@e@ ", " f@g@h@i@j@k@l@ ", " ", " ", " ", " "}; debian/copyright0000644000000000000000000000253611560575450011137 0ustar This package was debianized by Lior Kaplan on Sun, 21 Nov 2004 00:36:59 +0200. It was downloaded from https://github.com/anoopjohn/gphpedit Copyright: Copyright (C) 2003, 2004, 2005 Andy Jeffries Copyright (C) 2009 Anoop John Copyright (C) 2009-2011 José Rostagno(for vijona.com.ar) Upstream Author: Anoop John License: 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 package 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 . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". The Debian packaging is: Copyright (C) 2010-2011 Lior Kaplan and is licensed under the GPL version 3, see above. debian/gphpedit.10000644000000000000000000000316011560545742011065 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH GPHPEDIT 1 "November 26, 2004" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME gPHPEdit \- a PHP/HTML/CSS Development Environment for GNOME .SH SYNOPSIS .B gphpedit .RI [-?|--help] .RI [--usage] .RI [--display=DISPLAY] .RI [--version] .RI [files] .br .SH DESCRIPTION gPHPEdit is a GNOME2 editor specialised for editing PHP scripts and related files (HTML/CSS/JS). .PP .SH OPTIONS This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. .TP .B \-h, \-\-help Show summary of options. .TP .B \-v, \-\-version Show version of program. .TP .B \-\-display=DISPLAY Choose with with display to work with (if different from the value of $DISPLAY). .br .SH AUTHOR gPHPEdit was written by Andy Jeffries .PP This manual page was written by Lior Kaplan , for the Debian project (but may be used by others). debian/watch0000644000000000000000000000027111614576660010233 0ustar version=3 # githubredir.debian.net is a redirector for GitHub projects # It can be used as following: http://githubredir.debian.net/github/anoopjohn/gphpedit/ (\d*).(\d*).(\d*).tar.gz