[Pkg-utopia-commits] r965 - packages/unstable/pam_keyring/debian

Riccardo Setti giskard-guest at costa.debian.org
Tue Aug 22 17:28:37 UTC 2006


Author: giskard-guest
Date: 2006-08-22 17:28:36 +0000 (Tue, 22 Aug 2006)
New Revision: 965

Removed:
   packages/unstable/pam_keyring/debian/rules.old
Log:
remved rules.old

Deleted: packages/unstable/pam_keyring/debian/rules.old
===================================================================
--- packages/unstable/pam_keyring/debian/rules.old	2006-08-22 17:09:33 UTC (rev 964)
+++ packages/unstable/pam_keyring/debian/rules.old	2006-08-22 17:28:36 UTC (rev 965)
@@ -1,98 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
-endif
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	#./bootstrap.sh
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --libdir=/lib --libexecdir=/usr/lib --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
-	touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp: configure
-	dh_testdir
-	$(MAKE)
-	touch build-stamp
-
-clean: clean-patched
-
-clean-patched:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-	-$(MAKE) clean
-	rm -f config.status
-	rm -f config.log
-	
-	# if bootstrap.sh before ./configure, you could uncomment them
-	#rm -f config.status config.log config.guess config.sub ltmain.sh
-	#rm -f ltoptions.m4 ltsugar.m4 ltversion.m4 libtool.m4
-	
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-	$(MAKE) install                     DESTDIR=$(CURDIR)/debian/libpam-gnome-keyring
-	mkdir -p                            $(CURDIR)/debian/libpam-gnome-keyring/etc/pam.d/
-	mkdir -p                            $(CURDIR)/debian/libpam-gnome-keyring/usr/share/man/man8/
-	cp man/pam_keyring.8                $(CURDIR)/debian/libpam-gnome-keyring/usr/share/man/man8/pam_keyring.8
-	cp debian/pam-gnome-keyring-auth    $(CURDIR)/debian/libpam-gnome-keyring/etc/pam.d/
-	cp debian/pam-gnome-keyring-session $(CURDIR)/debian/libpam-gnome-keyring/etc/pam.d/
-	libtool --finish                    $(CURDIR)/debian/libpam-gnome-keyring/lib/security/
-	rm -f                               $(CURDIR)/debian/libpam-gnome-keyring/lib/security/pam_keyring.la
-	rm -f                               $(CURDIR)/debian/libpam-gnome-keyring/lib/security/pam_keyring.a
-
-binary-indep: build install
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs ChangeLog
-	dh_installdocs
-	dh_installexamples
-#	dh_install
-#	dh_installmenu
-#	dh_installdebconf	
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit --no-start -r
-#	dh_installcron
-#	dh_installinfo
-	dh_installman
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-#	dh_perl
-#	dh_python
-	dh_makeshlibs
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure




More information about the Pkg-utopia-commits mailing list