[DebianBRTeam-commits] r575 - in /packages/jp2a/trunk/debian: changelog rules

eriberto-guest at users.alioth.debian.org eriberto-guest at users.alioth.debian.org
Wed Aug 26 14:00:20 UTC 2009


Author: eriberto-guest
Date: Wed Aug 26 14:00:19 2009
New Revision: 575

URL: http://svn.debian.org/wsvn/?sc=1&rev=575
Log:
* Adjusted debian/changelog.
* Added an empty binary-indep target in debian/rules.


Modified:
    packages/jp2a/trunk/debian/changelog
    packages/jp2a/trunk/debian/rules

Modified: packages/jp2a/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/jp2a/trunk/debian/changelog?rev=575&op=diff
==============================================================================
--- packages/jp2a/trunk/debian/changelog (original)
+++ packages/jp2a/trunk/debian/changelog Wed Aug 26 14:00:19 2009
@@ -1,17 +1,12 @@
 jp2a (1.0.6-3) unstable; urgency=low
 
-  * debian/:
-      - Added patch directory and patch 01 to fix man page.
-      - Added README.source to describe dpatch use.
-
-  * debian/compat:
-      - Updated version from 5 to 7.
+  * Added patch directory and patch 01 to fix man page.
+  * Updated debhelper version from 5 to 7.
+  * Used dpatch to manage patches.
 
   * debian/control:
-      - Added dpatch to Build-Depends field.
       - Added libncurses5-dev to Build-Depends field to avoid a warning from
         configure script.
-      - Updated debhelper version from 5 to 7 in Build-Depends field.
       - Updated Standards-Version from 3.7.2 to 3.8.3.
       - Updated Vcs-Svn and Vcs-Browser from debian-br-team/unstable/jp2a to
         debian-br-team/packages/jp2a.
@@ -27,11 +22,8 @@
         man/jp2a.html file has the same content of the man page.
 
   * debian/rules:
-      - Added binary-indep target.
-      - Added preparation to use dpatch.
       - Added /debian/README.source reference to dh_installdocs.
       - Changed from "dh_clean -k" to "dh_prep" in install target.
-      - Removed binary-indep target.
       - Removed comments about binary-indep and binary-arch.
       - Removed build redundancy from binary-arch target.
       - Removed binary-indep from binary target.

Modified: packages/jp2a/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/jp2a/trunk/debian/rules?rev=575&op=diff
==============================================================================
--- packages/jp2a/trunk/debian/rules (original)
+++ packages/jp2a/trunk/debian/rules Wed Aug 26 14:00:19 2009
@@ -49,6 +49,8 @@
 	dh_installdirs
 	$(MAKE) DESTDIR=$(CURDIR)/debian/jp2a install
 
+binary: binary-arch
+
 binary-arch: install
 	dh_testdir
 	dh_testroot
@@ -63,5 +65,6 @@
 	dh_md5sums
 	dh_builddeb
 
-binary: binary-arch
+binary-indep:
+
 .PHONY: build clean binary-indep binary-arch binary install




More information about the debian-br-team-commits mailing list