File: NOTES

package info (click to toggle)
libapache2-mod-auth-cas 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid
  • size: 1,824 kB
  • sloc: sh: 4,181; ansic: 4,115; makefile: 100
file content (17 lines) | stat: -rw-r--r-- 801 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
MAINTAINER NOTES

* "make dist" creates a tarball suitable for distribution (MUST keep ${BASEFILES} and ${DISTFILES} up-to-date)
* "make distclean" cleans the environment sufficient for checkin
* "make baseclean" purges auto* artifacts, leaving only the minimal base

* From a baseclean, "autoreconf" (part of auto* suite) will generate auto* artifacts.  So, from a baseclean
  $> autoreconf
  $> ./configure #--with-apxs, --with-openssl
  $> make
  $> make install # DESTDIR=/absolute/path/to/alternate/destination/directory
  $> make clean #for rebuild
  $> make dist #create tarball for distribution -- note, can only be done after successful ./configure
  $> make distclean #for svn ci
  $> make baseclean #fully cleansed for auto* maintainers

* Version number maintained in configure.ac:AC_INIT