Remove old windows .dll files from source
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 20 Jul 2020 20:12:58 +0000 (20:12 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 20 Jul 2020 20:12:58 +0000 (20:12 +0000)
db-mysql/clsql_mysql.dll [deleted file]
debian/changelog
debian/rules
uffi/clsql_uffi.dll [deleted file]

diff --git a/db-mysql/clsql_mysql.dll b/db-mysql/clsql_mysql.dll
deleted file mode 100644 (file)
index 095c091..0000000
Binary files a/db-mysql/clsql_mysql.dll and /dev/null differ
index ff78897f70c7a74de179868f17c73578151a2838..863944db660d01d66e80ef64cc9d4802460dec94 100644 (file)
@@ -1,10 +1,12 @@
-cl-sql (6.7.0-2) unstable; urgency=medium
+cl-sql (6.7.0.1-1) unstable; urgency=medium
 
+  * Clean source file package
   * Update Debian compatibility
 
  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 20 Jul 2020 19:53:44 +0000
 
 cl-sql (6.7.0-1) unstable; urgency=medium
+
   * New upstream
 
  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 26 Jan 2016 14:40:50 -0700
index fcee0a62482a10995765313ae2dbfc0a83e84f88..57f41d3580ccdf382cdb2178728a61d2028e92b8 100755 (executable)
@@ -83,7 +83,7 @@ clean:
        [ ! -f Makefile ] || $(MAKE) distclean
        find . -type f -and -name \*~ -or -name .\*~ -exec rm -f {} \;
        rm -rf doc/html
-       dh_clean W: db-mysql/clsql_mysql.dll uffi/clsql_uffi.dll
+       dh_clean db-mysql/clsql_mysql.dll uffi/clsql_uffi.dll
 
 install: DH_OPTIONS= install-indep install-arch
 
diff --git a/uffi/clsql_uffi.dll b/uffi/clsql_uffi.dll
deleted file mode 100644 (file)
index 1c41270..0000000
Binary files a/uffi/clsql_uffi.dll and /dev/null differ