Changeset 66be140
- Timestamp:
- Mar 29, 2016 12:51:38 PM (5 years ago)
- Branches:
- master
- Children:
- 17b1d524
- Parents:
- 4be46d8
- Files:
-
- 12 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
build.xml
r4be46d8 r66be140 1986 1986 <include name="**/**" /> 1987 1987 <exclude name="debian/**"/> 1988 <exclude name="debian-alt/**"/> 1988 1989 <exclude name="**/*.sh"/> 1989 1990 </tarfileset> -
debian/repack.sh
r4be46d8 r66be140 29 29 bzcat "$tarball" | tar --wildcards --delete '*/installer/lib/*' \ 30 30 --delete '*/Slackware/*' \ 31 --delete '*/debian-alt/*' \ 31 32 --delete '*/debian/*' > "$tdir/${fname}" 32 33 -
installer/resources/launchpad.txt
r4be46d8 r66be140 46 46 * name and email MUST EXACTLY match what's in your GPG keyring 47 47 or the signing will fail. 48 (or add -k keyid argument to debuild) 48 (or add -k keyid argument to debuild, which you must do 49 if you want to sign with a subkey) 49 50 run gpg -K to list your private keys 50 51 - edit debian/control to uncomment libservice-wrapper-java line
Note: See TracChangeset
for help on using the changeset viewer.