[SCM] CodeNarc: Groovy library that provides static analysis features for Groovy code branch, master, updated. debian/0.13-1-1-g973fe75

Miguel Landaeta miguel at miguel.cc
Fri Jun 15 19:56:16 UTC 2012


The following commit has been merged in the master branch:
commit 973fe758120cf2e325e0661407f6d13c7bf5187e
Author: Miguel Landaeta <miguel at miguel.cc>
Date:   Fri Jun 15 20:31:32 2012 -0430

    Prepare upload 0.13-2

diff --git a/debian/changelog b/debian/changelog
index 04eb5e2..84e2358 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+codenarc (0.13-2) UNRELEASED; urgency=low
+
+  * Fix FTBFS error due to changes in GMetrics library. (Closes: #655807).
+  * Bump Standards-Version to 3.9.3. No changes were required.
+  * Update copyright file.
+
+ -- Miguel Landaeta <miguel at miguel.cc>  Fri, 15 Jun 2012 19:19:49 -0430
+
 codenarc (0.13-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 17f4dbb..4ade2fa 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: optional
 Build-Depends: debhelper (>= 7.0.50~), groovy, ant, javahelper,
  maven-repo-helper, liblog4j1.2-java, libgmetrics-groovy-java, default-jdk-doc,
  default-jdk
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://codenarc.sourceforge.net/
 Vcs-Git: git://git.debian.org/git/pkg-java/codenarc.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/codenarc.git
diff --git a/debian/copyright b/debian/copyright
index 2d56e65..3d90fdf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: CodeNarc
 Upstream-Contact: Chris Mair <chrismair at users.sourceforge.net>
 Source: http://sourceforge.net/projects/codenarc/files/
diff --git a/debian/patches/gmetrics_interface_sourcecode.diff b/debian/patches/gmetrics_interface_sourcecode.diff
new file mode 100644
index 0000000..65d178b
--- /dev/null
+++ b/debian/patches/gmetrics_interface_sourcecode.diff
@@ -0,0 +1,17 @@
+Description: Add missing method to implementation of GMetrics SourceCode
+Author: Miguel Landaeta <miguel at miguel.cc>
+Bug-Debian: http://bugs.debian.org/655807
+Forwarded: not-needed
+Last-Update: 2012-06-15
+
+--- codenarc-0.13.orig/src/main/groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.groovy
++++ codenarc-0.13/src/main/groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.groovy
+@@ -60,4 +60,8 @@
+     int getLineNumberForCharacterIndex(int charIndex) {
+         codeNarcSourceCode.getLineNumberForCharacterIndex(charIndex)
+     }
++
++    boolean isValid() {
++        throw new UnsupportedOperationException("isValid")
++    }
+ }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..186bbd9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+gmetrics_interface_sourcecode.diff

-- 
CodeNarc: Groovy library that provides static analysis features for Groovy code



More information about the pkg-java-commits mailing list