[pkg-java] r15974 - trunk/lein-clojars/debian

Mathieu Malaterre malat at alioth.debian.org
Sat Apr 21 17:26:27 UTC 2012


Author: malat
Date: 2012-04-21 17:26:26 +0000 (Sat, 21 Apr 2012)
New Revision: 15974

Removed:
   trunk/lein-clojars/debian/get-orig-source
Modified:
   trunk/lein-clojars/debian/changelog
   trunk/lein-clojars/debian/control
   trunk/lein-clojars/debian/copyright
   trunk/lein-clojars/debian/rules
   trunk/lein-clojars/debian/watch
Log:
Cleanup lein-clojars package

Modified: trunk/lein-clojars/debian/changelog
===================================================================
--- trunk/lein-clojars/debian/changelog	2012-04-21 17:06:04 UTC (rev 15973)
+++ trunk/lein-clojars/debian/changelog	2012-04-21 17:26:26 UTC (rev 15974)
@@ -1,5 +1,5 @@
-lein-clojars (0.7.0-1) unstable; urgency=low
+lein-clojars (0.8.0-1) unstable; urgency=low
 
   * Initial Debian Upload (Closes: #647633)
 
- -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Fri, 04 Nov 2011 19:41:05 -0400
+ -- Mathieu Malaterre <malat at debian.org>  Sat, 21 Apr 2012 19:21:52 +0200

Modified: trunk/lein-clojars/debian/control
===================================================================
--- trunk/lein-clojars/debian/control	2012-04-21 17:06:04 UTC (rev 15973)
+++ trunk/lein-clojars/debian/control	2012-04-21 17:26:26 UTC (rev 15974)
@@ -2,16 +2,15 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
-Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
+Uploaders: Mathieu Malaterre <malat at debian.org>
 Build-Depends: debhelper (>= 8), javahelper (>= 0.25)
 Build-Depends-Indep: default-jdk, leiningen, libjsch-java (>= 0.1.42)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: https://github.com/ato/lein-clojars/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/lein-clojars
+Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/lein-clojars
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/lein-clojars/
 
-Package: lein-clojars
+Package: liblein-clojars-clojure
 Architecture: all
 Depends: ${java:Depends}, ${misc:Depends}
 Recommends: ${java:Recommends}

Modified: trunk/lein-clojars/debian/copyright
===================================================================
--- trunk/lein-clojars/debian/copyright	2012-04-21 17:06:04 UTC (rev 15973)
+++ trunk/lein-clojars/debian/copyright	2012-04-21 17:26:26 UTC (rev 15974)
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: clooj
 Upstream-Contact: Arthur Edelstein
 Source: http://github.com/arthuredelstein/clooj
@@ -8,7 +8,7 @@
 Licence: EPL-1.0
 
 Files: debian/*
-Copyright: © 2011 Mathieu Malaterre <mathieu.malaterre at gmail.com>
+Copyright: © 2012 Mathieu Malaterre <malat at debian.org>
 License: EPL-1.0
 
 License: EPL-1.0

Deleted: trunk/lein-clojars/debian/get-orig-source
===================================================================
--- trunk/lein-clojars/debian/get-orig-source	2012-04-21 17:06:04 UTC (rev 15973)
+++ trunk/lein-clojars/debian/get-orig-source	2012-04-21 17:26:26 UTC (rev 15974)
@@ -1,30 +0,0 @@
-#!/bin/sh
-set -ex
-
-PACKAGE=lein-clojars
-
-
-VERSION=${VERSION:-$2}
-TARFILE=${TARFILE:-$3}
-
-if [ -z ${VERSION}]; then
-VERSION=`dpkg-parsechangelog | sed -n -e 's/^Version: \(.*\)-[^-]*$/\1/p'`
-fi
-
-REVISION=`echo $VERSION | sed -e 's/^.*git//g'`
-REVISION=f875950534
-
-if [ -z ${TARFILE}]; then
-TARFILE=${PACKAGE}_${VERSION}.orig.tar.gz
-fi
-
-FOLDER=${PACKAGE}-${VERSION}
-
-git clone git://github.com/ato/lein-clojars.git ${FOLDER}
-cd ${FOLDER}
-git checkout ${REVISION}
-rm -rf .git
-cd ..
-
-GZIP="--best --no-name" tar czf ${TARFILE} ${FOLDER}
-rm -rf ${FOLDER}

Modified: trunk/lein-clojars/debian/rules
===================================================================
--- trunk/lein-clojars/debian/rules	2012-04-21 17:06:04 UTC (rev 15973)
+++ trunk/lein-clojars/debian/rules	2012-04-21 17:26:26 UTC (rev 15974)
@@ -11,4 +11,4 @@
 	lein jar
 
 get-orig-source:
-	./debian/get-orig-source
+	uscan --verbose --rename --force-download

Modified: trunk/lein-clojars/debian/watch
===================================================================
--- trunk/lein-clojars/debian/watch	2012-04-21 17:06:04 UTC (rev 15973)
+++ trunk/lein-clojars/debian/watch	2012-04-21 17:26:26 UTC (rev 15974)
@@ -1,2 +1,2 @@
 version=3
-http://githubredir.debian.net/github/ato/lein-clojars/ v(.*).tar.gz
+https://github.com/ato/lein-clojars/tags .*/tarball/([\d\.]+)




More information about the pkg-java-commits mailing list