[modello] 17/32: * New upstream release. * Add myself to Uploaders. * Add watch file. * Add Vcs-* and Homepage header. * Bump up Standards-Version: 3.8.0.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jul 9 10:49:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch modello-1.1
in repository modello.

commit e477ab2203c2f31eba45e33995233c5159b1efa9
Author: Torsten Werner <twerner at debian.org>
Date:   Sat Nov 29 11:50:27 2008 +0000

    * New upstream release.
    * Add myself to Uploaders.
    * Add watch file.
    * Add Vcs-* and Homepage header.
    * Bump up Standards-Version: 3.8.0.
---
 debian/changelog   | 10 ++++++++++
 debian/control     | 11 +++++------
 debian/orig-tar.sh | 16 ++++++++++++++++
 debian/rules       | 10 +---------
 debian/watch       |  2 ++
 5 files changed, 34 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d60ad8a..8b500e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+modello (1.0-alpha-21-1) experimental; urgency=low
+
+  * New upstream release.
+  * Add myself to Uploaders.
+  * Add watch file.
+  * Add Vcs-* and Homepage header.
+  * Bump up Standards-Version: 3.8.0.
+
+ -- Torsten Werner <twerner at debian.org>  Sat, 29 Nov 2008 12:48:58 +0100
+
 modello (1.0-alpha-8-1) unstable; urgency=low
 
   * Initial release. (Closes: 421626)
diff --git a/debian/control b/debian/control
index 5dcb6a3..c10eb15 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: modello
 Section: devel
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Paul Cager <paul-debian at home.paulcager.org>
+Uploaders: Paul Cager <paul-debian at home.paulcager.org>, Torsten Werner <twerner at debian.org>
 Build-Depends-Indep: ant-optional,
                      classpath-doc,
                      java-gcj-compat-dev (>= 1.0.65),
@@ -12,7 +12,10 @@ Build-Depends-Indep: ant-optional,
                      libplexus-utils-java-doc (>= 1:1.4.1),
                      maven-ant-helper (>= 3)
 Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3)
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/modello
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/modello/
+Homepage: http://modello.codehaus.org
 
 Package: libmodello-java
 Architecture: all
@@ -33,8 +36,6 @@ Description: a Data Model toolkit in use by the Maven 2 Project
     * Java Model to JPOX Mapping.
  .
  Modello is used to build the maven system.
- .
-  Homepage: http://modello.codehaus.org
 
 Package: libmodello-java-doc
 Architecture: all
@@ -58,5 +59,3 @@ Description:  a Data Model toolkit in use by the Maven 2 Project
  Modello is used to build the maven system.
  .
  This package provides the API documentation for Modello.
- .
-  Homepage: http://modello.codehaus.org
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
new file mode 100755
index 0000000..1fb86c7
--- /dev/null
+++ b/debian/orig-tar.sh
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+TAR=../modello_$2.orig.tar.gz
+DIR=modello-$2
+TAG=modello-$2
+
+svn export https://svn.codehaus.org/modello/tags/$TAG $DIR
+tar -c -z -f $TAR $DIR
+rm -rf $DIR ../$TAG
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+  . .svn/deb-layout
+  mv $TAR $origDir
+  echo "moved $TAR to $origDir"
+fi
diff --git a/debian/rules b/debian/rules
index d942ba4..ee4860a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,17 +13,9 @@ DEB_ANT_BUILD_TARGET := package javadoc
 DEB_ANT_BUILDFILE    := ./debian/build.xml
 DEB_ANT_ARGS         := -Dpackage=$(PACKAGE) -Dversion=$(VERSION)
 API_DOCS             := build/api
-SVN                  := https://svn.codehaus.org/modello/tags/modello-$(VERSION)
 
 get-orig-source:
-	echo "Getting version $(VERSION) from $(SVN)"
-	rm -rf orig_tmp
-	mkdir orig_tmp
-	cd orig_tmp && \
-		svn export -q $(SVN) $(PACKAGE) && \
-		rm -rf modello/modello-maven-plugin modello/modello-plugins-sandbox modello/modello-site && \
-		tar czf ../../$(PACKAGE)_$(VERSION).orig.tar.gz $(PACKAGE)
-	rm -rf orig_tmp
+	uscan --force-download
 
 binary-post-install/lib$(PACKAGE)-java::
 	dh_install -plib$(PACKAGE)-java modello-core/build/$(PACKAGE)-core-$(VERSION).jar usr/share/java
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..d48ede3
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://svn.codehaus.org/modello/tags/ modello-(\d.*)/ debian debian/orig-tar.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/modello.git



More information about the pkg-java-commits mailing list