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

werner-guest at alioth.debian.org werner-guest at alioth.debian.org
Sun Sep 4 11:40:45 UTC 2005


  User: werner-guest
  Date: 05/09/04 11:40:45

  Modified:    debian   changelog rules
  Log:
  
  
  Revision  Changes    Path
  1.28      +3 -2      slbackup/debian/changelog
  
  Index: changelog
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup/debian/changelog,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- changelog	4 Sep 2005 11:37:05 -0000	1.27
  +++ changelog	4 Sep 2005 11:40:45 -0000	1.28
  @@ -3,12 +3,13 @@
     * New upstream release.
     * Replaced debconf-dependency with ${misc:Depends}.
     * Bumped Standards-Version to 3.6.2 (no changes).
  -  * Specifying debhelper compatibility level 4 in debian/compat.
  +  * Specifying debhelper compatibility level 4 in debian/compat and changing
  +    DESTDIR to debian/slbackup in debian/rules.
     * Translations:
        - Czech, thanks to Miroslav Kure. (Closes: #308544)
        - Vietnamese, thanks to Clytie Siddall. (Closes: #318385)
   
  - -- Morten Werner Olsen <werner at usit.uio.no>  Sun,  4 Sep 2005 13:35:43 +0200
  + -- Morten Werner Olsen <werner at usit.uio.no>  Sun,  4 Sep 2005 13:40:30 +0200
   
   slbackup (0.0.7-3) unstable; urgency=low
   
  
  
  
  1.4       +2 -2      slbackup/debian/rules
  
  Index: rules
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup/debian/rules,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- rules	28 May 2004 17:27:15 -0000	1.3
  +++ rules	4 Sep 2005 11:40:45 -0000	1.4
  @@ -1,7 +1,7 @@
   #!/usr/bin/make -f
   
   clean:
  -	rm -rf *~ debian/tmp
  +	rm -rf *~ debian/slbackup
   	rm -f build-stamp
   	dh_clean
   
  @@ -12,7 +12,7 @@
   
   binary-arch: 
   
  -DESTDIR = debian/tmp
  +DESTDIR = debian/slbackup
   
   install: build
   	dh_testdir
  
  
  



More information about the slbackup-commit mailing list