* Cleanups

git-svn-id: svn://svn.debian.org/svn/pkg-fedora-ds/freeipa/trunk@122 f06303cf-03cc-411c-aec6-58b7e4ec4d34
This commit is contained in:
mbaldessari-guest 2008-11-25 11:02:18 +00:00
parent 0780124cb1
commit 01b656defd
6 changed files with 34 additions and 26 deletions

26
debian/README.source vendored Normal file
View File

@ -0,0 +1,26 @@
This package uses dpatch to manage all modifications to the upstream
source. Changes are stored in the source package as diffs in
debian/patches and applied during the build.
To get the fully patched source after unpacking the source package, cd
to the root level of the source package and run:
debian/rules patch
Removing a patch is as simple as removing its entry from the
debian/patches/00list file, and please also remove the patch file
itself.
Creating a new patch is done with "dpatch-edit-patch patch XX_patchname"
where you should replace XX with a new number and patchname with a
descriptive shortname of the patch. You can then simply edit all the
files your patch wants to edit, and then simply "exit 0" from the shell
to actually create the patch file.
To tweak an already existing patch, call "dpatch-edit-patch XX_patchname"
and replace XX_patchname with the actual filename from debian/patches
you want to use.
To clean up afterwards again, "debian/rules unpatch" will do the
work for you - or you can of course choose to call
"fakeroot debian/rules clean" all together.

10
debian/control vendored
View File

@ -1,14 +1,14 @@
Source: freeipa
Section: unknown
Priority: extra
Maintainer: Michele Baldessari <Michele Baldessari <michele@pupazzo.org>>
Build-Depends: debhelper (>= 7), libdirsrv-dev (>= 1.1.3-1), autoconf, automake, libtool, python-turbogears, libmozldap-dev, dpatch
Standards-Version: 3.7.3
Maintainer: Michele Baldessari <michele@pupazzo.org>
Build-Depends: debhelper (>= 7), libdirsrv-dev (>= 1.1.3), autoconf, automake, libtool, python-turbogears, libmozldap-dev, dpatch
Standards-Version: 3.8.0
Homepage: http://www.freeipa.org
Package: freeipa-server
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.3)
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
@ -48,7 +48,7 @@ Description: FreeIPA is a centralized identity framework
(configuration settings, access control information) and Audit (events,
logs, analysis thereof).
.
This python module is used by other FreeIPA packages
This Python module is used by other FreeIPA packages
Package: freeipa-radius-plugin
Architecture: any

View File

@ -2,7 +2,7 @@
## 01_fix_init_dir.dpatch by <Michele Baldessari <michele@pupazzo.org>>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
## DP: Debian compliant init.d PATH
@DPATCH@
diff -urNad freeipa-1.1.0~/ipa-server/ipa-gui/Makefile.am freeipa-1.1.0/ipa-server/ipa-gui/Makefile.am

View File

@ -2,7 +2,7 @@
## 02_configure.dpatch by <Michele Baldessari <michele@pupazzo.org>>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
## DP: On Debian there is no nss3 and nspr4 include path
@DPATCH@
diff -urNad freeipa-1.2.0~/ipa-server/configure.ac freeipa-1.2.0/ipa-server/configure.ac

View File

@ -1,19 +0,0 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 03_bootstrap.dpatch by <Michele Baldessari <michele@pupazzo.org>>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad freeipa-1.2.0~/Makefile freeipa-1.2.0/Makefile
--- freeipa-1.2.0~/Makefile 2008-11-24 23:23:59.000000000 +0100
+++ freeipa-1.2.0/Makefile 2008-11-24 23:24:05.000000000 +0100
@@ -54,7 +54,7 @@
LIBDIR ?= /usr/lib
-all: bootstrap-autogen
+all: autogen
@for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) $@) || exit 1; \
done

1
debian/rules vendored
View File

@ -56,6 +56,7 @@ clean-patched:
rm -v -f ipa-python/version.py
rm -f ipa-server/version.m4
rm -f ipa-client/version.m4
rm -f RELEASE
dh_clean
unpatch: