[Pkg-lustre-svn-commit] r402 - in /trunk/debian: changelog rules
winnie at users.alioth.debian.org
winnie at users.alioth.debian.org
Fri Dec 21 10:44:19 UTC 2007
Author: winnie
Date: Fri Dec 21 10:44:18 2007
New Revision: 402
URL: http://svn.debian.org/wsvn/pkg-lustre/?sc=1&rev=402
Log:
Removed obsolte target
Modified:
trunk/debian/changelog
trunk/debian/rules
Modified: trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/changelog?rev=402&op=diff
==============================================================================
--- trunk/debian/changelog (original)
+++ trunk/debian/changelog Fri Dec 21 10:44:18 2007
@@ -2,6 +2,7 @@
[ Patrick Winnertz ]
* Changed my maintainer address
+ * Packaging new upstream version 1.6.4.1
* Bump of Standards-Version to 3.7.3
* Removed some patches in debian/patches since they are now adapted
by upstream:
@@ -21,9 +22,10 @@
- remove-set_tunables.dpatch
- tex2pdf.dpatch
* Add new patch in order to fix the lustre manpage provided by upstream
- (fix-lustre-manpage.dpatch)
-
- -- Patrick Winnertz <winnie at debian.org> Wed, 19 Dec 2007 13:25:22 +0100
+ (fix-lustre-manpage.dpatch)
+ * Removed obsolete target from debian/rules
+
+ -- Patrick Winnertz <winnie at debian.org> Fri, 21 Dec 2007 11:45:26 +0100
lustre (1.6.3-2) unstable; urgency=low
Modified: trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/rules?rev=402&op=diff
==============================================================================
--- trunk/debian/rules (original)
+++ trunk/debian/rules Fri Dec 21 10:44:18 2007
@@ -62,26 +62,6 @@
# Correct tex2pdf mode.
chmod 744 lustre/doc/tex2pdf
touch $@
-
-# This needs to be called manualy with the linux-source-x.y.z package
-# installed since the source packages are huge for Build-Depends and
-# not all available.
-LDIR=$(TOP_DIR)/lustre/kernel_patches
-patch-vanilla-%: KVER=$*
-patch-vanilla-%: PATCH=$(TOP_DIR)/debian/kpatches/patch-vanilla-$*
-patch-vanilla-%: $(LDIR)/series/%-vanilla.series
- debian/rules patch-stamp
- rm -rf $(PATCH).dir
- mkdir -p $(PATCH).dir
- cd $(PATCH).dir && tar xjf /usr/src/linux-source-$(KVER).tar.bz2
- cp -a $(PATCH).dir/linux-source-$(KVER) $(PATCH).dir/linux-source-$(KVER).orig
- cd $(PATCH).dir/linux-source-$(KVER) && \
- QUILT_PATCHES=$(LDIR)/patches quilt setup $(LDIR)/series/$(KVER)-vanilla.series && \
- QUILT_PATCHES=$(LDIR)/patches quilt push -a
- rm -rf $(PATCH).dir/linux-source-$(KVER)/.pc $(PATCH).dir/linux-source-$(KVER)/series
- cd $(PATCH).dir && diff -Nurd linux-source-$(KVER).orig linux-source-$(KVER) >$(PATCH).new || [ $$? = 1 ]
- rm -rf $(PATCH).dir
- mv $(PATCH).new $(PATCH)
build-arch build-indep: build
More information about the Pkg-lustre-svn-commit
mailing list