[xml/sgml-commit] r1960 - in /packages/w3-dtd-mathml/trunk/debian: changelog compat control rules w3-dtd-mathml.postinst w3-dtd-mathml.postrm w3-dtd-mathml.prerm watch

malat at users.alioth.debian.org malat at users.alioth.debian.org
Thu May 10 12:42:51 UTC 2012


Author: malat
Date: Thu May 10 12:42:50 2012
New Revision: 1960

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1960
Log:
Cleanup w3-dtd-mathml

Added:
    packages/w3-dtd-mathml/trunk/debian/watch
Removed:
    packages/w3-dtd-mathml/trunk/debian/w3-dtd-mathml.postinst
    packages/w3-dtd-mathml/trunk/debian/w3-dtd-mathml.postrm
    packages/w3-dtd-mathml/trunk/debian/w3-dtd-mathml.prerm
Modified:
    packages/w3-dtd-mathml/trunk/debian/changelog
    packages/w3-dtd-mathml/trunk/debian/compat
    packages/w3-dtd-mathml/trunk/debian/control
    packages/w3-dtd-mathml/trunk/debian/rules

Modified: packages/w3-dtd-mathml/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/w3-dtd-mathml/trunk/debian/changelog?rev=1960&op=diff
==============================================================================
--- packages/w3-dtd-mathml/trunk/debian/changelog (original)
+++ packages/w3-dtd-mathml/trunk/debian/changelog Thu May 10 12:42:50 2012
@@ -1,3 +1,12 @@
+w3-dtd-mathml (2.0.0.0-3) UNRELEASED; urgency=low
+
+  * Set maintainer to Debian XML/SGML Group, as myself as Uploaders
+  * Set Std-Vers to 3.9.3, no changes needed
+  * d/rules: refactor code using dh(7)
+  * d/watch: added
+
+ -- Mathieu Malaterre <malat at debian.org>  Thu, 10 May 2012 14:01:17 +0200
+
 w3-dtd-mathml (2.0.0.0-2) unstable; urgency=low
 
   * QA upload, set maintainer to Debian QA Group
@@ -26,7 +35,3 @@
   * Initial Release. Closes: bug#101658
 
  -- Mark Johnson <mrj at debian.org>  Wed, 20 Jun 2001 23:25:38 -0400
-
-Local variables:
-mode: debian-changelog
-End:

Modified: packages/w3-dtd-mathml/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/w3-dtd-mathml/trunk/debian/compat?rev=1960&op=diff
==============================================================================
--- packages/w3-dtd-mathml/trunk/debian/compat (original)
+++ packages/w3-dtd-mathml/trunk/debian/compat Thu May 10 12:42:50 2012
@@ -1,1 +1,1 @@
-4
+7

Modified: packages/w3-dtd-mathml/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/w3-dtd-mathml/trunk/debian/control?rev=1960&op=diff
==============================================================================
--- packages/w3-dtd-mathml/trunk/debian/control (original)
+++ packages/w3-dtd-mathml/trunk/debian/control Thu May 10 12:42:50 2012
@@ -1,11 +1,11 @@
 Source: w3-dtd-mathml
 Section: text
 Priority: optional
-Maintainer: Debian QA Group <packages at qa.debian.org>
-Build-Depends: debhelper (>> 4.0.0)
-Standards-Version: 3.9.2
+Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
+Uploaders: Mathieu Malaterre <malat at debian.org>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.9.3
 Homepage: http://www.w3.org/TR/MathML2/
-
 
 Package: w3-dtd-mathml
 Architecture: all
@@ -20,5 +20,3 @@
  .
  Includes a prototype extension of the XHTML 1.1 DTD
  that incorporates MathML 2.0.
- .
- Author: W3C Math Working Group <www-math at w3.org>

Modified: packages/w3-dtd-mathml/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/w3-dtd-mathml/trunk/debian/rules?rev=1960&op=diff
==============================================================================
--- packages/w3-dtd-mathml/trunk/debian/rules (original)
+++ packages/w3-dtd-mathml/trunk/debian/rules Thu May 10 12:42:50 2012
@@ -1,44 +1,3 @@
 #!/usr/bin/make -f
-# debian/rules for w3-dtd-mathml
-# Maintainer: Mark Johnson <mrj at debian.org>
-
-#export DH_VERBOSE=1
-
-build: build-stamp
-
-build-stamp:
-	dh_testdir
-	touch build-stamp
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_install
-	dh_installdocs
-	dh_installchangelogs
-	dh_link
-	dh_installcatalogs
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-arch: build install
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
-
-
+%:
+	dh $@ --parallel

Added: packages/w3-dtd-mathml/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/w3-dtd-mathml/trunk/debian/watch?rev=1960&op=file
==============================================================================
--- packages/w3-dtd-mathml/trunk/debian/watch (added)
+++ packages/w3-dtd-mathml/trunk/debian/watch Thu May 10 12:42:50 2012
@@ -1,0 +1,2 @@
+version=3
+http://www.w3.org/TR/MathML2/overview.html .*PER-MathML2-([\d\.]+).*




More information about the debian-xml-sgml-commit mailing list