mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
* Cleanups
git-svn-id: svn://svn.debian.org/svn/pkg-fedora-ds/freeipa/trunk@123 f06303cf-03cc-411c-aec6-58b7e4ec4d34
This commit is contained in:
parent
01b656defd
commit
bfa8c116bd
4
debian/control
vendored
4
debian/control
vendored
@ -1,5 +1,5 @@
|
||||
Source: freeipa
|
||||
Section: unknown
|
||||
Section: net
|
||||
Priority: extra
|
||||
Maintainer: Michele Baldessari <michele@pupazzo.org>
|
||||
Build-Depends: debhelper (>= 7), libdirsrv-dev (>= 1.1.3), autoconf, automake, libtool, python-turbogears, libmozldap-dev, dpatch
|
||||
@ -8,7 +8,7 @@ Homepage: http://www.freeipa.org
|
||||
|
||||
Package: freeipa-server
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.3)
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.3), libjs-prototype, libjs-scriptaculous
|
||||
Description: FreeIPA is a centralized identity framework
|
||||
FreeIPA is an integrated solution to provide centrally managed Identity
|
||||
(machine, user, virtual machines, groups, authentication credentials), Policy
|
||||
|
2
debian/freeipa-server.links
vendored
Normal file
2
debian/freeipa-server.links
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/usr/share/javascript/prototype/prototype.js /usr/share/ipa/ipagui/static/javascript/prototype.js
|
||||
/usr/share/javascript/scriptaculous/scriptaculous.js /usr/share/ipa/ipagui/static/javascript/scriptaculous.js
|
1
debian/patches/00list
vendored
1
debian/patches/00list
vendored
@ -1,2 +1,3 @@
|
||||
01_fix_init_dir
|
||||
02_configure
|
||||
10_ipa_kpasswd_section
|
||||
|
19
debian/patches/10_ipa_kpasswd_section.dpatch
vendored
Executable file
19
debian/patches/10_ipa_kpasswd_section.dpatch
vendored
Executable file
@ -0,0 +1,19 @@
|
||||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||
## 10_ipa_kpasswd_section.dpatch by <Michele Baldessari <michele@pupazzo.org>>
|
||||
##
|
||||
## All lines beginning with `## DP:' are a description of the patch.
|
||||
## DP: Fix manpage section
|
||||
|
||||
@DPATCH@
|
||||
diff -urNad freeipa-1.2.0~/ipa-server/man/ipa_kpasswd.8 freeipa-1.2.0/ipa-server/man/ipa_kpasswd.8
|
||||
--- freeipa-1.2.0~/ipa-server/man/ipa_kpasswd.8 2008-11-14 15:55:28.000000000 +0100
|
||||
+++ freeipa-1.2.0/ipa-server/man/ipa_kpasswd.8 2008-11-25 16:03:17.000000000 +0100
|
||||
@@ -16,7 +16,7 @@
|
||||
.\"
|
||||
.\" Author: Rob Crittenden <rcritten@redhat.com>
|
||||
.\"
|
||||
-.TH "ipa_kpasswd" "1" "Mar 14 2008" "freeipa" ""
|
||||
+.TH "ipa_kpasswd" "8" "Mar 14 2008" "freeipa" ""
|
||||
.SH "NAME"
|
||||
ipa_kpasswd \- Proxy Kerberos password change requests
|
||||
.SH "SYNOPSIS"
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -42,8 +42,8 @@ clean-patched:
|
||||
dh_testroot
|
||||
rm -f build-arch-stamp build-indep-stamp configure-stamp
|
||||
rm -rf ipa-python/build
|
||||
-$(MAKE) distclean
|
||||
for i in "ipa-server" "ipa-client"; do \
|
||||
(cd $$i && [ ! -f Makefile ] || $(MAKE) distclean); \
|
||||
(cd $$i && rm -f COPYING INSTALL depcomp install-sh missing py-compile config.guess config.sub aclocal.m4 config.h.in); \
|
||||
done
|
||||
rm -rf $(CURDIR)/debian/freeipa
|
||||
@ -79,6 +79,8 @@ install-arch:
|
||||
@for subdir in $(SUBDIRS); do \
|
||||
(cd $$subdir && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install) || exit 1; \
|
||||
done
|
||||
rm -f $(CURDIR)/debian/tmp/usr/share/ipa/ipagui/static/javascript/prototype.js \
|
||||
$(CURDIR)/debian/tmp/usr/share/ipa/ipagui/static/javascript/scriptaculous.js
|
||||
dh_install -s
|
||||
# Must not depend on anything. This is to be called by
|
||||
# binary-arch/binary-indep
|
||||
@ -97,7 +99,7 @@ binary-common:
|
||||
# dh_installpam
|
||||
# dh_installmime
|
||||
# dh_python
|
||||
# dh_installinit
|
||||
dh_installinit
|
||||
# dh_installcron
|
||||
# dh_installinfo
|
||||
dh_installman
|
||||
|
Loading…
Reference in New Issue
Block a user