Index: /trunk/debbuild
===================================================================
--- /trunk/debbuild	(revision 108)
+++ /trunk/debbuild	(revision 109)
@@ -472,6 +472,6 @@
 
 LINE: while (<SPECFILE>) {
-    next if /^#/;       # Ignore comments...
-    next if /^\s*$/;    # ... and blank lines.
+    next if /^#/ && $stage eq 'preamble';       # Ignore comments...
+    next if /^\s*$/ && $stage eq 'preamble';    # ... and blank lines.
 
 # preprocess %define's
