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

tmarble-guest pushed a commit to branch master
in repository libgettext-commons-java.

commit 4f43e445332d5ba6a27390123d4185f0a644825b
Author: Tom Marble <tmar...@info9.net>
Date:   Tue Aug 8 12:27:56 2017 -0500

    Patched pom.xml to remove replace deprecated attached goal
    
    Signed-off-by: Tom Marble <tmar...@info9.net>
---
 debian/changelog                           |  9 ++++++++-
 debian/copyright                           |  2 +-
 debian/patches/fix-assembly-attached.patch | 13 +++++++++++++
 debian/patches/series                      |  1 +
 pom.xml                                    |  2 +-
 5 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f7c0e31..eda5c88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libgettext-commons-java (0.9.6-5) unstable; urgency=medium
+
+  * Patched pom.xml to remove replace deprecated attached goal with single
+  * Updated copyright Format: to use https
+
+ -- Tom Marble <tmar...@info9.net>  Tue, 08 Aug 2017 11:45:47 -0500
+
 libgettext-commons-java (0.9.6-4) unstable; urgency=medium
 
   * Add myself to Uploaders
@@ -48,6 +55,6 @@ libgettext-commons-java (0.9.6-1) unstable; urgency=low
 
 libgettext-commons-java (0.9-1) unstable; urgency=low
 
-  * Initial release (Closes: #434091)  
+  * Initial release (Closes: #434091)
 
  -- Andreas Putzo <andr...@putzo.net>  Sat, 21 Jul 2007 10:33:53 +0000
diff --git a/debian/copyright b/debian/copyright
index e156cf4..16ccac3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Gettext Commons
 Upstream-Contact: Gettext Commons team 
<xnap-commons-de...@lists.sourceforge.net>
 Source: https://github.com/jgettext/gettext-commons
diff --git a/debian/patches/fix-assembly-attached.patch 
b/debian/patches/fix-assembly-attached.patch
new file mode 100644
index 0000000..887b1da
--- /dev/null
+++ b/debian/patches/fix-assembly-attached.patch
@@ -0,0 +1,13 @@
+Index: libgettext-commons-java/pom.xml
+===================================================================
+--- libgettext-commons-java.orig/pom.xml       2017-08-08 11:37:14.890745381 
-0500
++++ libgettext-commons-java/pom.xml    2017-08-08 11:43:07.286937760 -0500
+@@ -118,7 +118,7 @@
+                         <id>make-assembly</id> <!-- this is used for 
inheritance merges -->
+                         <phase>package</phase> <!-- append to the packaging 
phase. -->
+                         <goals>
+-                            <goal>attached</goal> <!-- goals == mojos -->
++                            <goal>single</goal> <!-- goals == mojos -->
+                         </goals>
+                     </execution>
+                 </executions>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d89a59e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-assembly-attached.patch
diff --git a/pom.xml b/pom.xml
index ffe1737..6f04116 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
                         <id>make-assembly</id> <!-- this is used for 
inheritance merges -->
                         <phase>package</phase> <!-- append to the packaging 
phase. -->
                         <goals>
-                            <goal>attached</goal> <!-- goals == mojos -->
+                            <goal>single</goal> <!-- goals == mojos -->
                         </goals>
                     </execution>
                 </executions>

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

_______________________________________________
pkg-java-commits mailing list
pkg-java-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to