tags 594145 + patch
thanks

Please see the attached patch.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
"Faith means not wanting to know what is true." -- Nietzsche
diff --git a/debian/changelog b/debian/changelog
index 96ba808..7a80950 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libhibernate3-java (3.5.4.Final-4) UNRELEASED; urgency=low
+
+  * Team upload.
+  * debian/rules: Fix clean target. (Closes: #594145).
+  * Bump Standards-Version to 3.9.1. No changes were required.
+
+ -- Miguel Landaeta <mig...@miguel.cc>  Wed, 25 Aug 2010 21:08:52 -0430
+
 libhibernate3-java (3.5.4.Final-3) unstable; urgency=high
 
   * Add Conflicts/Provides/Replaces libhibernate-entitymanager-java.
diff --git a/debian/control b/debian/control
index e280774..8463709 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends-Indep: glassfish-javaee, libc3p0-java, libehcache-java,
  libgeronimo-jpa-2.0-spec-java, libgeronimo-jacc-1.1-spec-java,
  libgeronimo-validation-1.0-spec-java, libhibernate-commons-annotations-java,
  libhibernate-validator-java, libmaven-antrun-plugin-java
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://www.hibernate.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libhibernate3-java/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libhibernate3-java/
diff --git a/debian/rules b/debian/rules
index dfe339f..8a5f0fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,8 @@ include /usr/share/cdbs/1/class/maven.mk
 JAVA_HOME            := /usr/lib/jvm/default-java
 DEB_MAVEN_DOC_TARGET :=
 
+clean::
+	-rm -rf debian/null mvn-build
+
 get-orig-source:
 	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download

Reply via email to