Your message dated Sat, 05 May 2012 06:02:54 +0000
with message-id <[email protected]>
and subject line Bug#671593: fixed in mockito 1.9.0+ds1-2
has caused the Debian Bug report #671593,
regarding mockito: diff for NMU version 1.9.0+ds1-1.1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
671593: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671593
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mockito
Version: 1.9.0+ds1-1
Severity: normal
Tags: patch pending
Dear maintainer,
I have sponsored an NMU prepared by Ludovic Claude for mockito
(versioned as 1.9.0+ds1-1.1) and uploaded it to DELAYED/7.
Please feel free to tell me if I should delay it longer or remove
it from the upload queue.
Regards,
tony
diff -Nru mockito-1.9.0+ds1/debian/changelog mockito-1.9.0+ds1/debian/changelog
--- mockito-1.9.0+ds1/debian/changelog 2012-03-19 15:53:49.000000000 -0700
+++ mockito-1.9.0+ds1/debian/changelog 2012-04-10 15:15:35.000000000 -0700
@@ -1,3 +1,16 @@
+mockito (1.9.0+ds1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * d/control: update locations of Mockito in Vcs-Git and
+ Vcs-Browser
+ * d/control: add version contraint >= 1.7.1 to be able to
+ use jh_maven_repo_helper plugin
+ * d/rules: use jh_maven_repo_helper plugin and remove
+ override_dh_auto_install section.
+ * Update debian/pom.xml for mockito 1.9.0
+
+ -- Ludovic Claude <[email protected]> Wed, 11 Apr 2012 00:11:24
+0200
+
mockito (1.9.0+ds1-1) unstable; urgency=low
* New upstream version
diff -Nru mockito-1.9.0+ds1/debian/control mockito-1.9.0+ds1/debian/control
--- mockito-1.9.0+ds1/debian/control 2012-03-19 15:53:49.000000000 -0700
+++ mockito-1.9.0+ds1/debian/control 2012-04-10 15:15:35.000000000 -0700
@@ -5,7 +5,7 @@
Build-Depends:
debhelper (>= 7.0.50~)
, javahelper (>= 0.20~)
- , maven-repo-helper
+ , maven-repo-helper (>= 1.7.1)
, openjdk-6-jdk
, default-jdk
Build-Depends-Indep:
@@ -16,8 +16,8 @@
, libobjenesis-java
Standards-Version: 3.9.3
Homepage: http://mockito.org
-Vcs-Git: git://git.debian.org/git/collab-maint/mockito-core.git
-Vcs-Browser: http://git.debian.org/?p=collab-maint/mockito-core.git
+Vcs-Git: git://git.debian.org/git/collab-maint/mockito.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/mockito.git
Package: libmockito-java
Architecture: all
diff -Nru mockito-1.9.0+ds1/debian/libmockito-java.jlibs
mockito-1.9.0+ds1/debian/libmockito-java.jlibs
--- mockito-1.9.0+ds1/debian/libmockito-java.jlibs 1969-12-31
16:00:00.000000000 -0800
+++ mockito-1.9.0+ds1/debian/libmockito-java.jlibs 2012-04-10
15:15:35.000000000 -0700
@@ -0,0 +1 @@
+mockito-core.jar
diff -Nru mockito-1.9.0+ds1/debian/libmockito-java.poms
mockito-1.9.0+ds1/debian/libmockito-java.poms
--- mockito-1.9.0+ds1/debian/libmockito-java.poms 2012-03-19
15:53:49.000000000 -0700
+++ mockito-1.9.0+ds1/debian/libmockito-java.poms 2012-04-10
15:15:35.000000000 -0700
@@ -1 +1,2 @@
-debian/pom.xml --no-parent
+debian/pom.xml --no-parent --usj-name=mockito-core
+
diff -Nru mockito-1.9.0+ds1/debian/pom.xml mockito-1.9.0+ds1/debian/pom.xml
--- mockito-1.9.0+ds1/debian/pom.xml 2012-03-19 15:53:49.000000000 -0700
+++ mockito-1.9.0+ds1/debian/pom.xml 2012-04-10 15:15:35.000000000 -0700
@@ -1,34 +1,40 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd ">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
- <version>1.8.5</version>
- <name>Mockito</name>
- <url>http://www.mockito.org</url>
- <description>Mock objects library for java</description>
- <licenses>
- <license>
- <name>The MIT License</name>
- <url>http://code.google.com/p/mockito/wiki/License</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <scm>
- <url>http://code.google.com/p/mockito/source/browse/</url>
- </scm>
- <dependencies>
- <dependency>
- <groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-core</artifactId>
- <version>1.1</version>
- </dependency>
- <dependency>
- <groupId>org.objenesis</groupId>
- <artifactId>objenesis</artifactId>
- <version>1.0</version>
- </dependency>
- </dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd ">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>1.9.0</version>
+ <name>Mockito</name>
+ <url>http://www.mockito.org</url>
+ <description>Mock objects library for java</description>
+ <licenses>
+ <license>
+ <name>The MIT License</name>
+ <url>http://code.google.com/p/mockito/wiki/License</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <scm>
+ <url>http://code.google.com/p/mockito/source/browse/</url>
+ </scm>
+ <developers>
+ <developer>
+ <id>szczepiq</id>
+ <name>Szczepan Faber</name>
+ </developer>
+ </developers>
+ <dependencies>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-core</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.objenesis</groupId>
+ <artifactId>objenesis</artifactId>
+ <version>1.0</version>
+ </dependency>
+ </dependencies>
+
+</project>
diff -Nru mockito-1.9.0+ds1/debian/rules mockito-1.9.0+ds1/debian/rules
--- mockito-1.9.0+ds1/debian/rules 2012-03-19 15:53:49.000000000 -0700
+++ mockito-1.9.0+ds1/debian/rules 2012-04-10 15:15:35.000000000 -0700
@@ -16,19 +16,14 @@
find javadoc/ -type f | xargs -r sed -i
"s/org.mockito.cglib/net.sf.cglib/g"
override_jh_build:
- jh_build mockito-core-$(CURVER).jar org/
-
-override_dh_auto_install:
- dh_auto_install
- mh_installpoms -plibmockito-java
- mh_installjar -plibmockito-java -l debian/pom.xml
mockito-core-$(CURVER).jar
+ jh_build mockito-core.jar org/
override_dh_auto_clean:
dh_auto_clean
find javadoc/ -type f | xargs -r sed -i
"s/net.sf.cglib/org.mockito.cglib/g"
%:
- dh --with javahelper $@
+ dh --with javahelper -with jh_maven_repo_helper $@
get-orig-source:
uscan --verbose --force-download --destdir .
--- End Message ---
--- Begin Message ---
Source: mockito
Source-Version: 1.9.0+ds1-2
We believe that the bug you reported is fixed in the latest version of
mockito, which is due to be installed in the Debian FTP archive:
libmockito-java-doc_1.9.0+ds1-2_all.deb
to main/m/mockito/libmockito-java-doc_1.9.0+ds1-2_all.deb
libmockito-java_1.9.0+ds1-2_all.deb
to main/m/mockito/libmockito-java_1.9.0+ds1-2_all.deb
mockito_1.9.0+ds1-2.debian.tar.gz
to main/m/mockito/mockito_1.9.0+ds1-2.debian.tar.gz
mockito_1.9.0+ds1-2.dsc
to main/m/mockito/mockito_1.9.0+ds1-2.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
David Paleino <[email protected]> (supplier of updated mockito package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 05 May 2012 07:46:53 +0200
Source: mockito
Binary: libmockito-java libmockito-java-doc
Architecture: source all
Version: 1.9.0+ds1-2
Distribution: unstable
Urgency: low
Maintainer: David Paleino <[email protected]>
Changed-By: David Paleino <[email protected]>
Description:
libmockito-java - mocking framework for Java
libmockito-java-doc - mocking framework for Java - documentation
Closes: 668233 671593
Changes:
mockito (1.9.0+ds1-2) unstable; urgency=low
.
[ Ludovic Claude ]
* d/control: update locations of Mockito in Vcs-Git and
Vcs-Browser
* d/control: add version contraint >= 1.7.1 to be able to
use jh_maven_repo_helper plugin
* d/rules: use jh_maven_repo_helper plugin and remove
override_dh_auto_install section.
* Update debian/pom.xml for mockito 1.9.0
.
[ David Paleino ]
* ACKed changes by Ludovic, with small edits (Closes: #668233, #671593)
Checksums-Sha1:
3a4a750a048436dbc13bfd5fcd99f7714ce616cd 1444 mockito_1.9.0+ds1-2.dsc
c137a2832b6973b8dfa4aabb8e82e2ae44b08a1f 7114 mockito_1.9.0+ds1-2.debian.tar.gz
7f3227b9a59ff2736552496e979f28751dcdfd52 230926
libmockito-java_1.9.0+ds1-2_all.deb
c55c8765a11663541eb5bac266c9d7c6806efbde 512026
libmockito-java-doc_1.9.0+ds1-2_all.deb
Checksums-Sha256:
5f952162ed0a91ab3f84ba72fe71cd15eed41db52c5877f998ab1186ffcc22ad 1444
mockito_1.9.0+ds1-2.dsc
71bdd2b165abd20c55c8977b93170810d5c3d213c81879a3be1a1ba79a8d33be 7114
mockito_1.9.0+ds1-2.debian.tar.gz
416ec65c06e8258774ad1ccf6532805e4f20ddc713e92356be0c9156e5a1a241 230926
libmockito-java_1.9.0+ds1-2_all.deb
16d73eceb55ef28279cdde3477c76bca53650dd245bad227cea9ee0edbc4ce2c 512026
libmockito-java-doc_1.9.0+ds1-2_all.deb
Files:
32bf4dffb85936cecd35884c7700b82e 1444 java optional mockito_1.9.0+ds1-2.dsc
78321b2d4fd2840afb9c82d055f83d49 7114 java optional
mockito_1.9.0+ds1-2.debian.tar.gz
80258f589ed0f8b001249b254832c8b2 230926 java optional
libmockito-java_1.9.0+ds1-2_all.deb
fac644c4ca0b051b7cd7b085904fef25 512026 doc optional
libmockito-java-doc_1.9.0+ds1-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAk+kv9wACgkQ5qqQFxOSsXRUagCgi7R0vPt0iJLD22b0u+tsnVfm
prAAoJiEqB+XVd+5CQ/zJNKLHD8PLuaa
=6m0S
-----END PGP SIGNATURE-----
--- End Message ---