[Drbd-dev] Re: 0.7.6 release tomorrow...

Lars Ellenberg Lars.Ellenberg at linbit.com
Thu Nov 25 01:57:08 CET 2004


/ 2004-11-25 00:40:32 +0100
\ Philipp Hug:
> 
> >what about renaming it to debian.upstream or so.
> >then, if you are the official debian, then you can put your debian in
> >there, if not, you can symlink it.
> >
> >does that make sense?
> > 
> >
> lars,
> I don't think there's a need for a debian directory in the release 
> tarball because debian versions will be released soon after drbd 
> releases anyway and you could still get it from svn.

ok, just checked in 
--- Makefile	(revision 1655)
+++ Makefile	(working copy)
@@ -120,7 +120,7 @@
 .PHONY: .filelist
 .filelist:
 	@ svn info >/dev/null || { echo "you need a svn checkout to do this." ; false ; }
-	@find $$(svn st -v | sed '/^?/d;s/^.\{8\} \+[0-9]\+ \+[0-9]\+ [a-z]\+ *//;') \
+	@find $$(svn st -v | sed '/^?/d;s/^.\{8\} \+[0-9]\+ \+[0-9]\+ [a-z]\+ *//;/^debian/d' ) \
 	\! -type d -maxdepth 0 |\
 	sed 's:^:drbd-$(DIST_VERSION)/:' > .filelist
 	@[ -s .filelist ] # assert there is something in .filelist now


More information about the drbd-dev mailing list