gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] %s


From: Christian Bayle,,,
Subject: [Gforge-commits] %s
Date: Thu, 20 Jan 2005 00:30:02 +0000

Update of /cvsroot/gforge/gforge/debian
In directory db.perdue.net:/tmp/cvs-serv18637/debian

Modified Files:
        changelog rules 
Log Message:
Added dpatch support and a primitive example


Index: rules
===================================================================
RCS file: /cvsroot/gforge/gforge/debian/rules,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -d -r1.89 -r1.90
*** rules       16 Jan 2005 12:48:52 -0000      1.89
--- rules       20 Jan 2005 00:30:00 -0000      1.90
***************
*** 11,14 ****
--- 11,17 ----
  export DH_COMPAT=4
  
+ PACKAGE=gforge
+ include /usr/share/dpatch/dpatch.make
+ 
  remove-binary-files:
        # Remove files in contrib, especially binaries that break dpkg-source
***************
*** 27,31 ****
  
  build: configure-stamp build-stamp
! build-stamp:
        dh_testdir
  
--- 30,34 ----
  
  build: configure-stamp build-stamp
! build-stamp: patch-stamp
        dh_testdir
  
***************
*** 39,43 ****
        touch build-stamp
  
! clean: remove-binary-files
        dh_testdir
        dh_testroot
--- 42,46 ----
        touch build-stamp
  
! clean: remove-binary-files unpatch
        dh_testdir
        dh_testroot
***************
*** 212,214 ****
  
  binary: binary-indep binary-arch
! .PHONY: build clean binary-indep binary-arch binary install configure 
remove-binary-files
--- 215,217 ----
  
  binary: binary-indep binary-arch
! .PHONY: build clean binary-indep binary-arch binary install configure 
remove-binary-files patch unpatch

Index: changelog
===================================================================
RCS file: /cvsroot/gforge/gforge/debian/changelog,v
retrieving revision 1.400
retrieving revision 1.401
diff -C2 -d -r1.400 -r1.401
*** changelog   20 Jan 2005 00:27:49 -0000      1.400
--- changelog   20 Jan 2005 00:30:00 -0000      1.401
***************
*** 10,13 ****
--- 10,14 ----
      replaced with conffile.dpkg-new
    * [Christian] Added 20041124.sql to db-upgrade.pl
+   * [Christian] Added dpatch support
  
   -- Christian Bayle <address@hidden>  Sun, 16 Jan 2005 13:34:05 +0100





reply via email to

[Prev in Thread] Current Thread [Next in Thread]