Add rule get-orig-source
authorPali Rohár <pali.rohar@gmail.com>
Sun, 1 May 2011 00:55:38 +0000 (02:55 +0200)
committerPali Rohár <pali.rohar@gmail.com>
Thu, 11 Aug 2011 08:25:03 +0000 (10:25 +0200)
kernel-power-2.6.28/debian/rules

index 0813102..8f63efe 100755 (executable)
@@ -42,6 +42,9 @@ ifneq (,$(findstring parallel,$(DEB_BUILD_OPTIONS)))
     NJOBS := -j$(PARALLEL_JOBS)
 endif
 
+get-orig-source:
+       wget ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.gz
+
 configure-stamp:
        dh_testdir
        mkdir -p $(BUILDTMP)