[Apt-offline-devel] [SCM] Offline APT Package Manager branch, master, updated. 0.9.6-5-ge516e82

Ritesh Raj Sarraf rrs at researchut.com
Thu Dec 31 07:17:10 UTC 2009


The following commit has been merged in the master branch:
commit 3c58121b7478e7dffa78595028c25e6c8a3939b3
Author: Ritesh Raj Sarraf <rrs at researchut.com>
Date:   Thu Dec 31 11:20:54 2009 +0530

    man pages will go as data_files

diff --git a/setup.py b/setup.py
index 9c8a7d5..e5450c7 100644
--- a/setup.py
+++ b/setup.py
@@ -48,4 +48,7 @@ distutils.core.setup(
             'AptOffline_argparse',
             'AptOffline_urlutils',],
     scripts=['apt-offline'],
+    data_files = [('share/man',['man8/apt-offline.8']),
+            ('share/doc/apt-offline',['apt-offline.html',
+                    'README', 'THANKS', 'INSTALL', 'LICENSE'])],
 )

-- 
Offline APT Package Manager



More information about the Apt-offline-devel mailing list