Fixing up some packaging issues
[gonvert] / support / builddeb.py
index 092643d..9b6f40d 100755 (executable)
@@ -20,6 +20,7 @@ __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
 0.2.24
 __build__ = constants.__build__
 __changelog__ = """
 0.2.24
+* Added Radioactivity and Radiation dose categories.
 * Added shortcuts for fullscreen
 * Switched to Find being brought up by CTRL+F
 * Added Find Previous and Find Next shortcuts (CTRL+P, CTRL+N)
 * Added shortcuts for fullscreen
 * Switched to Find being brought up by CTRL+F
 * Added Find Previous and Find Next shortcuts (CTRL+P, CTRL+N)
@@ -219,7 +220,7 @@ def build_package(distribution):
                        for (oldName, newName) in files
                )
        for relPath, files in unflatten_files(find_files("data", ".")).iteritems():
                        for (oldName, newName) in files
                )
        for relPath, files in unflatten_files(find_files("data", ".")).iteritems():
-               fullPath = "/usr/lib/gonvert"
+               fullPath = "/usr/share/gonvert"
                if relPath:
                        fullPath += os.sep+relPath
                p[fullPath] = list(
                if relPath:
                        fullPath += os.sep+relPath
                p[fullPath] = list(