Package: sxid Version: 4.0.5 Severity: normal Tags: patch Hi,
Attached is the diff for my sxid 4.0.5-0.1 NMU. -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
diff -Nru /tmp/bCVPt5EU7d/sxid-4.0.5/debian/changelog /tmp/k9N66jpU4D/sxid-4.0.5/debian/changelog --- /tmp/bCVPt5EU7d/sxid-4.0.5/debian/changelog 2004-02-06 16:16:54.000000000 +0100 +++ /tmp/k9N66jpU4D/sxid-4.0.5/debian/changelog 2008-01-19 17:28:25.000000000 +0100 @@ -1,3 +1,12 @@ +sxid (4.0.5-0.1) unstable; urgency=low + + * Non-maintainer upload. + * Fixed bashisms in source/Makefile.in, using patch from Ubuntu. + Closes: #379575. + * Fixed typos in description. Closes: #438710. + + -- Lucas Nussbaum <[EMAIL PROTECTED]> Sat, 19 Jan 2008 17:27:31 +0100 + sxid (4.0.5) unstable; urgency=low * Work around for timestamp skew. Closes: #204979 diff -Nru /tmp/bCVPt5EU7d/sxid-4.0.5/debian/control /tmp/k9N66jpU4D/sxid-4.0.5/debian/control --- /tmp/bCVPt5EU7d/sxid-4.0.5/debian/control 2003-05-27 03:29:30.000000000 +0200 +++ /tmp/k9N66jpU4D/sxid-4.0.5/debian/control 2008-01-19 17:29:29.000000000 +0100 @@ -9,9 +9,9 @@ Architecture: any Depends: ${shlibs:Depends}, mail-transport-agent Description: suid, sgid file and directory checking - This program is runs as a cronjob. Basically it tracks any changes in + This program runs as a cronjob. Basically it tracks any changes in your s[ug]id files and folders. If there are any new ones, ones that - aren't set any more, or they have changed bits or other modes then it + aren't set any more, or they have changed bits or other modes, then it reports the changes. You can also run this manually for spot checking. . It tracks s[ug]id files by md5 checksums. This helps detect if your files diff -Nru /tmp/bCVPt5EU7d/sxid-4.0.5/source/Makefile.in /tmp/k9N66jpU4D/sxid-4.0.5/source/Makefile.in --- /tmp/bCVPt5EU7d/sxid-4.0.5/source/Makefile.in 2002-01-22 05:57:52.000000000 +0100 +++ /tmp/k9N66jpU4D/sxid-4.0.5/source/Makefile.in 2008-01-19 17:25:32.000000000 +0100 @@ -52,7 +52,10 @@ $(LD) $(LDFLAGS) $(LIBS) $(OBJS) $(EXTRA_OBJ) -o $(TARGET) install: $(TARGET) ../docs/sxid.1 ../docs/sxid.conf.example - $(INSTALL_DIR) $(DESTDIR){$(sysconfdir),$(mandir)/man{1,5},$(bindir)} + $(INSTALL_DIR) $(DESTDIR)$(sysconfdir) + $(INSTALL_DIR) $(DESTDIR)$(mandir)/man1 + $(INSTALL_DIR) $(DESTDIR)$(mandir)/man5 + $(INSTALL_DIR) $(DESTDIR)$(bindir) if ! test -e $(DESTDIR)$(sysconfdir)/sxid.conf; then \ $(INSTALL_DATA) ../docs/sxid.conf.example \ $(DESTDIR)$(sysconfdir)/sxid.conf; \