r35743 - in /packages/texmaker/trunk/debian: changelog control patches/ rules texmaker.docs texmaker.install

tille at users.alioth.debian.org tille at users.alioth.debian.org
Fri May 29 09:31:28 UTC 2009


Author: tille
Date: Fri May 29 09:31:28 2009
New Revision: 35743

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35743
Log:
New upstream version

Removed:
    packages/texmaker/trunk/debian/patches/
Modified:
    packages/texmaker/trunk/debian/changelog
    packages/texmaker/trunk/debian/control
    packages/texmaker/trunk/debian/rules
    packages/texmaker/trunk/debian/texmaker.docs
    packages/texmaker/trunk/debian/texmaker.install

Modified: packages/texmaker/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/changelog?rev=35743&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/changelog (original)
+++ packages/texmaker/trunk/debian/changelog Fri May 29 09:31:28 2009
@@ -1,3 +1,16 @@
+texmaker (1.9.1-1) unstable; urgency=low
+
+  * New upstream version
+  * debian/control:
+    - debhelper (>= 7)
+    - libqt4-dev (>=4.5.1) (required by upstream
+    - Standards-Version: 3.8.1, no changes needed
+  * debian/texmaker.install: adapt to changes in upstream directory
+    layout
+  * No quilt patches any more because applied upstream
+
+ -- Andreas Tille <tille at debian.org>  Thu, 28 May 2009 14:38:43 +0200
+
 texmaker (1.8-1) unstable; urgency=low
 
   [ Ruben Molina ]

Modified: packages/texmaker/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/control?rev=35743&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/control (original)
+++ packages/texmaker/trunk/debian/control Fri May 29 09:31:28 2009
@@ -5,8 +5,8 @@
 DM-Upload-Allowed: yes
 Uploaders: Andreas Tille <tille at debian.org>,
  Ruben Molina <rmolina at udea.edu.co>
-Build-Depends: debhelper (>= 5.0.51), libqt4-dev (>=4.3), libglib2.0-dev, quilt
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 7), libqt4-dev (>=4.5.1), libglib2.0-dev
+Standards-Version: 3.8.1
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/texmaker/trunk/
 Homepage: http://www.xm1math.net/texmaker/

Modified: packages/texmaker/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/rules?rev=35743&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/rules (original)
+++ packages/texmaker/trunk/debian/rules Fri May 29 09:31:28 2009
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 # debian/rules for texmaker
 
-include /usr/share/quilt/quilt.make
+# include /usr/share/quilt/quilt.make
 
 CFLAGS = -Wall -g
 
@@ -20,7 +20,8 @@
 	touch configure-stamp
 
 
-build: patch build-stamp
+# build: patch build-stamp
+build: build-stamp
 
 build-stamp: configure-stamp
 	dh_testdir
@@ -29,7 +30,7 @@
 
 	touch build-stamp
 
-clean: unpatch
+clean: # unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
@@ -78,5 +79,10 @@
 	dh_md5sums
 	dh_builddeb
 
+get-orig-source:
+	# Hmmm, somehow it does not yet work to us bzipeed source files -
+	# perhaps somebody else is more clever than me
+	echo "Try `bzcat texmaker-1.9.1.tar.bz2 | gzip -9 - > texmaker_1.9.1.orig.tar.gz` to get the orig.tar.gz"
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure

Modified: packages/texmaker/trunk/debian/texmaker.docs
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/texmaker.docs?rev=35743&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/texmaker.docs (original)
+++ packages/texmaker/trunk/debian/texmaker.docs Fri May 29 09:31:28 2009
@@ -1,2 +1,1 @@
 utilities/AUTHORS
-utilities/README_DIC_fr_FR.txt

Modified: packages/texmaker/trunk/debian/texmaker.install
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/texmaker.install?rev=35743&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/texmaker.install (original)
+++ packages/texmaker/trunk/debian/texmaker.install Fri May 29 09:31:28 2009
@@ -1,11 +1,10 @@
 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
+doc/*                         usr/share/doc/texmaker/html
+dictionaries/*.txt            usr/share/doc/texmaker/dictionaries
 utilities/[a-ce-su-z]*.png    usr/share/texmaker
 utilities/[a-km-z]*.txt       usr/share/texmaker
-utilities/*.qm                usr/share/texmaker
+locale/*                      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/




More information about the debian-science-commits mailing list