diff -Nru r-wlanxdecrypter-0.9/debian/changelog r-wlanxdecrypter-0.9/debian/changelog --- r-wlanxdecrypter-0.9/debian/changelog 2011-03-19 14:02:34.000000000 +0000 +++ r-wlanxdecrypter-0.9/debian/changelog 2011-03-19 15:49:31.000000000 +0000 @@ -1,5 +1,5 @@ -r-wlanxdecrypter (0.9-0ppa1) natty; urgency=low +r-wlanxdecrypter (0.9-1ppa0) natty; urgency=low * Add Makefile - -- Edu Sat, 19 Mar 2011 14:34:47 +0100 + -- Edu Sat, 19 Mar 2011 16:47:33 +0100 diff -Nru r-wlanxdecrypter-0.9/debian/control r-wlanxdecrypter-0.9/debian/control --- r-wlanxdecrypter-0.9/debian/control 2011-03-19 14:02:53.000000000 +0000 +++ r-wlanxdecrypter-0.9/debian/control 2011-03-19 15:44:47.000000000 +0000 @@ -6,7 +6,7 @@ Standards-Version: 3.8.3 Homepage: http://foro.seguridadwireless.net/aplicaciones-y-diccionarios-linux/r-wlanxdecrypter-generador-de-diccionarios-para-claves-por-defecto-de-r/ -Package: R-WlanXDecrypter +Package: r-wlanxdecrypter Architecture: any Depends: ${misc:Depends} Description: R-WlanXDecrypter diff -Nru r-wlanxdecrypter-0.9/debian/patches/debian-changes-0.9-0ppa1 r-wlanxdecrypter-0.9/debian/patches/debian-changes-0.9-0ppa1 --- r-wlanxdecrypter-0.9/debian/patches/debian-changes-0.9-0ppa1 2011-03-19 14:03:36.000000000 +0000 +++ r-wlanxdecrypter-0.9/debian/patches/debian-changes-0.9-0ppa1 1970-01-01 00:00:00.000000000 +0000 @@ -1,54 +0,0 @@ -Description: Upstream changes introduced in version 0.9-0ppa1 - This patch has been created by dpkg-source during the package build. - Here's the last changelog entry, hopefully it gives details on why - those changes were made: - . - r-wlanxdecrypter (0.9-0ppa1) natty; urgency=low - . - * Add Makefile - . - The person named in the Author field signed this changelog entry. -Author: Edu - ---- -The information above should follow the Patch Tagging Guidelines, please -checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here -are templates for supplementary fields that you might want to add: - -Origin: , -Bug: -Bug-Debian: http://bugs.debian.org/ -Bug-Ubuntu: https://launchpad.net/bugs/ -Forwarded: -Reviewed-By: -Last-Update: - ---- /dev/null -+++ r-wlanxdecrypter-0.9/Makefile -@@ -0,0 +1,26 @@ -+CC = gcc -+CFLAGS = -Wall -lm -lpthread -std=gnu99 -+OPTFLAGS = -+ -+prefix = /usr -+sbindir = $(prefix)/sbin -+ -+DESTDIR = -+SBINFILES = R-WlanXDecrypter -+ -+all: R-WlanXDecrypter -+ -+R-WlanXDecrypter: src/unix/R-WlanXDecrypter.c -+ $(CC) $(CFLAGS) $(OPTFLAGS) src/unix/R-WlanXDecrypter.c -o R-WlanXDecrypter -+ -+install: -+ install -d $(DESTDIR)$(sbindir) -+ install -m 755 $(SBINFILES) $(DESTDIR)$(sbindir) -+ -+uninstall: -+ rm -f $(DESTDIR)$(sbindir)/R-WlanXDecrypter -+ -+ -+clean: -+ rm -rf bin -+ rm -f R-WlanXDecrypter diff -Nru r-wlanxdecrypter-0.9/debian/patches/debian-changes-0.9-1ppa0 r-wlanxdecrypter-0.9/debian/patches/debian-changes-0.9-1ppa0 --- r-wlanxdecrypter-0.9/debian/patches/debian-changes-0.9-1ppa0 1970-01-01 00:00:00.000000000 +0000 +++ r-wlanxdecrypter-0.9/debian/patches/debian-changes-0.9-1ppa0 2011-03-19 15:49:54.000000000 +0000 @@ -0,0 +1,54 @@ +Description: Upstream changes introduced in version 0.9-1ppa0 + This patch has been created by dpkg-source during the package build. + Here's the last changelog entry, hopefully it gives details on why + those changes were made: + . + r-wlanxdecrypter (0.9-1ppa0) natty; urgency=low + . + * Add Makefile + . + The person named in the Author field signed this changelog entry. +Author: Edu + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- /dev/null ++++ r-wlanxdecrypter-0.9/Makefile +@@ -0,0 +1,26 @@ ++CC = gcc ++CFLAGS = -Wall -lm -lpthread -std=gnu99 ++OPTFLAGS = ++ ++prefix = /usr ++sbindir = $(prefix)/sbin ++ ++DESTDIR = ++SBINFILES = R-WlanXDecrypter ++ ++all: R-WlanXDecrypter ++ ++R-WlanXDecrypter: src/unix/R-WlanXDecrypter.c ++ $(CC) $(CFLAGS) $(OPTFLAGS) src/unix/R-WlanXDecrypter.c -o R-WlanXDecrypter ++ ++install: ++ install -d $(DESTDIR)$(sbindir) ++ install -m 755 $(SBINFILES) $(DESTDIR)$(sbindir) ++ ++uninstall: ++ rm -f $(DESTDIR)$(sbindir)/R-WlanXDecrypter ++ ++ ++clean: ++ rm -rf bin ++ rm -f R-WlanXDecrypter diff -Nru r-wlanxdecrypter-0.9/debian/patches/series r-wlanxdecrypter-0.9/debian/patches/series --- r-wlanxdecrypter-0.9/debian/patches/series 2011-03-19 14:03:36.000000000 +0000 +++ r-wlanxdecrypter-0.9/debian/patches/series 2011-03-19 15:49:54.000000000 +0000 @@ -1 +1 @@ -debian-changes-0.9-0ppa1 +debian-changes-0.9-1ppa0