[Pkg-cli-apps-commits] [SCM] XML Schema Definition (XSD) diagram viewer branch, debian, updated. debian/0.9-2-2-gb81b4b3
Mathieu Malaterre
mathieu.malaterre at gmail.com
Mon Apr 9 13:42:10 UTC 2012
The following commit has been merged in the debian branch:
commit b81b4b3f9046a6e341c2b5fb414cd840638eea76
Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
Date: Mon Apr 9 15:42:10 2012 +0200
start working on next release
diff --git a/debian/changelog b/debian/changelog
index a5688fa..88fc5fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xsddiagram (0.10-1) UNRELEASED; urgency=low
+
+ * New upstream
+ * Remove DMUA flag, use my @d.o alias
+ * Set Std-Vers to 3.9.3, no changes needed
+
+ -- Mathieu Malaterre <malat at debian.org> Mon, 09 Apr 2012 15:38:56 +0200
+
xsddiagram (0.9-2) unstable; urgency=low
* Use default C# compiler in all subprojects. Closes: ##627517
diff --git a/debian/control b/debian/control
index 0ad9b69..580cd08 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,10 @@ Source: xsddiagram
Section: cli-mono
Priority: optional
Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
-Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
+Uploaders: Mathieu Malaterre <malat at debian.org>
Build-Depends: debhelper (>= 7.0.50~), cli-common-dev (>= 0.5.7), quilt (>= 0.46-7~)
Build-Depends-Indep: mono-devel, mono-xbuild
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Homepage: http://regis.cosnier.free.fr/?page=XSDDiagram
Vcs-Git: git://git.debian.org/pkg-cli-apps/packages/xsddiagram.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/xsddiagram.git
diff --git a/debian/rules b/debian/rules
index c3a1c75..b582f76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,11 +4,11 @@ include /usr/share/cli-common/cli.make
include /usr/share/quilt/quilt.make
VER_MAJOR = 0
-VER_MINOR = 9
+VER_MINOR = 10
VER_FULL = $(VER_MAJOR).$(VER_MINOR)
-UPSTREAM_SRC = XSDDiagram-2011-05-17-$(VER_FULL)-Source
+UPSTREAM_SRC = XSDDiagram-2011-12-18-$(VER_FULL)-Source
DEBIAN_SRC_DIR = xsddiagram-$(VER_FULL)
DEBIAN_SRC_TAR = xsddiagram_$(VER_FULL).orig.tar.gz
--
XML Schema Definition (XSD) diagram viewer
More information about the Pkg-cli-apps-commits
mailing list