[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.0-25-g23ae51a

Sandro Tosi morph at debian.org
Tue Mar 31 22:00:57 UTC 2009


The following commit has been merged in the master branch:
commit 0b972e7bfe7cf2e77d7734f4761d10d845120296
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Mar 28 00:54:45 2009 +0100

    * debian/rules
      - cleanup

diff --git a/debian/changelog b/debian/changelog
index ca5b7f8..60925e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ reportbug (4.1) UNRELEASED; urgency=low
   * debian/{desktop, dirs, rules}
     - install desktop file; thanks to Fabian Greffrath for the report and file;
       Closes: #521186
+  * debian/rules
+    - cleanup
 
   [ Luca Bruno ]
   * bin/reportbug
@@ -26,7 +28,7 @@ reportbug (4.1) UNRELEASED; urgency=low
   * debian/copyright, reportbug/ui/gtk2_ui.py
     - bump copyright years
 
- -- Sandro Tosi <morph at debian.org>  Thu, 26 Mar 2009 00:23:11 +0100
+ -- Sandro Tosi <morph at debian.org>  Thu, 26 Mar 2009 16:29:11 +0100
 
 reportbug (4.0) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 9450167..7336609 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,4 @@
 #!/usr/bin/make -f
-# Made with the aid of dh_make, by Craig Small -*- makefile -*-
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Some lines taken from debmake, by Cristoph Lameter.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -23,7 +20,6 @@ build-stamp:
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp install-stamp
 
 	# Add here commands to clean up after the build process.
 	rm -rf `find . -name '*~' -o -name '.#*' -o -name '*.orig' -o -name '*.rej' -o -name '*.py[co]'` sed-script
@@ -55,34 +51,21 @@ binary-arch: build install
 
 # Build architecture-independent files here.
 binary-indep: build install
-#	dh_testversion
 	dh_testdir
 	dh_testroot
 	dh_installdocs
-	dh_installexamples
 	dh_installmenu
 	dh_desktop
-#	dh_installemacsen
-#	dh_installinit
-	dh_installcron
 	dh_installman man/*
-#	dh_undocumented
 	dh_installchangelogs
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_pysupport
-#	dh_python
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol
-#	dh_makeshlibs
 	dh_md5sums
 	dh_builddeb
 
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list