Hello all,

this is an old patch laying in the debian package and that could
actually benefit to all of us.

Thanks for inclusion (or comment in case of issue).
Mt.

-- 
Get a clue, or a dictionary.      -- example of mutual love on debian-devel
This closes the bug #403399 (missing create_db call when snapshot'ing)
(see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403399)

Reported to quilt-dev on 2011-09-15
---
 quilt/snapshot.in |    1 +
 1 file changed, 1 insertion(+)

Index: b/quilt/snapshot.in
===================================================================
--- a/quilt/snapshot.in
+++ b/quilt/snapshot.in
@@ -74,6 +74,7 @@
 fi
 
 # Save current working state
+create_db
 mkdir -p $QUILT_PC/$snap_subdir
 for patch in $(applied_patches); do
        files_in_patch $patch
_______________________________________________
Quilt-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to