[proguard] 01/01: Imported Debian patch 4.4-2
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Apr 10 09:00:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to annotated tag debian/4.4-2
in repository proguard.
commit f3928246a4baf177cf4105a2958573201b036b0b
Author: Sam Clegg <samo at debian.org>
Date: Mon Nov 30 10:29:57 2009 -0800
Imported Debian patch 4.4-2
---
debian/changelog | 6 ++++++
debian/patches/debian-changes-4.4-2 | 36 ++++++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
debian/source/format | 1 +
proguard | 3 ---
proguardgui | 3 ---
6 files changed, 44 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d5a7f03..d44a633 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+proguard (4.4-2) unstable; urgency=low
+
+ * update to source format 3.0 (quilt)
+
+ -- Sam Clegg <samo at debian.org> Mon, 30 Nov 2009 10:29:57 -0800
+
proguard (4.4-1) unstable; urgency=low
[ Onkar Shinde ]
diff --git a/debian/patches/debian-changes-4.4-2 b/debian/patches/debian-changes-4.4-2
new file mode 100644
index 0000000..2a2d769
--- /dev/null
+++ b/debian/patches/debian-changes-4.4-2
@@ -0,0 +1,36 @@
+Description: Upstream changes introduced in version 4.4-2
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ proguard (4.4-2) unstable; urgency=low
+ .
+ * update to source format 3.0 (quilt)
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Sam Clegg <samo at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- /dev/null
++++ proguard-4.4/proguard
+@@ -0,0 +1,3 @@
++#!/bin/sh
++
++exec java -Xss300000 -jar /usr/share/java/proguard.jar "$@"
+--- /dev/null
++++ proguard-4.4/proguardgui
+@@ -0,0 +1,3 @@
++#!/bin/sh
++
++exec java -Xss300000 -cp /usr/share/java/proguard.jar:/usr/share/java/proguardgui.jar proguard.gui.ProGuardGUI "$@"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a48867d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+debian-changes-4.4-2
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/proguard b/proguard
deleted file mode 100644
index ecf507e..0000000
--- a/proguard
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exec java -Xss300000 -jar /usr/share/java/proguard.jar "$@"
diff --git a/proguardgui b/proguardgui
deleted file mode 100644
index 6b06551..0000000
--- a/proguardgui
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exec java -Xss300000 -cp /usr/share/java/proguard.jar:/usr/share/java/proguardgui.jar proguard.gui.ProGuardGUI "$@"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/proguard.git
More information about the pkg-java-commits
mailing list