nss-pam-ldapd commit: r1610 - in nss-pam-ldapd-0.7: . debian
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1610 - in nss-pam-ldapd-0.7: . debian
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1610 - in nss-pam-ldapd-0.7: . debian
- Date: Fri, 20 Jan 2012 18:19:38 +0100 (CET)
Author: arthur
Date: Fri Jan 20 18:19:37 2012
New Revision: 1610
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1610&view=revision
Log:
split the Debian packaging from the main source tree
Deleted:
nss-pam-ldapd-0.7/debian/
Modified:
nss-pam-ldapd-0.7/Makefile.am
Modified: nss-pam-ldapd-0.7/Makefile.am
==============================================================================
--- nss-pam-ldapd-0.7/Makefile.am Fri Jan 20 18:00:56 2012 (r1609)
+++ nss-pam-ldapd-0.7/Makefile.am Fri Jan 20 18:19:37 2012 (r1610)
@@ -31,38 +31,8 @@
SUBDIRS = compat common $(MAYBE_NSS) $(MAYBE_PAM) $(ENABLE_NSLCD) man tests
-DEBIAN_FILES = debian/changelog debian/compat debian/control \
- debian/copyright debian/rules debian/NEWS \
- debian/source/format \
- debian/nslcd.conffile \
- debian/nslcd.config \
- debian/nslcd.default \
- debian/nslcd.docs \
- debian/nslcd.examples \
- debian/nslcd.init \
- debian/nslcd.install \
- debian/nslcd.manpages \
- debian/nslcd.postinst \
- debian/nslcd.postrm \
- debian/nslcd.templates \
- debian/libnss-ldapd.config \
- debian/libnss-ldapd.install \
- debian/libnss-ldapd.lintian-overrides \
- debian/libnss-ldapd.postinst \
- debian/libnss-ldapd.postrm \
- debian/libnss-ldapd.templates \
- debian/libpam-ldapd.install \
- debian/libpam-ldapd.lintian-overrides \
- debian/libpam-ldapd.manpages \
- debian/libpam-ldapd.pam-auth-update \
- debian/libpam-ldapd.postinst \
- debian/libpam-ldapd.prerm \
- debian/libpam-ldapd.templates \
- debian/po/POTFILES.in debian/po/templates.pot \
- $(wildcard debian/po/*.po)
-
EXTRA_DIST = nslcd.conf nslcd.h $(wildcard ChangeLog-20??) \
- $(wildcard m4/*.m4) HACKING $(DEBIAN_FILES)
+ $(wildcard m4/*.m4) HACKING
DISTCHECK_CONFIGURE_FLAGS = --enable-warnings
@@ -83,14 +53,6 @@
uninstall-nslcd_conf:
-rm -f $(DESTDIR)$(NSLCD_CONF_PATH)
-# target for easily creating a Debian package
-# the find is an ugly hack to fix a bug if being built on an nfs filesystem
-deb: distdir
- find $(distdir) -type d | xargs touch
- cd $(distdir) && \
- debuild
- rm -rf $(distdir)
-
# target for generating the ChangeLog file
changelog:
( svn2cl -i --stdout -r HEAD:1206 ; \
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r1610 - in nss-pam-ldapd-0.7: . debian,
Commits of the nss-pam-ldapd project