[Pkg-voip-commits] r7301 - in /mumble-django/trunk/debian: changelog rules

pmatthaei at alioth.debian.org pmatthaei at alioth.debian.org
Fri May 29 19:11:17 UTC 2009


Author: pmatthaei
Date: Fri May 29 19:11:17 2009
New Revision: 7301

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7301
Log:
* Cleanup useless template comments from debian/rules.

Modified:
    mumble-django/trunk/debian/changelog
    mumble-django/trunk/debian/rules

Modified: mumble-django/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/changelog?rev=7301&op=diff
==============================================================================
--- mumble-django/trunk/debian/changelog (original)
+++ mumble-django/trunk/debian/changelog Fri May 29 19:11:17 2009
@@ -14,8 +14,9 @@
   * Only execute apache2ctl and a2dissite, if they are available on the system.
   * Replace <yourhost> in README.Debian by localhost, so that we have one real
     URL.
+  * Cleanup useless template comments from debian/rules.
 
- -- Patrick Matthäi <pmatthaei at debian.org>  Fri, 29 May 2009 21:08:39 +0200
+ -- Patrick Matthäi <pmatthaei at debian.org>  Fri, 29 May 2009 21:10:44 +0200
 
 mumble-django (0.6-2) unstable; urgency=low
 

Modified: mumble-django/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/rules?rev=7301&op=diff
==============================================================================
--- mumble-django/trunk/debian/rules (original)
+++ mumble-django/trunk/debian/rules Fri May 29 19:11:17 2009
@@ -1,10 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -14,7 +8,6 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	# Add here commands to configure the package.
 	touch configure-stamp
 
 build: build-stamp
@@ -35,11 +28,8 @@
 	dh_prep
 	dh_installdirs
 
-# Build architecture-independent files here.
 binary-arch: install
-# We have nothing to do by default.
 
-# Build architecture-dependent files here.
 binary-indep: install
 	dh_testdir
 	dh_testroot




More information about the Pkg-voip-commits mailing list