Codebase list maven-debian-helper / 2b69e39
mh_make falls back on EMAIL when DEBEMAIL is not set Ludovic Claude 14 years ago
3 changed file(s) with 13 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
3131 echo "Please define the environment variable DEBFULLNAME, e.g."
3232 echo "export DEBFULLNAME=\"John Doe\""
3333 return;
34 fi
35
36 if [ -z "$DEBEMAIL" ]; then
37 # Fall back on EMAIL when DEBEMAIL is not defined
38 DEBEMAIL=$EMAIL
3439 fi
3540
3641 if [ -z "$DEBEMAIL" ]; then
0 maven-debian-helper (0.8) UNRELEASED; urgency=low
1
2 * mh_make falls back on EMAIL when DEBEMAIL is not set
3
4 -- Ludovic Claude <ludovic.claude@laposte.net> Mon, 04 Jan 2010 23:13:29 +0100
5
06 maven-debian-helper (0.7) unstable; urgency=low
17
28 [Ludovic Claude]
5252
5353 clean::
5454 -rm -rf debian/tmp
55 $(RM) man/mvn-debian.1
56
57 clean::
58 $(RM) man/mvn-debian.1
55 -$(RM) man/mvn-debian.1
56 mh_unpatchpoms -p$(PACKAGE)