Update copyright year
[ZOOM-Perl-moved-to-github.git] / Makefile.PL
index 79e30b2..2985131 100644 (file)
@@ -40,7 +40,8 @@ WriteMakefile(
     # OBJECT            => '$(O_FILES)', # link all the C files too
 # Use this to test for illegal code that GCC stupidly permits by default:
 #   OPTIMIZE          => "-Wdeclaration-after-statement -g -O0",
-    EXE_FILES    => [ 'samples/zoom/zselect', 'samples/zoom/zoomdump' ],
+    EXE_FILES    => [ 'samples/zoom/zselect', 'samples/zoom/zoomdump',
+                     'samples/zoom/zoom-delete-records' ],
 );
 
 
@@ -64,7 +65,7 @@ __EOT__
 sub MY::postamble { "debian: debian/output
 
 debian/output:
-       dpkg-buildpackage -rfakeroot -d
+       dpkg-buildpackage -us -uc -rfakeroot -d
        rm -rf debian/output
        mkdir debian/output
        mv ../libnet-z3950-zoom-perl* debian/output