Explorar o código

- fixed the clean target not cleaning postgress (thanks to Jerome Warnier)
- debian clean target now uses make proper instead of make clean (required by
the debian policy)

Andrei Pelinescu-Onciul %!s(int64=20) %!d(string=hai) anos
pai
achega
940e42460a
Modificáronse 2 ficheiros con 8 adicións e 1 borrados
  1. 6 0
      debian/changelog
  2. 2 1
      debian/rules

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+ser (0.9.4-0.2) unstable; urgency=low
+
+  * minor debian rules clean target fix 
+
+ -- Andrei Pelinescu-Onciul <[email protected]>  Wed, 02 Nov 2005 17:46:55 +0200
+
 ser (0.9.4-0.1) unstable; urgency=low
 
   * new upstream minor release 

+ 2 - 1
debian/rules

@@ -102,7 +102,8 @@ clean:
 	# Add here commands to clean up after the build process.
 	-$(MAKE) \
 		include_modules="$(MYSQL_MODULES) $(JABBER_MODULES) $(RADIUS_MODULES)\
-							$(CPL_MODULES) $(PA_MODULES) " clean
+							$(CPL_MODULES) $(PA_MODULES) $(POSTGRES_MODULES)"\
+							proper
 
 	dh_clean