]> git.proxmox.com Git - grub2.git/commitdiff
Fix the svn-snapshot rule.
authorfzielcke-guest <fzielcke-guest@localhost>
Mon, 15 Jun 2009 21:25:36 +0000 (21:25 +0000)
committerfzielcke-guest <fzielcke-guest@localhost>
Mon, 15 Jun 2009 21:25:36 +0000 (21:25 +0000)
debian/changelog
debian/rules

index 818eb45d7041e9c2fa939339848cfe0358372605..5b90e1b69a6087605b54e71d41e9de8348a76cca 100644 (file)
@@ -10,8 +10,9 @@ grub2 (1.96+20090613-1) experimental; urgency=low
   * Remove ppc64 from the Architectures. It's totally dead.
   * Add a note to /etc/default/grub that update-grub needs to be run to
     update grub.cfg. (Closes: #533026)
+  * Fix the svn-snapshot rule.
 
- -- Felix Zielcke <fzielcke@z-51.de>  Sun, 14 Jun 2009 15:50:30 +0200
+ -- Felix Zielcke <fzielcke@z-51.de>  Mon, 15 Jun 2009 23:25:19 +0200
 
 grub2 (1.96+20090611-1) experimental; urgency=low
 
index bef3062e25418d2e9013bcb893a6a1d6de0c923f..b64eef8ef2993d26b3ce29d42ecd0f56b04c5346 100644 (file)
@@ -122,7 +122,7 @@ svn-sync:
 svn-snapshot:
        UVERSION=$$(dpkg-parsechangelog | grep Version \
                                        | sed 's,Version: ,,g;s,-[0-9]*$$,,g'); \
-       svn co svn://svn.sv.gnu.org/grub/trunk/grub2 export -d grub2-$$UVERSION -rHEAD grub2; \
+       svn co svn://svn.sv.gnu.org/grub/trunk/grub2 grub2-$$UVERSION; \
        tar -czf grub2_$$UVERSION.orig.tar.gz grub2-$$UVERSION; \
        rm -rf grub2-$$UVERSION; \
        mv grub2_$$UVERSION.orig.tar.gz ../tarballs/