Browse Source

update ignore

pull/4/merge
Max Lv 11 years ago
parent
commit
ddcf5929a3
5 changed files with 2 additions and 7056 deletions
  1. 2
      .gitignore
  2. 7045
      debian/patches/debian-changes-1.0-1
  3. 1
      debian/patches/series
  4. 5
      debian/shadowsocks.postinst.debhelper
  5. 5
      debian/shadowsocks.postrm.debhelper

2
.gitignore

@ -12,6 +12,8 @@ stamp-h1
.libs
.pc
*.json
debian/shadowsocks.debhelper.log
debian/shadowsocks/
# Do not edit the following section
# Edit Compile Debug Document Distribute

7045
debian/patches/debian-changes-1.0-1
File diff suppressed because it is too large
View File

1
debian/patches/series

@ -1 +0,0 @@
debian-changes-1.0-1

5
debian/shadowsocks.postinst.debhelper

@ -1,5 +0,0 @@
# Automatically added by dh_makeshlibs
if [ "$1" = "configure" ]; then
ldconfig
fi
# End automatically added section

5
debian/shadowsocks.postrm.debhelper

@ -1,5 +0,0 @@
# Automatically added by dh_makeshlibs
if [ "$1" = "remove" ]; then
ldconfig
fi
# End automatically added section
Loading…
Cancel
Save