[texmaker] 01/103: Injected "hijacked" texmaker
Andreas Tille
tille at debian.org
Sun Sep 10 17:38:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository texmaker.
commit 3df027e6ef79562b761054239fce70493ca4a019
Author: Andreas Tille <tille at debian.org>
Date: Wed May 28 14:52:09 2008 +0000
Injected "hijacked" texmaker
---
debian/changelog | 78 +++++++++++++++
debian/compat | 3 +
debian/control | 24 +++++
debian/copyright | 30 ++++++
debian/doc-base.texmaker | 15 +++
debian/menu | 2 +
debian/rules | 79 +++++++++++++++
debian/texmaker.1 | 56 +++++++++++
debian/texmaker.docs | 2 +
debian/texmaker.install | 16 +++
debian/texmaker.links | 2 +
debian/texmaker.manpages | 1 +
debian/texmaker.xpm | 248 +++++++++++++++++++++++++++++++++++++++++++++++
debian/watch | 6 ++
14 files changed, 562 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8b98744
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,78 @@
+texmaker (1.7.1-1) UNRELEASED; urgency=low
+
+ * Putted TexMaker under team maintenance by Debian Science Team
+ svn://svn.debian.org/svn/debian-science/typesetting/texmaker/trunk/
+ * New upstream version
+ Closes: #479691
+ * added watch file
+ Closes: #479693
+ * debian/control
+ - Standards-Version: 3.7.3 (no changes needed)
+ - Homepage field
+ * debian/menu: s/Apps/Applications/
+ * debian/rules
+ - added dh_desktop call
+ - replaced "-$(MAKE) distclean" by
+ "[ ! -f Makefile ] || $(MAKE) distclean"
+ - symlinks for documentation files to /usr/share/texmaker (see below)
+ - don't use make install from upstream but move files via dh_install
+ Closes: #438208
+ * debian/texmaker.desktop -> rather make use of upstream desktop file
+ * debian/texmaker.install
+ - use files from upstream source as install targets rather than
+ from debian/texmaker
+ - use symlink via texmaker.links for texmaker32x32.png
+ - copy files from utilities relevant for /usr/share/doc to this
+ directory and put symlinks to /usr/share/texmaker into place
+ in debian/rules
+ Closes: #479692
+ * Added doc-base entry
+
+ -- Andreas Tille <tille at debian.org> Tue, 27 May 2008 14:21:01 +0200
+
+texmaker (1.6-1) unstable; urgency=low
+
+ * New Upstream Release (Closes: #430051)
+
+ -- Joseph Smidt <jsmidt at byu.edu> Sun, 1 Jul 2007 12:58:40 -0600
+
+texmaker (1.5-1) unstable; urgency=low
+
+ * New Upstream Release
+
+ -- Joseph Smidt <jsmidt at byu.edu> Sat, 27 Jan 2007 14:43:00 -0700
+
+texmaker (1.4-2) unstable; urgency=low
+
+ * Change build-dep on libqt4-dev to libqt4-dev (>=4.2)
+
+ -- Joseph Smidt <jsmidt at byu.edu> Wed, 25 Oct 2006 19:58:06 -0600
+
+texmaker (1.4-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload
+ * Fix correct quoting of -DPREFIX on the c++ command line
+ (closes: #392386)
+ * Added build-dep on libglib2.0-dev
+
+ -- Bas Zoetekouw <bas at debian.org> Wed, 18 Oct 2006 22:18:32 +0200
+
+texmaker (1.4-1) unstable; urgency=low
+
+ * New upstream release
+ Add aspell as a recommended package since spell-check depends on it
+
+ -- Joseph Smidt <jsmidt at byu.edu> Wed, 2 Aug 2006 12:45:11 -0600
+
+texmaker (1.3-2) unstable; urgency=low
+
+ * Change Short and Long descriptions as well the manpage (Closes: #375795)
+
+ -- Joseph Smidt <jsmidt at byu.edu> Mon, 3 Jul 2006 04:22:25 -0600
+
+texmaker (1.3-1) unstable; urgency=low
+
+ * Initial release (Closes: #345806)
+
+ -- Joseph Smidt <jsmidt at byu.edu> Mon, 25 Apr 2006 04:16:22 -0600
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..db61822
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1,3 @@
+5
+
+
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..20deaf7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: texmaker
+Section: tex
+Priority: optional
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Joseph Smidt <jsmidt at byu.edu>,
+ Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 5.0.0), libqt4-dev (>=4.3), libglib2.0-dev
+Standards-Version: 3.7.3
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/typesetting/texmaker/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/typesetting/texmaker/trunk/
+Homepage: http://www.xm1math.net/texmaker/
+
+Package: texmaker
+Architecture: any
+Depends: ${shlibs:Depends}
+Recommends: aspell, gs-gpl | gs-esp | gs-afpl, netpbm, psutils, tetex-extra | texlive-latex-extra
+Description: A Cross-Platform LaTeX Editor
+ Texmaker is a clean, highly configurable LaTeX editor with good hot key
+ support and extensive Latex documentation. Texmaker integrates many tools
+ needed to develop documents with LaTeX, in just one application. It has
+ some nice features such as syntax highlighting, insertion of 370 mathematical
+ symbols with only one click, and "structure view" of the document for easier
+ navigation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a555cf2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+This package was debianized by Joseph Smidt <jsmidt at byu.edu> on
+Mon, 25 Apr 2006 12:06:38 -0600.
+
+It was downloaded from http://www.xm1math.net/texmaker/
+
+Upstream Author: Pascal Brachet <pbrachet at xm1math.net>
+
+Copyright: (C) 2003, 2004, 2005 Pascal Brachet <pbrachet at xm1math.net>
+
+License:
+
+ This package 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 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 package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA, 02111-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+
diff --git a/debian/doc-base.texmaker b/debian/doc-base.texmaker
new file mode 100644
index 0000000..929434a
--- /dev/null
+++ b/debian/doc-base.texmaker
@@ -0,0 +1,15 @@
+Document: texmaker
+Title: TeXMaker
+Author: Pascal Brachet
+Abstract: Cross-Platform LaTeX Editor
+ Texmaker is a clean, highly configurable LaTeX editor with good hot key
+ support and extensive Latex documentation. Texmaker integrates many tools
+ needed to develop documents with LaTeX, in just one application. It has
+ some nice features such as syntax highlighting, insertion of 370 mathematical
+ symbols with only one click, and "structure view" of the document for easier
+ navigation.
+Section: Office
+
+Format: html
+Files: /usr/share/doc/texmaker/html/usermanual_en.html
+Index: /usr/share/doc/texmaker/html/index.html
diff --git a/debian/menu b/debian/menu
new file mode 100644
index 0000000..d4d21f2
--- /dev/null
+++ b/debian/menu
@@ -0,0 +1,2 @@
+?package(texmaker):needs="X11" section="Applications/Editors"\
+ title="texmaker" command="/usr/bin/texmaker" icon="texmaker.xpm"
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..74ff766
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,79 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# debian/rules for texmaker
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0
+else
+ CFLAGS += -O2
+endif
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ qmake-qt4 -unix PREFIX=/usr texmaker.pro
+
+ touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp
+ dh_testdir
+
+ $(MAKE)
+
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+
+ [ ! -f Makefile ] || $(MAKE) distclean
+ rm -Rf .obj .ui .moc
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Use dh_install instead
+ # $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/texmaker install
+ dh_install
+
+ # Setting symlinks from doc dir to /usr/share/texmaker
+ for docfile in `ls $(CURDIR)/debian/texmaker/usr/share/doc/texmaker/html/*` ; do \
+ ln -s ../doc/texmaker/html/`basename $${docfile}` $(CURDIR)/debian/texmaker/usr/share/texmaker ; \
+ done
+
+# 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 -k utilities/CHANGELOG.txt
+ dh_installdocs
+ dh_installman
+ dh_installmenu
+ dh_desktop
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+ 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
diff --git a/debian/texmaker.1 b/debian/texmaker.1
new file mode 100644
index 0000000..f428ac6
--- /dev/null
+++ b/debian/texmaker.1
@@ -0,0 +1,56 @@
+.TH texmaker 1 "April 3, 2006"
+.
+.SH NAME
+texmaker \- A Cross-Platform LaTeX Editor
+.
+.SH SYNOPSIS
+.B texmaker file [-master] [-line xx]
+.
+.SH DESCRIPTION
+.B texmaker
+is a clean, highly configurable LaTeX editor with good hot key support and extensive Latex documentation. Texmaker integrates many tools needed to
+develop documents with LaTeX, in just one application. It has some nice featuressuch as syntax highlighting, insertion of 370 mathematical symbols with only one
+click, a structure view of the document for easier navigation.
+
+-master With this option, the document will be automatically defined
+ as a "master" document.
+
+-line xx With this option, Texmaker will ask you if you want to jump
+ to the xx line after loading the document
+
+ See the user manuels under the 'Help' directory for documentation on the
+use and features for Texmaker.
+
+Some of Texmaker's features are:
+
+- An unicode editor to write your LaTeX source files (syntax highlighting, undo-redo, search-replace, ...)
+
+- The principal LaTex tags can be inserted directly with the "LaTeX" and "Math" menus
+
+- 370 mathematical symbols can be inserted in just one click
+
+- Wizards to generate code ('Quick document', 'Quick letter', tabular, tabbing and array environments)
+
+- LaTeX-related programs can be launched via the "Tools" menu
+
+- The standard Bibtex entry types can be inserted in the ".bib" file with the "Bibliography" menu
+
+- A "structure view" of the document for easier navigation of a document (by clicking on an item in the "Structure" frame, you can jump directly to the corresponding part of your document
+
+- Extensive LaTeX documentation
+
+- In the "Messages / Log File" frame, you can see information about processes and the logfile after a LaTeX compilation
+
+- The "Next Latex Error" and "Previous Latex Error" commands let you reach the LaTeX errors detected in the log file
+
+- By clicking on the number of a line in the log file, the cursor jumps to the corresponding line in the editor
+
+- An integrated LaTeX to html conversion tool (for unix and macosx systems)
+.
+.SH Web Page
+http://www.xm1math.net/texmaker/
+.
+.SH AUTHOR
+Pascal Brachet <pbrachet at xm1math.net>
+.
+.\" EOF
diff --git a/debian/texmaker.docs b/debian/texmaker.docs
new file mode 100644
index 0000000..88e772b
--- /dev/null
+++ b/debian/texmaker.docs
@@ -0,0 +1,2 @@
+utilities/AUTHORS
+utilities/README_DIC_fr_FR.txt
diff --git a/debian/texmaker.install b/debian/texmaker.install
new file mode 100644
index 0000000..0e69fac
--- /dev/null
+++ b/debian/texmaker.install
@@ -0,0 +1,16 @@
+texmaker usr/bin
+utilities/*.html usr/share/doc/texmaker/html
+utilities/*.css usr/share/doc/texmaker/html
+utilities/*.gif usr/share/doc/texmaker/html
+utilities/doc*.png usr/share/doc/texmaker/html
+utilities/[a-ce-su-z]*.png usr/share/texmaker
+utilities/[a-km-z]*.txt usr/share/texmaker
+utilities/*.qm usr/share/texmaker
+utilities/texmaker16x16.png usr/share/icons/hicolor/16x16/apps/
+utilities/texmaker22x22.png usr/share/icons/hicolor/22x22/apps/
+utilities/texmaker32x32.png usr/share/icons/hicolor/32x32/apps/
+utilities/texmaker48x48.png usr/share/icons/hicolor/48x48/apps/
+utilities/texmaker64x64.png usr/share/icons/hicolor/64x64/apps/
+utilities/texmaker128x128.png usr/share/icons/hicolor/128x128/apps/
+utilities/texmaker.desktop usr/share/applications/
+debian/texmaker.xpm usr/share/pixmaps/
diff --git a/debian/texmaker.links b/debian/texmaker.links
new file mode 100644
index 0000000..7a6a47e
--- /dev/null
+++ b/debian/texmaker.links
@@ -0,0 +1,2 @@
+usr/share/icons/hicolor/32x32/apps/texmaker32x32.png usr/share/pixmaps/texmaker.png
+usr/share/doc/texmaker/html/usermanual_en.html usr/share/doc/texmaker/html/index.html
diff --git a/debian/texmaker.manpages b/debian/texmaker.manpages
new file mode 100644
index 0000000..9ad2ee0
--- /dev/null
+++ b/debian/texmaker.manpages
@@ -0,0 +1 @@
+debian/texmaker.1
diff --git a/debian/texmaker.xpm b/debian/texmaker.xpm
new file mode 100644
index 0000000..f665c94
--- /dev/null
+++ b/debian/texmaker.xpm
@@ -0,0 +1,248 @@
+/* XPM */
+static char * texmaker22x22_xpm[] = {
+"22 22 222 2",
+" c None",
+". c #878FB8",
+"+ c #BABBCA",
+"@ c #B7B9C9",
+"# c #B4B6C8",
+"$ c #B0B4C6",
+"% c #ADB1C4",
+"& c #BFC5DD",
+"* c #BEC5DE",
+"= c #BAC2DC",
+"- c #B6BFDB",
+"; c #B2BCD9",
+"> c #A1ABC8",
+", c #959FBB",
+"' c #929CB9",
+") c #9AA6C7",
+"! c #99A8CA",
+"~ c #8694B5",
+"{ c #8290B2",
+"] c #6B78A8",
+"^ c #84879E",
+"/ c #727274",
+"( c #9C9B9E",
+"_ c #131313",
+": c #9C9DA1",
+"< c #59595C",
+"[ c #D2D3DA",
+"} c #ECEEF5",
+"| c #EAECF4",
+"1 c #E7EAF4",
+"2 c #E5E9F3",
+"3 c #CCD0DA",
+"4 c #535458",
+"5 c #161718",
+"6 c #CFD4E0",
+"7 c #D5DCE9",
+"8 c #454951",
+"9 c #717D96",
+"0 c #7C8AB6",
+"a c #9799B3",
+"b c #F5F3F8",
+"c c #EFEFF2",
+"d c #1D1D1E",
+"e c #F3F4F9",
+"f c #E6E7EC",
+"g c #DCDDE2",
+"h c #EEF0F7",
+"i c #ECEFF6",
+"j c #EBEDF5",
+"k c #E9ECF4",
+"l c #E7EBF4",
+"m c #E0E3ED",
+"n c #2D2E30",
+"o c #A4A8B0",
+"p c #B9BEC7",
+"q c #808999",
+"r c #A1B2D5",
+"s c #7D8AB7",
+"t c #AFB2D0",
+"u c #F2F3F8",
+"v c #F0F1F7",
+"w c #E6E9F3",
+"x c #B7BAC2",
+"y c #232425",
+"z c #75787E",
+"A c #B3C1DD",
+"B c #7D89B6",
+"C c #AFB0CF",
+"D c #C5C6CA",
+"E c #1E1E1E",
+"F c #78797C",
+"G c #8B8D91",
+"H c #6E6F73",
+"I c #9EA0A5",
+"J c #E4E8F2",
+"K c #3E4043",
+"L c #666970",
+"M c #A6B6D7",
+"N c #3A3A3C",
+"O c #C8CAD0",
+"P c #C5C7CE",
+"Q c #A4A7AE",
+"R c #A0A4AD",
+"S c #15161A",
+"T c #8C9AB6",
+"U c #7D88B5",
+"V c #AFAFCE",
+"W c #EEEEF1",
+"X c #1C1C1D",
+"Y c #3B3B3D",
+"Z c #B0B2B8",
+"` c #CCCFD8",
+" . c #85888E",
+".. c #BBC6E0",
+"+. c #6C7689",
+"@. c #282C34",
+"#. c #9FB0D3",
+"$. c #7D86B4",
+"%. c #AEAECD",
+"&. c #A0A0A2",
+"*. c #0D0D0D",
+"=. c #C0C1C5",
+"-. c #7D7E81",
+";. c #515154",
+">. c #B8BCC3",
+",. c #99A1B4",
+"'. c #B0BDDB",
+"). c #929FB9",
+"!. c #07080A",
+"~. c #474E5E",
+"{. c #7680AB",
+"]. c #F7F7FA",
+"^. c #F5F5F9",
+"/. c #C2C4CA",
+"(. c #D4DBEB",
+"_. c #BFC8E1",
+":. c #B5C1DD",
+"<. c #ABBAD9",
+"[. c #7C85B3",
+"}. c #AEADCC",
+"|. c #E9EBF4",
+"1. c #D8DDEC",
+"2. c #A1A8BA",
+"3. c #BEC8E1",
+"4. c #BAC4DF",
+"5. c #7C84B2",
+"6. c #F2F0F7",
+"7. c #F2F1F7",
+"8. c #EFEFF6",
+"9. c #E9EAF3",
+"0. c #D1D3DE",
+"a. c #1E1E20",
+"b. c #7C7F89",
+"c. c #999EAD",
+"d. c #7C818E",
+"e. c #6B707C",
+"f. c #AC9385",
+"g. c #AA9388",
+"h. c #7C83B2",
+"i. c #AEACCB",
+"j. c #EFEDF5",
+"k. c #EAE9F3",
+"l. c #E5E5F1",
+"m. c #E0E2EF",
+"n. c #C8CAD8",
+"o. c #BBBECD",
+"p. c #B7BCCB",
+"q. c #B3B8CA",
+"r. c #AEB5C8",
+"s. c #AFA9B5",
+"t. c #BB8341",
+"u. c #BA8C5B",
+"v. c #DA9E3F",
+"w. c #D39B46",
+"x. c #AE8C6F",
+"y. c #A87F5A",
+"z. c #9DA8C8",
+"A. c #7C82B0",
+"B. c #AEABCB",
+"C. c #DBDEED",
+"D. c #D6DAEB",
+"E. c #D2D7E9",
+"F. c #CDD3E7",
+"G. c #C8CFE5",
+"H. c #C1C9E0",
+"I. c #C68C3D",
+"J. c #EFB84D",
+"K. c #F1BE5E",
+"L. c #F1BF63",
+"M. c #F0BC5A",
+"N. c #BA8C57",
+"O. c #AEAACA",
+"P. c #B9A9AA",
+"Q. c #C08C4A",
+"R. c #EEB549",
+"S. c #F1C268",
+"T. c #F5CA82",
+"U. c #F5CD8A",
+"V. c #F4C779",
+"W. c #D3A25C",
+"X. c #9F8882",
+"Y. c #7B7EAD",
+"Z. c #BFBCCB",
+"`. c #B68F6E",
+" + c #EAB24E",
+".+ c #F3C673",
+"++ c #F6D295",
+"@+ c #F9D9AB",
+"#+ c #F5CD88",
+"$+ c #DDAB60",
+"%+ c #A98164",
+"&+ c #7A7EAC",
+"*+ c #AEA9C9",
+"=+ c #B3A8B1",
+"-+ c #E4A744",
+";+ c #F1C267",
+">+ c #F5CA81",
+",+ c #F5CD89",
+"'+ c #AF8C73",
+")+ c #7B7FAE",
+"!+ c #AEA8C8",
+"~+ c #B3A29E",
+"{+ c #B59070",
+"]+ c #B78E69",
+"^+ c #E8B45B",
+"/+ c #C6975F",
+"(+ c #B59071",
+"_+ c #A57A5D",
+":+ c #978EB7",
+"<+ c #EEECF4",
+"[+ c #C3CCE3",
+"}+ c #AB8367",
+"|+ c #A8A6BA",
+"1+ c #9FAFD3",
+"2+ c #716EA0",
+"3+ c #5D5383",
+"4+ c #5E5586",
+"5+ c #5E5584",
+"6+ c #5D5584",
+"7+ c #5D5384",
+"8+ c #5B5384",
+"9+ c #594E80",
+" ",
+" ",
+" . + @ # $ % & * = - ; > , ' ) ! ~ { ] ",
+" ^ / ( _ : < [ } | 1 2 3 4 5 6 7 8 9 0 ",
+" a b c d e f g h i j k l m n o p q r s ",
+" t b c d e u v h i j k l w x y z A r B ",
+" C b c d e D E F G H I l w J K L M r B ",
+" C b c d e u N O i j P l w Q R S T r U ",
+" V b W X e u Y O i Z k l ` ...+. at .#.$. ",
+" %.b &.*.=.u Y -.G ;.k >.n ,.'.).!.~.{. ",
+" %.b ].^.e u Y O i /.l (._.:.'.<.M r [. ",
+" }.b ].^.e u Y O |.1.2.3.4.:.'.<.M r 5. ",
+" }.6.7.8.9.0.a.b.c.d.e.3.4.f.g.<.M r h. ",
+" i.j.k.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z.A. ",
+" B.j.k.l.m.C.D.E.F.G.H.I.J.K.L.M.N.r A. ",
+" O.j.k.l.m.C.D.E.F.P.Q.R.S.T.U.V.W.X.Y. ",
+" O.j.k.l.m.C.D.E.F.Z.`. +.+++ at +#+$+%+&+ ",
+" *+j.k.l.m.C.D.E.F.G.=+-+;+>+,+V.'+r )+ ",
+" !+j.k.l.m.C.D.E.F.G.~+{+]+^+/+(+_+r Y. ",
+" :+<+k.l.m.C.D.E.F.G.[+3.4.}+|+<.M 1+2+ ",
+" 3+4+4+5+5+5+5+6+7+7+7+7+7+7+8+8+9+ ",
+" "};
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..3285a6c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,6 @@
+# watch control file for uscan to obtain texmaker
+version=3
+
+# http://www.xm1math.net/texmaker/texmaker-(.*)\.tar\.bz2
+# http://www.xm1math.net/texmaker/download.html texmaker-(.*)\.tar\.bz2
+http://www.xm1math.net/texmaker/download.html texmaker-(\d\.\d\..*)tar\.bz2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/texmaker.git
More information about the debian-science-commits
mailing list