[SCM] Maven build rule execution framework branch, master, updated. upstream/1.0.beta2-4-g0635b7f

Gabriele Giacone gg0-guest at alioth.debian.org
Sat Feb 20 23:42:28 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Maven build rule execution framework".

The branch, master has been updated
       via  0635b7ff8ae5942c40dba159dd79a3f51b2e9a27 (commit)
      from  d40f48aaea79c249e7e1d81dd95cc079d5ef3f96 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0635b7ff8ae5942c40dba159dd79a3f51b2e9a27
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Sun Feb 21 00:28:47 2010 +0100

    d/con: renamed src&bin pkgs

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                                   |    2 +-
 debian/control                                     |    4 ++--
 ...ava.poms => libmaven-enforcer-plugin-java.poms} |    0
 debian/orig-tar.sh                                 |    6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9e9350a..8789150 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-enforcer (1.0~beta2-1) unstable; urgency=low
+maven-enforcer (1.0~beta2-1) unstable; urgency=low
 
   * Initial release (Closes: #570673)
 
diff --git a/debian/control b/debian/control
index 6bff042..6626f42 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: enforcer
+Source: maven-enforcer
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
@@ -15,7 +15,7 @@ Vcs-Git: git://git.debian.org/pkg-java/enforcer.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/enforcer.git
 Homepage: http://maven.apache.org/enforcer 
 
-Package: libenforcer-java
+Package: libmaven-enforcer-plugin-java
 Architecture: all
 Depends: ${misc:Depends}, ${maven:Depends}
 Recommends: ${maven:OptionalDepends}
diff --git a/debian/libenforcer-java.poms b/debian/libmaven-enforcer-plugin-java.poms
similarity index 100%
rename from debian/libenforcer-java.poms
rename to debian/libmaven-enforcer-plugin-java.poms
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 7b7ee79..92fde8d 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,9 +1,9 @@
 #!/bin/sh -e
 
 VERSION=$2
-TAR=../enforcer_$VERSION.orig.tar.gz
-DIR=enforcer-$VERSION
-TAG=$(echo "enforcer-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
+TAR=../maven-enforcer_$VERSION.orig.tar.gz
+DIR=maven-enforcer-$VERSION
+TAG=$(echo "maven-enforcer-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
 
 svn export http://svn.apache.org/repos/asf/maven/enforcer/tags/${TAG}/ $DIR
 GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR


hooks/post-receive
-- 
Maven build rule execution framework



More information about the pkg-java-commits mailing list