summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMiguel Landaeta <miguel@miguel.cc>2011-03-11 21:08:55 -0430
committerMiguel Landaeta <miguel@miguel.cc>2011-03-11 21:08:55 -0430
commitb885c710199e73b234205c33f95f280f61897da1 (patch)
tree1f92bcbd91951286c8baa860a67ba84d54c1c480 /debian
parent91a0c8b0100ec1ee628fbbd2a6ada7da2e052eac (diff)
prepare 0.1~+svn49-3 release
* Add bug number to close for Maven artifacts installation. * Add override to dh_auto_clean target in order to call mh_clean. * Reorder parameters in dh7 helper invocation. * Update copyright dates and switch to DEP5 format.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/copyright15
-rwxr-xr-xdebian/rules6
3 files changed, 19 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog
index bb12276..97e0712 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,15 @@
libjsr305-java (0.1~+svn49-3) UNRELEASED; urgency=low
- * Team upload.
+ * Add override to dh_auto_clean target in order to call mh_clean.
+ * Reorder parameters in dh7 helper invocation.
+ * Update copyright dates and switch to DEP5 format.
[ James Page ]
- * Enabled maven artifact deployment:
+ * Enabled maven artifact deployment (Closes: #617225):
- debian/control: Build-Depends added maven-repo-helper
- debian/rules, debian/libjsr305-java.poms: install maven artifacts
- -- Miguel Landaeta <miguel@miguel.cc> Mon, 07 Mar 2011 19:18:06 -0430
+ -- Miguel Landaeta <miguel@miguel.cc> Fri, 11 Mar 2011 20:55:21 -0430
libjsr305-java (0.1~+svn49-2) unstable; urgency=low
diff --git a/debian/copyright b/debian/copyright
index 4dce5b5..f1b0c9d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,11 @@
-The sources where downloaded from http://jsr-305.googlecode.com/svn/trunk/.
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
+Upstream-Name: jsr-305
+Upstream-Contact: Bill Pugh <bill.pugh@gmail.com>
+Source: http://jsr-305.googlecode.com/svn/trunk/
Files: *
Copyright: © 2007-2009, JSR305 expert group
-License: BSD
+License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
@@ -31,7 +34,7 @@ Files: ri/src/main/java/javax/annotation/concurrent/NotThreadSafe.java,
ri/src/main/java/javax/annotation/concurrent/Immutable.java
ri/src/main/java/javax/annotation/concurrent/GuardedBy.java
Copyright: © 2005 Brian Goetz <brian@briangoetz.com>
-License: CC-BY-SA 2.5, CC-BY-SA 3.0
+License: CC-BY-SA-2.5, CC-BY-SA-3.0
Comment: Those files are very simple modifications of code included in
libjcip-annotations-java package. Even though the source code indicates
is licensed under Creative Commons Attribution License 2.5 (non-free
@@ -114,10 +117,10 @@ Brian Goetz about the license change to CC 3.0:
> Torsten
Files: debian/*
-Copyright: © 2010 Miguel Landaeta <miguel@miguel.cc>
-License: Public Domain
+Copyright: © 2010-2011, Miguel Landaeta <miguel@miguel.cc>
+License: public-domain
-License: CC-BY-SA 3.0
+License: CC-BY-SA-3.0
Attribution 3.0 Unported
diff --git a/debian/rules b/debian/rules
index 2c60d50..d076968 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,11 +6,15 @@ PACKAGE := jsr305
DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
%:
- dh --with javahelper $@
+ dh $@ --with javahelper
override_jh_build:
jh_build jsr305.jar ri/src
+override_dh_auto_clean:
+ dh_auto_clean
+ mh_clean
+
get-orig-source:
cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
./debian/orig-tar.sh