Author: taffit
Date: Fri Aug 29 02:56:19 2014
New Revision: 10430

URL: http://svn.debian.org/wsvn/?sc=1&rev=10430
Log:
Use dh 9 short rules instead of CDBS

Added:
    packages/trunk/doc-debian/debian/compat
Removed:
    packages/trunk/doc-debian/debian/postinst
    packages/trunk/doc-debian/debian/prerm
Modified:
    packages/trunk/doc-debian/debian/changelog
    packages/trunk/doc-debian/debian/control
    packages/trunk/doc-debian/debian/rules

Modified: packages/trunk/doc-debian/debian/changelog
URL: 
http://svn.debian.org/wsvn/packages/trunk/doc-debian/debian/changelog?rev=10430&op=diff
==============================================================================
--- packages/trunk/doc-debian/debian/changelog  (original)
+++ packages/trunk/doc-debian/debian/changelog  Fri Aug 29 02:56:19 2014
@@ -7,6 +7,7 @@
   * Restore list of tags and severities (Closes: #711248)
   * Update Vcs-* fields 
   * Drop useless GNU/Linux from description
+  * Use dh 9 short rules instead of CDBS
 
  -- David Prévot <[email protected]>  Sun, 29 Dec 2013 13:02:33 -0400
 

Added: packages/trunk/doc-debian/debian/compat
URL: 
http://svn.debian.org/wsvn/packages/trunk/doc-debian/debian/compat?rev=10430&op=file
==============================================================================
--- packages/trunk/doc-debian/debian/compat     (added)
+++ packages/trunk/doc-debian/debian/compat     Fri Aug 29 02:56:19 2014
@@ -0,0 +1 @@
+9

Modified: packages/trunk/doc-debian/debian/control
URL: 
http://svn.debian.org/wsvn/packages/trunk/doc-debian/debian/control?rev=10430&op=diff
==============================================================================
--- packages/trunk/doc-debian/debian/control    (original)
+++ packages/trunk/doc-debian/debian/control    Fri Aug 29 02:56:19 2014
@@ -4,13 +4,14 @@
 Maintainer: Javier Fernández-Sanguino Peña <[email protected]>
 Uploaders: Josip Rodin <[email protected]>
 Standards-Version: 3.9.3
-Build-Depends-Indep: debhelper (>= 8.0.0), cdbs, wml, lynx
+Build-Depends-Indep: debhelper (>= 9), lynx, wml
 Vcs-Browser: http://anonscm.debian.org/viewvc/ddp/packages/trunk/doc-debian/
 Vcs-Svn: svn://anonscm.debian.org/ddp/packages/trunk/doc-debian/
 
 Package: doc-debian
 Architecture: all
-Suggests: www-browser, postscript-viewer
+Depends: ${misc:Depends}
+Suggests: postscript-viewer, www-browser
 Recommends: debian-faq
 Description: Debian Project documentation and other documents
  The Debian Project is an association of individuals who have made

Modified: packages/trunk/doc-debian/debian/rules
URL: 
http://svn.debian.org/wsvn/packages/trunk/doc-debian/debian/rules?rev=10430&op=diff
==============================================================================
--- packages/trunk/doc-debian/debian/rules      (original)
+++ packages/trunk/doc-debian/debian/rules      Fri Aug 29 02:56:19 2014
@@ -1,19 +1,9 @@
 #!/usr/bin/make -f
-# derived from sample debian/rules file for GNU hello by Ian Jackson.
+%:
+       dh $@ --sourcedirectory=doc
 
-# Set this to enable debugging
-export DH_VERBOSE = 1
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-
-build/doc-debian::
-       cd doc && $(MAKE)
-
-clean::
-       cd doc && $(MAKE) clean
-
-get-orig-source::
-       cd doc && $(MAKE) update
+get-orig-source:
+       $(MAKE) -C doc update
 
 #install::
 # TODO - move the files 


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]

Reply via email to