diff --git a/goaljobs.spec.in b/goaljobs.spec.in
index caa26bc061c0e618cbefaca4909d9812e2161065..c7a722e454ad73a564a95f289906b0680161b6ea 100644
--- a/goaljobs.spec.in
+++ b/goaljobs.spec.in
@@ -1,5 +1,4 @@
 %global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
-%global debug_package %{nil}
 
 Name:            @PACKAGE_NAME@
 Version:         @PACKAGE_VERSION@
@@ -31,6 +30,7 @@ Requires:        ocaml-calendar-devel
 Requires:        curl
 Requires:        mailx
 
+
 %description
 Goaljobs is make & cron replacement and business rules manager.
 
@@ -89,3 +89,8 @@ rm -r $RPM_BUILD_ROOT%{_docdir}/%{name}
 %changelog
 * Mon Sep 16 2013 Richard W.M. Jones <rjones@redhat.com> - @PACKAGE_VERSION@-@RPM_RELEASE@
 - Initial release.
+
+# Local variables:
+# mode: shell-script
+# sh-shell: rpm
+# end: