[pkg-nvidia-devel] r1006 - in /packages/nvidia-xconfig/trunk/debian: changelog control rules

anbe-guest at users.alioth.debian.org anbe-guest at users.alioth.debian.org
Sat Jun 5 08:34:59 UTC 2010


Author: anbe-guest
Date: Sat Jun  5 08:34:44 2010
New Revision: 1006

URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=1006
Log:
debian/rules: switch to dh and minimize

Modified:
    packages/nvidia-xconfig/trunk/debian/changelog
    packages/nvidia-xconfig/trunk/debian/control
    packages/nvidia-xconfig/trunk/debian/rules

Modified: packages/nvidia-xconfig/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-xconfig/trunk/debian/changelog?rev=1006&op=diff
==============================================================================
--- packages/nvidia-xconfig/trunk/debian/changelog (original)
+++ packages/nvidia-xconfig/trunk/debian/changelog Sat Jun  5 08:34:44 2010
@@ -3,6 +3,7 @@
   [ Andreas Beckmann ]
   * Switch to source format 3.0 (quilt).
   * Update to debhelper compat level 7 and Standards-Version 3.8.4.
+  * debian/rules: switch to dh and minimize.
 
  -- Andreas Beckmann <debian at abeckmann.de>  Sat, 05 Jun 2010 09:24:22 +0200
 

Modified: packages/nvidia-xconfig/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-xconfig/trunk/debian/control?rev=1006&op=diff
==============================================================================
--- packages/nvidia-xconfig/trunk/debian/control (original)
+++ packages/nvidia-xconfig/trunk/debian/control Sat Jun  5 08:34:44 2010
@@ -8,7 +8,7 @@
 
 Package: nvidia-xconfig
 Architecture: any
-Depends: pkg-config, ${shlibs:Depends}
+Depends: pkg-config, ${shlibs:Depends}, ${misc:Depends}
 Suggests: nvidia-glx (>= 1.0.8174)
 Description: The NVIDIA X Configuration Tool
  nvidia-xconfig: A tool for manipulating X config files,

Modified: packages/nvidia-xconfig/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-xconfig/trunk/debian/rules?rev=1006&op=diff
==============================================================================
--- packages/nvidia-xconfig/trunk/debian/rules (original)
+++ packages/nvidia-xconfig/trunk/debian/rules Sat Jun  5 08:34:44 2010
@@ -1,99 +1,4 @@
 #!/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
-	# Add here commands to configure the package.
-
-	touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp: configure-stamp 
-	dh_testdir
-
-	# Add here commands to compile the package.
-	$(MAKE)
-
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-
-
-	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
-
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/nvidia-xconfig
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs 
-	dh_installdocs
-	dh_installexamples
-#	dh_install
-	dh_installmenu
-#	dh_installdebconf	
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
-	dh_installman
-	dh_link
-	dh_strip
-	dh_compress -X.c -X.txt 
-	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
+%:
+	dh $@




More information about the Pkg-nvidia-devel mailing list