[Pkg-dkms-commits] r43 - dkms/trunk/debian

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Fri Dec 12 09:16:51 UTC 2008


Author: hanska-guest
Date: 2008-12-12 09:16:51 +0000 (Fri, 12 Dec 2008)
New Revision: 43

Modified:
   dkms/trunk/debian/changelog
   dkms/trunk/debian/rules
Log:
added get-svn-source to debian/rules

Modified: dkms/trunk/debian/changelog
===================================================================
--- dkms/trunk/debian/changelog	2008-12-12 09:12:46 UTC (rev 42)
+++ dkms/trunk/debian/changelog	2008-12-12 09:16:51 UTC (rev 43)
@@ -25,6 +25,7 @@
   * debian/prerm:
     - use sed instead of tricky grep hack
     - do always do default thing
+  * added get-svn-source to debian/rules
 
   [ Giuseppe Iuculano ]
   * Added myself as Uploader
@@ -37,7 +38,7 @@
     removed if it is empty after a removal.  This allows the modules directory
     to be removed as it becomes empty.
 
- -- David Paleino <d.paleino at gmail.com>  Fri, 12 Dec 2008 10:12:31 +0100
+ -- David Paleino <d.paleino at gmail.com>  Fri, 12 Dec 2008 10:16:34 +0100
 
 dkms (2.0.19-0ubuntu2) hardy; urgency=low
 

Modified: dkms/trunk/debian/rules
===================================================================
--- dkms/trunk/debian/rules	2008-12-12 09:12:46 UTC (rev 42)
+++ dkms/trunk/debian/rules	2008-12-12 09:16:51 UTC (rev 43)
@@ -60,4 +60,8 @@
 		--download-version $(CURVER) \
 		--rename
 
+get-svn-source:
+	[ -d ../tarballs ] || mkdir ../tarballs
+	cd ../tarballs && make -f $(CURDIR)/debian/rules get-orig-source
+
 .PHONY: build clean binary-indep binary-arch binary install




More information about the Pkg-dkms-commits mailing list