[Pkg-bazaar-commits] ./bzr-builddeb/trunk r217: * Don't tell cp to be verbose when copying back the debian/ dir

James Westby jw+debian at jameswestby.net
Thu May 15 13:29:39 UTC 2008


------------------------------------------------------------
revno: 217
committer: James Westby <jw+debian at jameswestby.net>
branch nick: trunk
timestamp: Thu 2008-03-06 23:57:35 +0000
message:
  * Don't tell cp to be verbose when copying back the debian/ dir
    in bd-do.
modified:
  __init__.py
  debian/changelog
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py	2008-03-06 00:04:59 +0000
+++ b/__init__.py	2008-03-06 23:57:35 +0000
@@ -586,7 +586,7 @@
       destination = 'debian/'
     source_debian = os.path.join(properties.source_dir(), 'debian')
     for filename in os.listdir(source_debian):
-      proc = subprocess.Popen('cp -vapf "%s" "%s"' % (
+      proc = subprocess.Popen('cp -apf "%s" "%s"' % (
            os.path.join(source_debian, filename), destination),
            shell=True)
       proc.wait()

=== modified file 'debian/changelog'
--- a/debian/changelog	2008-03-06 16:47:37 +0000
+++ b/debian/changelog	2008-03-06 23:57:35 +0000
@@ -24,6 +24,8 @@
   * Don't use relative imports. Thanks Robert Collins. (LP: #189429)
   * Remove the .bzr-builddeb from merge builds not in "larstiq" mode.
     (Closes: #464033)
+  * Don't tell cp to be verbose when copying back the debian/ dir
+    in bd-do.
 
  -- James Westby <jw+debian at jameswestby.net>  Thu, 06 Mar 2008 15:45:21 +0000
 



More information about the Pkg-bazaar-commits mailing list