summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/README b/debian/README
new file mode 100755
index 000000000..98d4da0c1
--- /dev/null
+++ b/debian/README
@@ -0,0 +1,19 @@
+some tips on Debian Packaging
+- Debian New Maintainers' Guide [http://www.debian.org/doc/debian-policy/]
+- Debian Policy Manual [http://www.debian.org/doc/manuals/maint-guide/]
+- Machine-readable debian/copyright file [http://dep.debian.net/deps/dep5/]
+
+build
+$ dpkg-buildpackage -d -tc
+ -d do not check build dependencies and conflicts.
+ -tc clean source tree when finished.
+
+update changelog
+$ date -R
+
+check packages
+$ dpkg -c *.deb
+$ lintian *.deb
+
+todo
+make it perfect!