[commons-csv] 21/35: * Team upload. * Convert debian/copyright to UTF-8 encoding. * Add Depends: ${misc:Depend} and remove Java runtime dependencies. * Remove directory debian/patches and dpatch dependency.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Sep 29 15:53:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository commons-csv.
commit 2f5b01d0b50f6494a9c923f60de85a19951deafe
Author: Torsten Werner <twerner at debian.org>
Date: Fri Aug 5 21:57:26 2011 +0000
* Team upload.
* Convert debian/copyright to UTF-8 encoding.
* Add Depends: ${misc:Depend} and remove Java runtime dependencies.
* Remove directory debian/patches and dpatch dependency.
---
debian/changelog | 11 ++++++++--
debian/control | 7 +++---
debian/copyright | 2 +-
debian/patches/00list | 1 -
debian/patches/10_remove_all_jarfiles.dpatch | 32 ----------------------------
debian/rules | 1 -
6 files changed, 14 insertions(+), 40 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fed0bc3..6736d89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-commons-csv (0.1-SNAPSHOT+svn678580-2) UNRELEASED; urgency=low
+commons-csv (0.1-SNAPSHOT+svn678580-2) unstable; urgency=low
+
+ * Team upload.
[ Emmanuel Bourg ]
* Update of the URLs
@@ -14,7 +16,12 @@ commons-csv (0.1-SNAPSHOT+svn678580-2) UNRELEASED; urgency=low
* debian/control: Fully depend on -headless runtimes
* debian/rules, debian/control: Switch to default-jdk
- -- Thierry Carrez <thierry.carrez at ubuntu.com> Mon, 05 Jul 2010 16:03:50 +0200
+ [ Torsten Werner ]
+ * Convert debian/copyright to UTF-8 encoding.
+ * Add Depends: ${misc:Depend} and remove Java runtime dependencies.
+ * Remove directory debian/patches and dpatch dependency.
+
+ -- Torsten Werner <twerner at debian.org> Fri, 05 Aug 2011 23:46:29 +0200
commons-csv (0.1-SNAPSHOT+svn678580-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index ff2ba81..5c0eb13 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Jan-Pascal van Best <janpascal at vanbest.org>, Michael Koch <konqueror at gmx.de>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7), cdbs (>=0.4.48), dpatch (>= 2.0),
- default-jdk, ant-optional (>= 1.6.5), junit (>= 3.8.1)
+Build-Depends: debhelper (>= 7), cdbs (>=0.4.48), default-jdk,
+ ant-optional (>= 1.6.5), junit (>= 3.8.1)
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-csv
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-csv
@@ -13,13 +13,14 @@ Homepage: http://commons.apache.org/sandbox/csv/
Package: libcommons-csv-java
Architecture: all
-Depends: default-jre-headless | java2-runtime-headless
+Depends: ${misc:Depends}
Description: a Java library for working with csv (comma separated values) files
libcommons-csv-java is the Apache Commons library for working with csv (comma
separated value) files.
Package: libcommons-csv-java-doc
Architecture: all
+Depends: ${misc:Depends}
Section: doc
Description: documentation for libcommons-csv-java
libcommons-csv-java is the Apache Commons library for working with csv (comma
diff --git a/debian/copyright b/debian/copyright
index a2bb809..6059986 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,7 +12,7 @@ Upstream Authors: Henri Yandell <bayard at apache.org>,
Martin van den Bemt <mvdb at apache.org>,
Yonik Seeley <yonik at apache.org>
-Copyright: � 2001-2008 The Apache Software Foundation
+Copyright: © 2001-2008 The Apache Software Foundation
License: Apache 2.0
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 4a46d62..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-10_remove_all_jarfiles.dpatch
diff --git a/debian/patches/10_remove_all_jarfiles.dpatch b/debian/patches/10_remove_all_jarfiles.dpatch
deleted file mode 100755
index 78b76a9..0000000
--- a/debian/patches/10_remove_all_jarfiles.dpatch
+++ /dev/null
@@ -1,32 +0,0 @@
-#! /bin/sh
-## 10_remove_all_jarfiles.dpatch -- Jan-Pascal van Best <janpascal at vanbest.org>
-##
-## DP: We want to be use we do not build using jar files contained
-## DP: in the source tarball, so we start by removing all jar files.
-
-OPERATION="$1"
-DIRECTORY="$2"
-
-if [ -z "$OPERATION" ]; then
- echo "Illegal arguments"
- exit 1
-fi
-
-if [ -z "$DIRECTORY" ]; then
- DIRECTORY="."
-fi
-
-case "$OPERATION" in
- -patch)
- echo "Removing all jar files under $DIRECTORY"
- find $DIRECTORY -name \*.jar -exec rm {} \;
- ;;
- -unpatch)
- echo "Unable to magic back jar files..."
- ;;
- *)
- echo "Illegal command line $1 $2"
- exit 1
- ;;
-esac
-
diff --git a/debian/rules b/debian/rules
index b2574d3..d290bdc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
# -*- makefile -*-
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
include /usr/share/cdbs/1/class/ant.mk
# Uncomment this to turn on verbose mode.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-csv.git
More information about the pkg-java-commits
mailing list