chiark / gitweb /
wip fix clean
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 7 Jun 2012 18:21:47 +0000 (19:21 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 7 Jun 2012 18:21:47 +0000 (19:21 +0100)
Makefile.in
debian/changelog
debian/rules

index 1198a02196782bbb15bd9eafe410d201e021905e..7ef52c267b5620fdfa26c79e5b6636b556edac09 100644 (file)
@@ -151,7 +151,7 @@ clean:
                        | xargs -r rm
                rm -rf $(TARGETS) *.o core version.h
                rm -f overview.eps
                        | xargs -r rm
                rm -rf $(TARGETS) *.o core version.h
                rm -f overview.eps
-               rm -f spec.lout* spec.text* spec.ps?* spec.sgml.new spec.tex
+               rm -f spec.lout* spec.text* spec.ps* spec.sgml.new spec.tex
                rm -f lout.li *.ld *.lix *.ldx
                rm -f userv-*.tar.gz vd/*
 
                rm -f lout.li *.ld *.lix *.ldx
                rm -f userv-*.tar.gz vd/*
 
index 84c18a8f4b8846b1a00240621f9dcc9bac539335..5f7ff6906e456300cd18d17d3b25a6cce5c554b2 100644 (file)
@@ -1,3 +1,12 @@
+userv (1.1.1) unstable; urgency=low
+
+  Packaging fixes:
+  * Remove spec.ps on make clean.
+  * Remove spec.ps and dh log on debian/rules clean.
+    (To repro bug: dpkg-buildpackage, debian/rules clean, git-ls-files -o)
+
+ --
+
 userv (1.1.0) unstable; urgency=medium
 
   Bugfix:
 userv (1.1.0) unstable; urgency=medium
 
   Bugfix:
index 6b91ff91f2e6d0f2468a80fcf8cfee51ab2842b7..335768d549bb55d71d037726a529cfdb415ec696 100755 (executable)
@@ -24,7 +24,8 @@ clean:
        rm -f build build-arch
        $(MAKE) -i distclean || $(MAKE) -f Makefile.in distclean
        rm -rf *~ $t debian/*~ debian/files* debian/substvars*
        rm -f build build-arch
        $(MAKE) -i distclean || $(MAKE) -f Makefile.in distclean
        rm -rf *~ $t debian/*~ debian/files* debian/substvars*
-       rm -rf spec.html
+       rm -rf debian/*.debhelper.log
+       rm -rf spec.html spec.ps
 
 build-indep:
 binary-indep:
 
 build-indep:
 binary-indep: