Bug#593160: libeasymock-java: Please add pom.xml

2011-04-01 Thread Matthias Schmitz
tags 593160 +pending
thanks

Hi *,

i added the pom and bumped the version in changelog. Please have a look
and upload the package. Or complain about it and i will fix it :-).

best regeards,
Matthias





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#581883: Bug#593160: libeasymock-java: Please add pom.xml

2011-03-31 Thread Matthias Schmitz
tags 581883 +pending
thanks

Hi *,

i added the pom and bumped the version in changelog. Please have a look
and upload the package. Or complain about it and i will fix it :-).

best regeards,
Matthias





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#593160: libeasymock-java: Please add pom.xml

2010-08-16 Thread Torsten Werner
Hi Niels,

On Mon, Aug 16, 2010 at 12:14 AM, Niels Thykier ni...@thykier.net wrote:
 -BEGIN PGP SIGNED MESSAGE-
 I recall the maven-repo-helper having issues cleaning up after itself
 (leaving behind a debian/.mh or so) and I did not see any additions to
 the clean rule to remove this.
  So is this patch missing an addition to the clean rule or have the
 maven helper tool stopped leaving things behind?

are you talking about #589635? This was a bug in maven-debian-helper
that is not used here and the bug has already been fixed.

Cheers,
Torsten



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#593160: libeasymock-java: Please add pom.xml

2010-08-16 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 2010-08-16 10:37, Torsten Werner wrote:
 Hi Niels,
 
 On Mon, Aug 16, 2010 at 12:14 AM, Niels Thykier ni...@thykier.net wrote:
 -BEGIN PGP SIGNED MESSAGE-
 I recall the maven-repo-helper having issues cleaning up after itself
 (leaving behind a debian/.mh or so) and I did not see any additions to
 the clean rule to remove this.
  So is this patch missing an addition to the clean rule or have the
 maven helper tool stopped leaving things behind?
 
 are you talking about #589635? This was a bug in maven-debian-helper
 that is not used here and the bug has already been fixed.
 
 Cheers,
 Torsten
 

In eclipse we were asked to add pom files for the libequinox-osgi-java.
We ended up using mh_installpom + mh_installjar from maven-repo-helper
and had to manually remove debian/.mh/ in our clean target.
  Of course I only read the patch and based on it I guessed it might be
missing the cleaning of that file - based on maven-repo-helper being
added to B-D and the d/rules diff does not include any cdbs
maven-repo-helper files (which might have had clean rules for this, if
one such cdbs file exists).

~Niels

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEAREIAAYFAkxo/LEACgkQVCqoiq1Ylqx5qACggVDypcisYAXgRXpDIyqyKIsP
lMIAn0ksqkDv7euvTrj6/xJpoMnEMueJ
=Cn5F
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#593160: libeasymock-java: Please add pom.xml

2010-08-16 Thread Matthias Schmitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Torsten, hi Nils, hi *,

Am Mon, 16 Aug 2010 00:14:58 +0200
schrieb Niels Thykier ni...@thykier.net:
  See attached patch.
  
  thanks for the patch but you want to remove the existing install/*
  target from debian/rules, too.
i fixed this and add a new patch. 

 I recall the maven-repo-helper having issues cleaning up after itself
 (leaving behind a debian/.mh or so) and I did not see any additions to
 the clean rule to remove this.
   So is this patch missing an addition to the clean rule or have the
 maven helper tool stopped leaving things behind?
Thanks for the hint - there was indeed a debian/.mh left after the
package building. Now it will remove in clean::.

best regards,
Matthias 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkxpkBIACgkQJwRJTy3zZoH1VgCfb7JK6S/Cz5Fh3VRZ/vu8S+Ul
tXMAn0bhbkligqocG0wiHz2ARxem3sGM
=9UcO
-END PGP SIGNATURE-
From b6293a8529ecaefc39b09a072d9f757feaacddc3 Mon Sep 17 00:00:00 2001
From: Matthias Schmitz matth...@sigxcpu.org
Date: Mon, 16 Aug 2010 21:06:51 +0200
Subject: [PATCH] Add easymock-2.4.pom and install it with maven-repo-helper

* Add easymock-2.4.pom from repo1.maven.org
* Add maven-repo-helper to Build-Depends:
* Install the pom and link the jar in /usr/share/maven-repo
* remove debian/.mh in clean::
---
 debian/control   |2 +-
 debian/easymock-2.4.pom  |  159 ++
 debian/libeasymock-java.poms |1 +
 debian/rules |9 ++-
 4 files changed, 166 insertions(+), 5 deletions(-)
 create mode 100644 debian/easymock-2.4.pom
 create mode 100644 debian/libeasymock-java.poms

diff --git a/debian/control b/debian/control
index 085054d..8022be3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ DM-Upload-Allowed: yes
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/easymock/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/easymock/
 Build-Depends: cdbs, debhelper (= 5.0.42), default-jdk, ant-optional (= 1.7.0),
- junit4 (= 4.6-2)
+ junit4 (= 4.6-2), maven-repo-helper
 Standards-Version: 3.8.4
 Homepage: http://www.easymock.org
 
diff --git a/debian/easymock-2.4.pom b/debian/easymock-2.4.pom
new file mode 100644
index 000..575b285
--- /dev/null
+++ b/debian/easymock-2.4.pom
@@ -0,0 +1,159 @@
+project
+  modelVersion4.0.0/modelVersion
+  groupIdorg.easymock/groupId
+  artifactIdeasymock/artifactId
+  version2.4/version
+  packagingjar/packaging
+  nameEasyMock/name
+  urlhttp://www.easymock.org/url
+  descriptionEasyMock provides an easy way to create Mock Objects for interfaces by generating them on the fly using Java's proxy mechanism/description
+  licenses
+license
+  nameMIT License/name
+  urlhttp://www.easymock.org/License.html/url
+  distributionrepo/distribution
+/license
+  /licenses
+  developers
+developer
+  idtammo/id
+  nameTammo Freese/name
+  timezone+1/timezone
+/developer
+developer
+  idhenri/id
+  nameHenri Tremblay/name
+  urlhttp://www.jroller.com/Henri//url
+  organizationOssia Conseil/organization
+  organizationUrlhttp://ossia-conseil.com/organizationUrl  
+  timezone+1/timezone
+/developer
+  /developers  
+  issueManagement
+systemSourceForge/system
+urlhttp://sourceforge.net/tracker/?group_id=82958/url
+  /issueManagement  
+  mailingLists
+mailingList
+  nameUser List/name
+  subscribeFrom Yahoo groups/subscribe
+  unsubscribeeasymock-unsubscr...@yahoogroups.com/unsubscribe
+  posteasym...@yahoogroups.com/post
+  archivehttp://tech.groups.yahoo.com/group/easymock//archive
+/mailingList
+  /mailingLists  
+  scm
+urlhttp://easymock.cvs.sourceforge.net/easymock//url
+developerConnectionscm:cvs:ext:usern...@easymock.cvs.sourceforge.net:/cvsroot/easymock:easymock/developerConnection
+connectionscm:cvs:pserver:anonym...@easymock.cvs.sourceforge.net:/cvsroot/easymock:easymock/connection
+  /scm  
+  dependencies
+dependency
+  groupIdjunit/groupId
+  artifactIdjunit/artifactId
+  version4.4/version
+  scopetest/scope
+/dependency
+  /dependencies
+  build
+sourceDirectory${basedir}/src/sourceDirectory
+testSourceDirectory${basedir}/src-tests/testSourceDirectory
+plugins
+  plugin
+artifactIdmaven-compiler-plugin/artifactId
+configuration
+  source1.5/source
+  target1.5/target
+/configuration
+  /plugin
+  plugin
+groupIdorg.apache.maven.plugins/groupId
+artifactIdmaven-jar-plugin/artifactId
+configuration
+  archive
+indextrue/index
+manifestEntries
+  EasyMock-Version${pom.version}/EasyMock-Version
+/manifestEntries
+  /archive
+/configuration
+  /plugin
+  plugin
+groupIdorg.apache.maven.plugins/groupId
+

Bug#593160: libeasymock-java: Please add pom.xml

2010-08-16 Thread Torsten Werner
On Mon, Aug 16, 2010 at 9:22 PM, Matthias Schmitz matth...@sigxcpu.org wrote:
 Now it will remove in clean::.

I think mh_clean is the tool to do the job but I didn't know that by myself. :)

Cheers,
Torsten



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#593160: libeasymock-java: Please add pom.xml

2010-08-16 Thread Matthias Schmitz
Am Mon, 16 Aug 2010 22:30:29 +0200
schrieb Torsten Werner twer...@debian.org:

 On Mon, Aug 16, 2010 at 9:22 PM, Matthias Schmitz
 matth...@sigxcpu.org wrote:
  Now it will remove in clean::.
 
 I think mh_clean is the tool to do the job but I didn't know that by
 myself. :)
ahh, i'll add this to http://wiki.debian.org/Java/MavenRepoHelper 

best regards,
Matthias


signature.asc
Description: PGP signature


Bug#593160: libeasymock-java: Please add pom.xml

2010-08-16 Thread Ludovic Claude


When using the mh_* utilities, you need to add a call to mh_clean on the 
clean target.


clean::
mh_clean

It's working more like the Java helper utilities now.

Ludovic

Le 16/08/2010 00:14, Niels Thykier a écrit :


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 2010-08-15 23:57, Torsten Werner wrote:

Hi Matthias,

On Sun, Aug 15, 2010 at 11:13 PM, Matthias Schmitzmatth...@sigxcpu.org  wrote:

Please add a pom.xml to the package.
See attached patch.


thanks for the patch but you want to remove the existing install/*
target from debian/rules, too.

Cheers,
Torsten



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.




Hi

I recall the maven-repo-helper having issues cleaning up after itself
(leaving behind a debian/.mh or so) and I did not see any additions to
the clean rule to remove this.
   So is this patch missing an addition to the clean rule or have the
maven helper tool stopped leaving things behind?

~Niels

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEAREIAAYFAkxoZuIACgkQVCqoiq1YlqxWbwCghaT2KN4Rr+/jX4f3fnQreqCk
nMkAoIq+PhUpuPTCwnvtusZRt3rskQS6
=nVr8
-END PGP SIGNATURE-



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.







--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#593160: libeasymock-java: Please add pom.xml

2010-08-15 Thread Matthias Schmitz
Package: libeasymock-java
Version: 2.4+ds1-4.1
Severity: normal
Tags: patch

Please add a pom.xml to the package.
See attached patch.

Best regards,
Matthias 


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libeasymock-java depends on:
ii  default-jre-headless [java5-r 1.6-38 Standard Java or Java
compatible R ii  openjdk-6-jre-headless [java5 6b18-1.8-1 OpenJDK Java
runtime, using Hotspo

libeasymock-java recommends no packages.

Versions of packages libeasymock-java suggests:
pn  libeasymock-java-doc  none (no description available)

-- no debconf information
From 2a35cf93a0d0f0c72530a2a86c35cdd6359312d5 Mon Sep 17 00:00:00 2001
From: Matthias Schmitz matth...@sigxcpu.org
Date: Sun, 15 Aug 2010 22:53:57 +0200
Subject: [PATCH] Add easymock-2.4.pom and install it with maven-repo-helper

* Add easymock-2.4.pom from repo1.maven.org
* Add maven-repo-helper to Build-Depends:
* Install the pom and link the jar in /usr/share/maven-repo
---
 debian/control   |2 +-
 debian/easymock-2.4.pom  |  159 ++
 debian/libeasymock-java.poms |1 +
 debian/rules |4 +
 4 files changed, 165 insertions(+), 1 deletions(-)
 create mode 100644 debian/easymock-2.4.pom
 create mode 100644 debian/libeasymock-java.poms

diff --git a/debian/control b/debian/control
index 085054d..8022be3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ DM-Upload-Allowed: yes
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/easymock/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/easymock/
 Build-Depends: cdbs, debhelper (= 5.0.42), default-jdk, ant-optional (= 1.7.0),
- junit4 (= 4.6-2)
+ junit4 (= 4.6-2), maven-repo-helper
 Standards-Version: 3.8.4
 Homepage: http://www.easymock.org
 
diff --git a/debian/easymock-2.4.pom b/debian/easymock-2.4.pom
new file mode 100644
index 000..575b285
--- /dev/null
+++ b/debian/easymock-2.4.pom
@@ -0,0 +1,159 @@
+project
+  modelVersion4.0.0/modelVersion
+  groupIdorg.easymock/groupId
+  artifactIdeasymock/artifactId
+  version2.4/version
+  packagingjar/packaging
+  nameEasyMock/name
+  urlhttp://www.easymock.org/url
+  descriptionEasyMock provides an easy way to create Mock Objects for interfaces by generating them on the fly using Java's proxy mechanism/description
+  licenses
+license
+  nameMIT License/name
+  urlhttp://www.easymock.org/License.html/url
+  distributionrepo/distribution
+/license
+  /licenses
+  developers
+developer
+  idtammo/id
+  nameTammo Freese/name
+  timezone+1/timezone
+/developer
+developer
+  idhenri/id
+  nameHenri Tremblay/name
+  urlhttp://www.jroller.com/Henri//url
+  organizationOssia Conseil/organization
+  organizationUrlhttp://ossia-conseil.com/organizationUrl  
+  timezone+1/timezone
+/developer
+  /developers  
+  issueManagement
+systemSourceForge/system
+urlhttp://sourceforge.net/tracker/?group_id=82958/url
+  /issueManagement  
+  mailingLists
+mailingList
+  nameUser List/name
+  subscribeFrom Yahoo groups/subscribe
+  unsubscribeeasymock-unsubscr...@yahoogroups.com/unsubscribe
+  posteasym...@yahoogroups.com/post
+  archivehttp://tech.groups.yahoo.com/group/easymock//archive
+/mailingList
+  /mailingLists  
+  scm
+urlhttp://easymock.cvs.sourceforge.net/easymock//url
+developerConnectionscm:cvs:ext:usern...@easymock.cvs.sourceforge.net:/cvsroot/easymock:easymock/developerConnection
+connectionscm:cvs:pserver:anonym...@easymock.cvs.sourceforge.net:/cvsroot/easymock:easymock/connection
+  /scm  
+  dependencies
+dependency
+  groupIdjunit/groupId
+  artifactIdjunit/artifactId
+  version4.4/version
+  scopetest/scope
+/dependency
+  /dependencies
+  build
+sourceDirectory${basedir}/src/sourceDirectory
+testSourceDirectory${basedir}/src-tests/testSourceDirectory
+plugins
+  plugin
+artifactIdmaven-compiler-plugin/artifactId
+configuration
+  source1.5/source
+  target1.5/target
+/configuration
+  /plugin
+  plugin
+groupIdorg.apache.maven.plugins/groupId
+artifactIdmaven-jar-plugin/artifactId
+configuration
+  archive
+indextrue/index
+manifestEntries
+  EasyMock-Version${pom.version}/EasyMock-Version
+/manifestEntries
+  /archive
+/configuration
+  /plugin
+  plugin
+groupIdorg.apache.maven.plugins/groupId
+artifactIdmaven-source-plugin/artifactId
+executions
+  execution
+idattach-sources/id
+phaseverify/phase
+

Bug#593160: libeasymock-java: Please add pom.xml

2010-08-15 Thread Torsten Werner
Hi Matthias,

On Sun, Aug 15, 2010 at 11:13 PM, Matthias Schmitz matth...@sigxcpu.org wrote:
 Please add a pom.xml to the package.
 See attached patch.

thanks for the patch but you want to remove the existing install/*
target from debian/rules, too.

Cheers,
Torsten



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#593160: libeasymock-java: Please add pom.xml

2010-08-15 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 2010-08-15 23:57, Torsten Werner wrote:
 Hi Matthias,
 
 On Sun, Aug 15, 2010 at 11:13 PM, Matthias Schmitz matth...@sigxcpu.org 
 wrote:
 Please add a pom.xml to the package.
 See attached patch.
 
 thanks for the patch but you want to remove the existing install/*
 target from debian/rules, too.
 
 Cheers,
 Torsten
 
 
 
 __
 This is the maintainer address of Debian's Java team
 http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. 
 Please use
 debian-j...@lists.debian.org for discussions and questions.
 


Hi

I recall the maven-repo-helper having issues cleaning up after itself
(leaving behind a debian/.mh or so) and I did not see any additions to
the clean rule to remove this.
  So is this patch missing an addition to the clean rule or have the
maven helper tool stopped leaving things behind?

~Niels

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEAREIAAYFAkxoZuIACgkQVCqoiq1YlqxWbwCghaT2KN4Rr+/jX4f3fnQreqCk
nMkAoIq+PhUpuPTCwnvtusZRt3rskQS6
=nVr8
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org