[slbackup-commit] CVS update: slbackup-php/debian changelog rules

winnie at alioth.debian.org winnie at alioth.debian.org
Mon Dec 17 08:29:16 UTC 2007


  User: winnie  
  Date: 07/12/17 08:29:16

  Modified:    debian   Tag: debian_branch_0_3 changelog rules
  Log:
  Fix some lintian warnings/errors
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.23.2.6             slbackup-php/debian/changelog
  
  Index: changelog
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup-php/debian/changelog,v
  retrieving revision 1.23.2.5
  retrieving revision 1.23.2.6
  diff -u -r1.23.2.5 -r1.23.2.6
  --- changelog	17 Dec 2007 08:21:09 -0000	1.23.2.5
  +++ changelog	17 Dec 2007 08:29:16 -0000	1.23.2.6
  @@ -1,4 +1,4 @@
  -slbackup-php (0.3-2) UNRELEASED; urgency=low
  +slbackup-php (0.3-2) unstable; urgency=low
   
     [ Finn-Arne Johansen ]
     * Make the list of snapshots sorted
  @@ -6,6 +6,10 @@
     [ Patrick Winnertz ]
     * Added debian/po/nl.po . Thanks to Bart Cornelis (Closes: #450972)
     * Added smarty-gettext as build-dep (Closes: #452769)
  +  * Bumped Standards-Version to 3.7.3
  +  * Fixed some lintian errors: 
  +        - don't ignore errors of make clean in clean target
  +        - call dh_desktop in rules
   
    -- Patrick Winnertz <winnie at debian.org>  Mon, 17 Dec 2007 09:10:29 +0100
   
  
  
  
  1.6.4.3              slbackup-php/debian/rules
  
  Index: rules
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup-php/debian/rules,v
  retrieving revision 1.6.4.2
  retrieving revision 1.6.4.3
  diff -u -r1.6.4.2 -r1.6.4.3
  --- rules	17 Dec 2007 08:14:00 -0000	1.6.4.2
  +++ rules	17 Dec 2007 08:29:16 -0000	1.6.4.3
  @@ -13,7 +13,7 @@
   	dh_testdir
   	dh_testroot
   	rm -f build-stamp
  -	-$(MAKE) clean
  +	[ ! -f Makefile ] || $(MAKE) clean
   	dh_clean
   	debconf-updatepo
   
  @@ -38,6 +38,7 @@
   	dh_installcron
   	dh_installdebconf
   	dh_installman
  +	dh_desktop
   	dh_link
   	dh_strip
   	dh_compress
  
  
  



More information about the slbackup-commit mailing list