]> eyrie.org Git - kerberos/sident.git/commitdiff
* New upstream version.
authorRuss Allbery <rra@stanford.edu>
Wed, 8 Feb 2006 22:00:22 +0000 (22:00 +0000)
committerRuss Allbery <rra@stanford.edu>
Wed, 8 Feb 2006 22:00:22 +0000 (22:00 +0000)
  - Build with --enable-reduced-depends to reduce library dependencies.
* Use a cleaner way to optionally run make distclean.

debian/changelog
debian/copyright
debian/rules

index f6f38546c37da93c9c4f64e11d42f8f553ff8cec..bb02001fdaf175f4ad1c4077f849e0dbfd4aac31 100644 (file)
@@ -1,5 +1,8 @@
-sident (3.5-4) unstable; urgency=low
+sident (3.6-1) unstable; urgency=low
 
+  * New upstream version.
+    - Build with --enable-reduced-depends to reduce library dependencies.
+  * Use a cleaner way to optionally run make distclean.
   * DH_OPTIONS is unnecessary; all the packages are arch-dependent.
   * Mark binary-indep as phony in debian/rules.
 
index e21d784c394501876981c8260c39e0d61e4d611c..e568f3e7e63992fdb73e09103043fa47325ca2d9 100644 (file)
@@ -16,15 +16,16 @@ Upstream maintainer:
 
 Debian packaging copyright:
 
-    Copyright 2004, 2005 Board of Trustees, Leland Stanford Jr. University
+    Copyright 2004, 2005, 2006 Board of Trustees, Leland Stanford
+    Jr. University
 
     All files and modifications related to Debian packaging are covered
     under the same license terms as the rest of the package.
 
 Copyright:
 
-    Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
-    Board of Trustees, Leland Stanford Jr. University.
+    Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+    2006 Board of Trustees, Leland Stanford Jr. University.
 
     Portions based on source from Peter Eriksson <pen@lysator.liu.se>
     contained in the libident library and the pidentd daemon.  The
index 2d21ceb68d524b8a202d1f69dcc31654ae077a96..49d331144d52e74eabd483518e81446c6849ce36 100755 (executable)
@@ -22,7 +22,8 @@ config.status: configure
        dh_testdir
        CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
            --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \
-           --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+           --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
+           --enable-reduced-depends
 
 build: build-stamp
 build-stamp: config.status
@@ -36,9 +37,7 @@ clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp
-ifeq (Makefile,$(wildcard Makefile))
-       $(MAKE) distclean
-endif
+       [ ! -f Makefile ] || $(MAKE) distclean
        dh_clean
 
 install: build