[Python-apps-commits] r2114 - in packages/discus/trunk/debian (6 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Dec 24 22:44:20 UTC 2008


    Date: Wednesday, December 24, 2008 @ 22:44:19
  Author: morph
Revision: 2114

* debian/control
  - added to PAPT team (setting it as maintainer)
  - set me as uploaders, updating my email address
  - bump Standards-Version to 3.8.0
    + added debian/README.source
  - added ${misc:Depends} to Depends
  - removed extra space from description (used to justify text)
  - added Vcs-{Browser,Svn} fields
  - removed python from b-d-i since not needed to build the package
* debian/TODO.Debian
  - removed since no more needed
* debian/rules
  - left an empty 'build' target, since we are not building anything
  - no need to touch 'install-stamp', it's PHONY
* debian/patches/20_bts-312262_reserved_space.dpatch
  - added description

Added:
  packages/discus/trunk/debian/README.source
Modified:
  packages/discus/trunk/debian/changelog
  packages/discus/trunk/debian/control
  packages/discus/trunk/debian/patches/20_bts-312262_reserved_space.dpatch
  packages/discus/trunk/debian/rules
Deleted:
  packages/discus/trunk/debian/TODO.Debian

Added: packages/discus/trunk/debian/README.source
===================================================================
--- packages/discus/trunk/debian/README.source	                        (rev 0)
+++ packages/discus/trunk/debian/README.source	2008-12-24 22:44:19 UTC (rev 2114)
@@ -0,0 +1,4 @@
+This package uses dpatch to handle patches against upstream source code; you
+can find additional information about dpatch at
+
+    /usr/share/doc/dpatch/

Deleted: packages/discus/trunk/debian/TODO.Debian
===================================================================
--- packages/discus/trunk/debian/TODO.Debian	2008-12-24 17:01:25 UTC (rev 2113)
+++ packages/discus/trunk/debian/TODO.Debian	2008-12-24 22:44:19 UTC (rev 2114)
@@ -1 +0,0 @@
-- restore patched file, create a patch "previos adoption"

Modified: packages/discus/trunk/debian/changelog
===================================================================
--- packages/discus/trunk/debian/changelog	2008-12-24 17:01:25 UTC (rev 2113)
+++ packages/discus/trunk/debian/changelog	2008-12-24 22:44:19 UTC (rev 2114)
@@ -1,3 +1,24 @@
+discus (0.2.9-5) unstable; urgency=low
+
+  * debian/control
+    - added to PAPT team (setting it as maintainer)
+    - set me as uploaders, updating my email address
+    - bump Standards-Version to 3.8.0
+      + added debian/README.source
+    - added ${misc:Depends} to Depends
+    - removed extra space from description (used to justify text)
+    - added Vcs-{Browser,Svn} fields
+    - removed python from b-d-i since not needed to build the package
+  * debian/TODO.Debian
+    - removed since no more needed
+  * debian/rules
+    - left an empty 'build' target, since we are not building anything
+    - no need to touch 'install-stamp', it's PHONY
+  * debian/patches/20_bts-312262_reserved_space.dpatch
+    - added description
+
+ -- Sandro Tosi <morph at debian.org>  Wed, 24 Dec 2008 23:41:23 +0100
+
 discus (0.2.9-4) unstable; urgency=low
 
   * debian/control

Modified: packages/discus/trunk/debian/control
===================================================================
--- packages/discus/trunk/debian/control	2008-12-24 17:01:25 UTC (rev 2113)
+++ packages/discus/trunk/debian/control	2008-12-24 22:44:19 UTC (rev 2114)
@@ -1,19 +1,21 @@
 Source: discus
 Section: utils
 Priority: extra
-Maintainer: Sandro Tosi <matrixhasu at gmail.com>
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Sandro Tosi <morph at debian.org>
 Build-Depends: debhelper (>= 5.0), dpatch
-Build-Depends-Indep: python
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://www.raincrazy.com/software/discus/
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/discus/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/discus/trunk/
 
 Package: discus
 Architecture: all
-Depends: python
+Depends: ${misc:Depends}, python
 Description: pretty version of df(1) command
  Discus aims to make df prettier, with features such as color, graphs,
- and  smart formatting  of  numbers (automatically  choosing the  most
+ and smart formatting of numbers (automatically choosing the most
  suitable size from kilobytes, megabytes, gigabytes, or terabytes). If
- you don't  want Discus deciding the  best sizes, you  can also choose
- your  own increments,  along with  specifying the  number  of decimal
+ you don't want Discus deciding the best sizes, you can also choose
+ your own increments, along with specifying the number of decimal
  places you'd like to see.

Modified: packages/discus/trunk/debian/patches/20_bts-312262_reserved_space.dpatch
===================================================================
--- packages/discus/trunk/debian/patches/20_bts-312262_reserved_space.dpatch	2008-12-24 17:01:25 UTC (rev 2113)
+++ packages/discus/trunk/debian/patches/20_bts-312262_reserved_space.dpatch	2008-12-24 22:44:19 UTC (rev 2114)
@@ -2,7 +2,7 @@
 ## 20_bts-312262_reserved_space.dpatch by Sandro Tosi <matrixhasu at gmail.com>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Fix to take into account even the reserved space to root 
 
 @DPATCH@
 diff -urNad discus~/discus discus/discus

Modified: packages/discus/trunk/debian/rules
===================================================================
--- packages/discus/trunk/debian/rules	2008-12-24 17:01:25 UTC (rev 2113)
+++ packages/discus/trunk/debian/rules	2008-12-24 22:44:19 UTC (rev 2114)
@@ -5,17 +5,11 @@
 
 include /usr/share/dpatch/dpatch.make
 
-build: build-stamp
-build-stamp: patch-stamp
-	dh_testdir
+build: patch-stamp
 
-	touch build-stamp
-
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp
-
 	dh_clean
 
 install: build
@@ -28,8 +22,6 @@
 	install -m 755 -o root -g root discus debian/discus/usr/bin/discus
 	install -m 644 -o root -g root discusrc debian/discus/etc
 
-	touch install-stamp
-
 # Build architecture-independent files here.
 binary-indep: build install
 	dh_testdir




More information about the Python-apps-commits mailing list