[SCM] JSR-305: Annotations for software defect detection branch, master, updated. debian/0.1_+svn49-4-1-g65b04b8

Miguel Landaeta miguel at miguel.cc
Wed Aug 8 20:19:35 UTC 2012


The following commit has been merged in the master branch:
commit 65b04b873dbf45b39767421485f97a535c8915ec
Author: Miguel Landaeta <miguel at miguel.cc>
Date:   Wed Aug 8 19:47:35 2012 -0430

    Prepare 0.1~+svn49-5 upload
    
      * Add missing maven coordinates. (Closes: #683632).
      * Update copyright file.

diff --git a/debian/changelog b/debian/changelog
index dd5d5fa..0eb5a03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libjsr305-java (0.1~+svn49-5) UNRELEASED; urgency=low
+
+  * Add missing maven coordinates. (Closes: #683632).
+  * Update copyright file.
+
+ -- Miguel Landaeta <miguel at miguel.cc>  Wed, 08 Aug 2012 19:35:19 -0430
+
 libjsr305-java (0.1~+svn49-4) unstable; urgency=low
 
   * Tidied debian/copyright.
diff --git a/debian/copyright b/debian/copyright
index 698c4c6..7686394 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=173
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: jsr-305
 Upstream-Contact: Bill Pugh <bill.pugh at gmail.com>
 Source: http://jsr-305.googlecode.com/svn/trunk/
@@ -116,8 +116,14 @@ Comment: Those files are very simple modifications of code included in
   > Torsten
 
 Files: debian/*
-Copyright: © 2010-2011, Miguel Landaeta <miguel at miguel.cc>
+Copyright: © 2010-2012, Miguel Landaeta <miguel at miguel.cc>
 License: public-domain
+ The author or authors of this code dedicate any and all copyright
+ interest in this code to the public domain. We make this dedication
+ for the benefit of the public at large and to the detriment of our
+ heirs and successors. We intend this dedication to be an overt act of
+ relinquishment in perpetuity of all present and future rights to this
+ code under copyright law.
 
 License: CC-BY-SA-3.0
  Attribution 3.0 Unported
diff --git a/debian/maven.rules b/debian/maven.rules
index 7aa5dfb..0fcfe09 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,2 +1,3 @@
 # Remap this version to 0.x in deb maven repo
-org.jsr-305 s/ri/jsr305/ * s/0\..*/0.x/ * *
+#org.jsr-305 s/ri/jsr305/ * s/0\..*/0.x/ * *
+s/org.jsr-305/com.google.code.findbugs/ s/ri/jsr305/ * s/0\..*/0.x/ * *

-- 
JSR-305: Annotations for software defect detection



More information about the pkg-java-commits mailing list