<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,7 @@
-o improve maven integration
 o descriptor fields shouldn't be case sensitive
 o add a &lt;link&gt; element to declare symlinks? (see jRPM and https://issues.apache.org/bugzilla/show_bug.cgi?id=40059)
 o subversion log ChangesProvider
 o jira release notes ChangesProvider
 o fix the CRLF in the maintainer scripts, or break with a warning to have the user fix it
 o create the parent directories when a prefix is specified on a &lt;data&gt; or a &lt;tarfileset&gt; element
- 
\ No newline at end of file
+ </diff>
      <filename>TODO.txt</filename>
    </modified>
    <modified>
      <diff>@@ -282,6 +282,8 @@ public class Processor {
             final String name = file.getName();
 
             entry.setName(name);
+            entry.setNames(&quot;root&quot;, &quot;root&quot;);
+            entry.setMode(PermMapper.toMode(&quot;755&quot;));
 
             if (&quot;control&quot;.equals(name)) {
                 packageDescriptor = new PackageDescriptor(new FileInputStream(file), resolver);
@@ -495,7 +497,7 @@ public class Processor {
                     // But for now, keeping it simple by making every dir a+rx.   Examples are:
                     // drw-r----- fs/fs   # what you get with setMode(mode)
                     // drwxr-xr-x fs/fs   # Usable. Too loose?
-                    int mode = PermMapper.toMode(&quot;755&quot;);
+                    int mode = TarEntry.DEFAULT_DIR_MODE;
 
                     createDirectory(parentDir, user, uid, group, gid, mode, size);
                 }</diff>
      <filename>src/main/java/org/vafer/jdeb/Processor.java</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3463039430225b06801187fa0794df84194505b0</id>
    </parent>
  </parents>
  <author>
    <name>Bryan Sant</name>
    <email>bryan.sant@gmail.com</email>
  </author>
  <url>http://github.com/tcurdt/jdeb/commit/3673b799f020da2feb49e0e6d229b3b4cedc5482</url>
  <id>3673b799f020da2feb49e0e6d229b3b4cedc5482</id>
  <committed-date>2009-09-03T09:24:47-07:00</committed-date>
  <authored-date>2009-09-03T09:24:47-07:00</authored-date>
  <message>Processor now handles control files properly.

Control files such as preinst/postinst had the wrong permissions and ownership. All control files are owned by root:root and have a mode of 755.</message>
  <tree>573bb8a78f6b154b325f867fb1b6b434a4991913</tree>
  <committer>
    <name>Bryan Sant</name>
    <email>bryan.sant@gmail.com</email>
  </committer>
</commit>
