Codebase list atinject-jsr330 / 493d74d
Track and download the releases from GitHub Emmanuel Bourg 6 years ago
4 changed file(s) with 7 addition(s) and 33 deletion(s). Raw diff Collapse all Expand all
11
22 * Team upload.
33 * Updated the Homepage field
4 * Track and download the releases from GitHub
45
56 -- Emmanuel Bourg <ebourg@apache.org> Mon, 13 Nov 2017 15:28:30 +0100
67
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: atinject
22 Upstream-Contact: The JSR-330 Expert Group <atinject@googlecode.com>
33 Source: https://github.com/javax-inject/javax-inject
4 Files-Excluded: *.jar
5 *.iml
6 *.ipr
7 javadoc/*
48
59 Files: *
610 Copyright: 2009, The JSR-330 Expert Group <atinject@googlecode.com>
+0
-29
debian/orig-tar.sh less more
0 #!/bin/sh
1
2 set -e
3
4 UPSTREAM_VERSION=`echo $2 | sed -n 's/^\([0-9]\)\.0/\1/p'`
5 DEBIAN_VERSION=`dpkg-parsechangelog | sed -n 's/^Version: \(.*\)-.*/\1/p'`
6 TAG=javax.inject-tck-$UPSTREAM_VERSION
7 DIR=atinject-jsr330
8 TAR=../atinject-jsr330_$DEBIAN_VERSION.orig.tar.xz
9
10 svn export http://atinject.googlecode.com/svn/tags/$TAG $DIR
11 tar -c -J -f $TAR --exclude '*.jar' --exclude '*.iml' --exclude '*.ipr' --exclude 'javadoc/*' $DIR
12 rm -Rf $3 $DIR
13
14 #url="http://atinject.googlecode.com/files/javax.inject.zip"
15 #package=`dpkg-parsechangelog | sed -n 's/^Source: //p'`
16 #version=`dpkg-parsechangelog | sed -n 's/^Version: \(.*\)-.*/\1/p'`
17 #tarball="javax.inject.zip"
18 #TAR=${package}_${version}.orig.tar.gz
19 #DIR=${package}-${version}.orig
20 #
21 #wget $url
22 #unzip $tarball -d $DIR
23 #unzip $DIR/javax.inject-src.zip -d $DIR
24 #
25 #GZIP=--best tar --numeric --group 0 --owner 0 -c -v -z -f $TAR \
26 # --exclude '*.zip' --exclude '*.jar' $DIR
27 #
28 #rm -rf $tarball $DIR
00 version=3
11 opts=uversionmangle=s/^(.*)$/$1.0/,dversionmangle=s/(.*)\+ds\d/$1/ \
2 http://code.google.com/p/atinject/downloads/list \
3 //atinject.googlecode.com/files/javax.inject-([0-9\.]+)-bundle.jar \
4 debian debian/orig-tar.sh
2 https://github.com/javax-inject/javax-inject/tags .*/javax.inject-tck-([\d\.]+).tar.gz